
home | comic | cheats | videos | screenshots | files | reviews | previews | features | releases | forums | links | wap
![]() | 8.8 out of 279 votes |
![]() | "Prince of the Caribbean: Indiana Solo" Dec. 01, 2008 |
![]() | |
![]() | "A Powerful Weapon" 11/03/2008 20101 views |
![]() | "Why So Serious?" 11/17/2008 17418 views |
![]() | "The Romantic Side of War" 11/10/2008 15394 views |
![]() | "Friends Forever" 10/27/2008 10963 views |
![]() | "It's A Hard Life" 11/24/2008 9846 views |
![]() | |
![]() | Last month's 7.5 11/17/2008 27769 views |
![]() | Last month's 8.1 11/18/2008 25228 views |
![]() | Last month's 9.2 11/19/2008 24587 views |
![]() | Last month's 9.1 11/20/2008 20910 views |
![]() | Last month's 9.1 11/21/2008 16218 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 |