Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
<Drive Letter>:\Steam\SteamApps\common\Take On Mars\Scenarios\Campaign\Manned
or
<Drive Letter>:\Program Files(x86)\Steam\SteamApps\common\Take On Mars\Scenarios\Campaign\Manned
The missions are listed as follows: 0 - ISS, 1 - Waking up @ Crash site 2 - Moon in MDV...
Look for the following line:
bool GetCanDoControllerAction(int iID)
{
if (iID == AC_HUMAN_CHARACTERSWITCH)
return false; <---- Change to true (Change back to false for default)
if (iID == AC_VEHICLE && !IS_INTERNAL_BUILD)
return false; <---- Change to true (Change back to false for default)
return true;
}
Save the .script file and close it. Then run the developer exe (TKOM_dev.exe), start up the manned campaign, once you're in-game as the astronaut press 'F' for free-fly camera and then spacebar to open the editor to add anything into the game. The editor menu is on the left side.
Ok. You can try one of two things here then. Either add in the missing line by looking at say mission 0's script file. (You can copy the 'if (iID == AC_HUMAN_CHARACTERSWITCH)' line from it.) or just change the one to 'true' and try the free-fly cam/editor while in-game.
But you'll probably have to add the line in and I would reccomend Notepad++ for proper formatting.
Here is the script file for mission 4, just place it into the following directory making sure to backup the original/exisiting one first. I've made the edits so free-fly cam (F) and the editor will open (spacebar, after hitting 'F').
<Drive Letter>:\Steam\SteamApps\common\Take On Mars\Scenarios\Campaign\Manned
or
If your steam directory is in program files:
<Drive Letter>:\Program Files(x86)\Steam\SteamApps\common\Take On
Mars\Scenarios\Campaign\Manned
https://www.dropbox.com/s/skxzn1eurmdfl75/003_Mission_3.script?dl=0
Hold both Alt then F for Free-fly Cam
Then 'Spacebar' for the editor
I just noticed my instructions for free-fly cam was wrong above. Probably why it wasn't working for you but the edits I explained are correct.
or a way to get some food spawned into the world (after you have been playing for a while)?