
home | comic | cheats | videos | screenshots | files | reviews | previews | features | releases | forums | links | wap
![]() | 8.9 out of 622 votes |
![]() | Go to Hell And Be Nice About It Feb. 08, 2010 |
![]() | |
![]() | Yesterday 8.4 avg score 677 people voted |
![]() | Two days ago 8.9 avg score 1043 people voted |
![]() | Three days ago 8.1 avg score 1199 people voted |
![]() | Four days ago 9.1 avg score 1393 people voted |
![]() | Five days ago 8.1 avg score 1211 people voted |
![]() | |
![]() | Darksiders 02/05/2010 16534 views |
![]() | The Reapers Are Coming 01/11/2010 15481 views |
![]() | Avatar In Three Panels 01/18/2010 12072 views |
![]() | Research is Important 12/28/2009 11757 views |
![]() | Vice 01/25/2010 10043 views |
![]() | |
| 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 |