Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with the tools
Luis Offline
Frictional Games

Posts: 280
Threads: 19
Joined: Jun 2006
Reputation: 9
#6
RE: Need help with the tools

Checking your cfg files, these lines in user_settings.cfg rendered the file broken:

<Map File=my_map.map"" Folder=MyMaps/"" StartPos="" />

should be

<Map File="my_map.map" Folder="MyMaps/" StartPos="" />

and my text editor shows you used some unicode chars (0093 and 0094) instead of the double quotes in AllowQuickSave="true".

As for the editors not starting problem, that error tells that it cannot find some library needed to run, so that means you are using a wrong working directory. The editor executables should be located right where the game executable is. Note that if you create shortcuts to them, you will need to set up the working directory in the shortcut parameters (simply put the full path to the game exe directory there).

EOF
10-17-2010, 12:13 PM
Find


Messages In This Thread
Need help with the tools - by Exildor - 10-17-2010, 12:24 AM
RE: Need help with the tools - by Kyle - 10-17-2010, 01:34 AM
RE: Need help with the tools - by Exildor - 10-17-2010, 10:12 AM
RE: Need help with the tools - by Kyle - 10-17-2010, 10:37 AM
RE: Need help with the tools - by Exildor - 10-17-2010, 12:04 PM
RE: Need help with the tools - by Luis - 10-17-2010, 12:13 PM
RE: Need help with the tools - by Exildor - 10-17-2010, 01:23 PM
RE: Need help with the tools - by Luis - 10-18-2010, 04:36 PM
RE: Need help with the tools - by Exildor - 10-18-2010, 08:06 PM



Users browsing this thread: 1 Guest(s)