Map editor for vc2sa? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP DL Edition (
https://sampforum.blast.hk/forumdisplay.php?fid=92)
+--- Forum: SA-MP 0.3.DL (
https://sampforum.blast.hk/forumdisplay.php?fid=90)
+--- Thread: Map editor for vc2sa? (
/showthread.php?tid=659085)
Map editor for vc2sa? -
Flaviu11 - 22.09.2018
Hello. I need a map editor compatible with vcs2sa. Suggestions?
Re: Map editor for vc2sa? -
Lokii - 22.09.2018
Any in game editor
Re: Map editor for vc2sa? -
Promlesbian - 23.09.2018
http://www.mediafire.com/file/f6dsci...ditor.rar/file
Re: Map editor for vc2sa? -
WestSide56 - 23.09.2018
Quote:
Originally Posted by Promlesbian
|
instruction? This does not work correctly.
Re: Map editor for vc2sa? -
Kalcor - 24.09.2018
It's not a dynamic map. All the object positions are hardcoded in the pawn file.
You have to use SelectObject() (or /selobj command in test_cmds.pwn), reposition it in game, log the new position/rotation, find the line in the pawn file with the old position and paste in the new position, recompile etc.
Re: Map editor for vc2sa? -
Flaviu11 - 26.09.2018
Quote:
Originally Posted by Kalcor
It's not a dynamic map. All the object positions are hardcoded in the pawn file.
You have to use SelectObject() (or /selobj command in test_cmds.pwn), reposition it in game, log the new position/rotation, find the line in the pawn file with the old position and paste in the new position, recompile etc.
|
Thank you, man ! I will try it!