|
Post by israelmodder on Feb 14, 2018 1:43:46 GMT 10
Does anyone have some trainer to get Coordinates in the Gold Edition version?
If someone owns please could you pass me the link
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Feb 14, 2018 2:12:48 GMT 10
|
|
|
Post by israelmodder on Feb 14, 2018 5:41:23 GMT 10
Your Tool is Really Wonderful plus these coordinates do not work for items when I simply put the item does not appear!
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Feb 14, 2018 20:02:11 GMT 10
Your Tool is Really Wonderful plus these coordinates do not work for items when I simply put the item does not appear! You enabled the option I mentioned and converted them to hex?
|
|
|
Post by israelmodder on Feb 15, 2018 0:24:11 GMT 10
yes I did this the coordinates be in Decimal but it does not work I do not know what should be
|
|
|
Post by KamiA on Feb 15, 2018 2:25:26 GMT 10
In item files, there're 2 coordinates for each item
<vector3 name="mPosition" x="623.2196655273" y="70.0000457764" z="2055.0637207031"/>
<vector3 name="Pos" x="623.2196655273" y="70.0000457764" z="2055.0637207031"/>
You have to edit is the second one (or both just in case). And make sure that
<u16 name="SetType" value="0"/> <s16 name="SetLotNo" value="-1"/> <s16 name="SetNo" value="-1"/> So the item is not linked to an enemy or crate/box.
|
|
|
Post by israelmodder on Feb 15, 2018 2:31:13 GMT 10
yes i am doing this but the item does not appear maybe it has something wrong with the coordinates maybe it works only with enemies because it can not put the item on for example on some platform
|
|
|
Post by KamiA on Feb 15, 2018 2:38:36 GMT 10
yes i am doing this but the item does not appear maybe it has something wrong with the coordinates maybe it works only with enemies because it can not put the item on for example on some platform Enemies and items use same coordinates system so it should work. Can I take a look at your item file?
|
|
|
Post by israelmodder on Feb 15, 2018 2:47:40 GMT 10
|
|
|
Post by KamiA on Feb 15, 2018 3:56:20 GMT 10
Try this
<u16 name="SetType" value="0"/> <s16 name="SetLotNo" value="-1"/> <s16 name="SetNo" value="-1"/>
|
|
|
Post by israelmodder on Feb 15, 2018 4:40:22 GMT 10
no appears
|
|
|
Post by KamiA on Feb 15, 2018 23:28:13 GMT 10
Can you send me that item file? I'll check it ( .lot .lot.txt and .lot.xml)
|
|
|
Post by israelmodder on Feb 16, 2018 3:28:39 GMT 10
|
|
|
Post by KamiA on Feb 16, 2018 21:45:35 GMT 10
I've just noticed something simple there. Make sure you don't swap Y and Z when using the coordinate. Raz0r's trainer shows XZY as a coordinate where Z represents vertical height, while the item files (or most of this game files) use XYZ as a coordinate where Y represents vertical height. In this picture, your item is located at y="-9826" which is extremely low (way below the ground level), so I think that's why you can't find the item. But btw, in this case, I don't think s400 (Public Assembly) is large enough to cover that -9826 at either X or Z coordinate so make sure you also copy/paste it correctly (unless you swapped the stage).
|
|