What's the correct way to employ CS?
#7

As Lowfighter has explained, it is necessary to use Actors Tools (Act.jar) and Actors_CS.exe together.

Actors Tools is best used with batch files.
Make two batch files using a text editor.



Extract.bat --- needs the following text in the text file.

@echo off
java -jar Act.jar extract actors.static





Create.bat --- needs the following text in the text fie

@echo off
java -Xmx1024M -jar Act.jar create
pause


You also need a file called mapsize.txt which contains the text

# Size of map y direction in meters
270400.0


Change the number to suit the y dimension of your map, in metres.



If your actors.static is named differently change the reference in extract.bat

Click on extract.bat to extract all of your out*.txt files

the out*.txt files are what is used in Actors_CS.exe

Follow the instructions provided.

When using create.bat ensure that the in*.txt files don't have any blank lines at the end.
This can make create.bat fail.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 12 Guest(s)