Caleb's House
Moderator: Moderators
-
SilvaDalek
- Sith

- Posts: 1329
- Joined: Sun Dec 02, 2007 12:52 pm
- xbox live or psn: TH3 R0LL3R
Caleb's House
I put it in-game and it's like 4 maybe 5 meters away from where it should be. Help? 
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: Caleb's House
It may have been built that way in XSI. Best way to test is to move it 4-5 meters towards where you want it and see if that fixes it.
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: Caleb's House
If everything else in the map is also moved, then your map's demensions aren't a power of 2.
-
SilvaDalek
- Sith

- Posts: 1329
- Joined: Sun Dec 02, 2007 12:52 pm
- xbox live or psn: TH3 R0LL3R
Re: Caleb's House
No just caleb's house.
It's bigger in ZE than ingame, that's the problem!
It's bigger in ZE than ingame, that's the problem!
- SBF_Dann_Boeing
- Groove Walrus

- Posts: 1529
- Joined: Wed Aug 31, 2005 11:33 pm
- xbox live or psn: No gamertag set
- Location: An Igloo High Upon a Mountain Top
Re: Caleb's House
That's because the way caleb had it, the msh.option scale didn't match the odf GeometryScale. Open the Msh.option for house's MSH, and put in the value for scale that it has in its ODF.
-
SilvaDalek
- Sith

- Posts: 1329
- Joined: Sun Dec 02, 2007 12:52 pm
- xbox live or psn: TH3 R0LL3R
Re: Caleb's House
What do I change here?
Code: Select all
[GameObjectClass]
ClassLabel = "prop"
GeometryName = "cal_prop_house01.msh"
[Properties]
GeometryName = "cal_prop_house01"
FoleyFXGroup = "wood_foley"- SBF_Dann_Boeing
- Groove Walrus

- Posts: 1529
- Joined: Wed Aug 31, 2005 11:33 pm
- xbox live or psn: No gamertag set
- Location: An Igloo High Upon a Mountain Top
Re: Caleb's House
Ah, right i forgot. Well the scale set in the ODF is the way that it appears in zeroedit. If you want it to be the size it is now in zeroedit, just go into msh.option file for the houses MSH and take out the -scale 2.0 or whatever it is. (the scale set in msh.option is the scale it appears as in game, taking out the line has the scale set to 1.0).
If you want to make it the size it is now in game, leave the Msh.option like it is and add the line GeometryScale = 2.0, or whatever value it is in the MSH.option, under the "GeometryName = " line in the header (before the [properties] section)
If you want to make it the size it is now in game, leave the Msh.option like it is and add the line GeometryScale = 2.0, or whatever value it is in the MSH.option, under the "GeometryName = " line in the header (before the [properties] section)
