
home | comic | cheats | videos | screenshots | files | reviews | previews | features | releases | forums | links | wap
![]() | 9.0 out of 690 votes |
![]() | "Not The Payne He Used To Be" Jun. 29, 2009 |
![]() | |
![]() | "The Future of Gaming... It's Awesome" 06/14/2009 17268 views |
![]() | "E3, No Entry" 06/08/2009 16035 views |
![]() | "Dragon Age: Getting Bloodier by the Minute" 06/22/2009 14226 views |
![]() | "Safe Trip Mr. Terminator" 05/25/2009 13844 views |
![]() | "The Entirely Dark Void" 06/01/2009 13487 views |
![]() | |
![]() | Yesterday 9.5 avg score 1002 people voted |
![]() | Two days ago 8.8 avg score 1303 people voted |
![]() | Three days ago 8.6 avg score 862 people voted |
![]() | Four days ago 9.5 avg score 1447 people voted |
![]() | Five days ago 9.2 avg score 1172 people voted |
![]() | |

| GAME INFO publisher: Vivendi Games developer: Relic Entertainment genre: Strategy MINIMUM REQUIREMENTS PIII 833MHz , 256MB RAM, 32MB Video Card, 1.6GB HD |
ESRB rating: T homepage: homeworld2.sierra.com/ release date: Sep 16, 03 (released) |
| » All About Homeworld 2 on ActionTrip | |
How to unlock all the missions?
Use a text editor to edit the "playercfg.lua" file
in the "\homeworld2\bin\profiles\profile1" folder.
Find the "maxmission = x" entry and change its value
to the level you want unlocked (for example, setting maxmission
value to 15 will unlock all missions). Then, you need to make
a copy of last "persist*.lua" file (in "homeworld2\BIN\Profiles\Profile1\Campaign\ASCENSION"
folder (where * is any level number that you had played).
Just make a copy of it and then replace * with the level you
want to play (i.e if you want to play level 6, copy "persist4.lua"
file to "persist6.lua"). If you don't do this, the game finds
no player ships in the next level, and it regards it as failed
(Mothership doesn't exist).
Modify RU's
Locate the file "persist*.lua" where the * is the mission
number. The file is in the "Homeworld2\Bin\Profiles\Profile\CampaignASCENSION"
folder. Open the "persist*.lua" file with a text editor such
as Notepad. Locate "RUs =" at the bottom of the file and change
the value to whatever you like.
shiphold = {
},
name = '''',
teamColourHandle = 0,
hotkey = 67108872,
},
{
tactic = 1,
type = ''Hgn_AssaultFrigate'',
subsystems = {
},
buildjobs = {
},
size = 1,
shiphold = {
},
name = '''',
teamColourHandle = 0,
hotkey = 67108872,
Ok, there is a lot of information here you don't really need. The important part is type = "Hgn_assault_frigate". If you want more of it, just copy the entire string:
{
tactic = 1,
type = ''Hgn_AssaultFrigate'',
subsystems = {
},
buildjobs = {
},
size = 1,
shiphold = {
},
name = '''',
teamColourHandle = 0,
hotkey = 67108872,
},
and paste it below. This will give you one more ship for each one pasted. You can create a huge fleet if desired. Note: If you make a lot of ships that "fly" out of the mothership in the beginning, then you have to wait for all of them. This could be a while if you make 50 or so. Try to stick to frigates since they warp in separately. You can also edit the research you currently have and the modules in the ships.
| BACK TO TOP |