View Single Post
Old 03-30-10, 06:37 AM   #1
timetraveller
Beach Leaf
 
Join Date: Dec 2004
Location: Atlantic Shipping Lanes
Posts: 287
Downloads: 1
Uploads: 0
Default Unlocking All Missions and Other Tweaks

The "start.ini file can be tweaked to do a few cool things. Read on.

The simple way to unlock all missions eluded me till yesterday.

Find your "start.ini" file in the main game folder.

Add the following line:

PHP Code:
<all_missions_unlocked val "1"/> 
Get rid of the intro movie:

PHP Code:
<play_intro val "0"/> 
Show FPS:

PHP Code:
<show_fps val "1"/> 
God mode:

PHP Code:
<god_mode val "1"/> 
Run in windowed mode:

PHP Code:
<window_state val "1"/> 
Other possible tweaks for the "start.ini" file are as follows:

creation_width
creation_height
locale
auto_mission
menu_mission_holder
empty_mission_holder
log_level
debug_weapon
short_asserts
physx_use_hw
single_thread
ignore_asserts
disable_sound
no_exception_error_box
profile_level
profile_quote
fixed_time_mode
disable_effects_preload
disable_pcw_rewrite
missionstats_debug
force_water_mode
enable_stdcon
debug_input
dump_type
show_script_errors
heap_check_interval

-timetraveller
timetraveller is offline   Reply With Quote