Home

 › 

Articles

 › 

Homeworld 2 Cheats, Codes, Cheat Codes, Walkthrough, Guide, FAQ, Unlockables for PC

Homeworld 2 Cheats, Codes, Cheat Codes, Walkthrough, Guide, FAQ, Unlockables for PC

Homeworld 2

Meta Quest 3 128GB - Asgard’s Wrath 2 Bundle
  • 2x the graphic processing power of Quest 2 with the Snapdragon XR2 Gen 2
  • Mixed reality blends virtual elements and physical space
  • 4K+ Infinite display
  • 3D audio with enhanced clarity and bass
  • Touch Plus controllers deliver a more intuitive experience
  • Library of over 500 titles
We earn a commission if you make a purchase, at no additional cost to you.

All missions

Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the “playercfg.lua” file in the “homeworld2binprofilesprofile1” folder. Find the “maxmission = x” entry. Change its value to “15” to unlock all missions. Note: The game bases your starting fleet from your last real completed mission.

RU modification

Meta Quest 3 128GB - Asgard’s Wrath 2 Bundle
  • 2x the graphic processing power of Quest 2 with the Snapdragon XR2 Gen 2
  • Mixed reality blends virtual elements and physical space
  • 4K+ Infinite display
  • 3D audio with enhanced clarity and bass
  • Touch Plus controllers deliver a more intuitive experience
  • Library of over 500 titles
We earn a commission if you make a purchase, at no additional cost to you.

Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the “persist*.lua” file in the “homeworld2binprofilesprofile1campaignascension” folder. Note: the number in the filename corresponds to the mission. Locate the “RUs =” line at the bottom of the file and change its value to any desired number.

Change number of starting ships

Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the “persist*.lua” file in the “homeworld2binprofilesprofile1campaignascension” folder. Note: the number in the filename corresponds to the mission. Open the “persist*.lua” for the desired mission and search for a string of lines as follows:

shiphold = {
},
name = “”,
teamColourHandle = 0,
hotkey = 67108872,
},
{
tactic = 1,
type = “Hgn_AssaultFrigate”,
subsystems = {
},
buildjobs = {
},
size = 1,
shiphold = {
},
name = “”,
teamColourHandle = 0,
hotkey = 67108872,

The “type =”Hgn_AssaultFrigate” section tells you what is in the ship’s hold. 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 more of them 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.

Best ships

Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the “persist*.lua” file in the “homeworld2binprofilesprofile1campaignascension” folder. Note: The number in the filename corresponds to the mission. Open the “persist*.lua” for the desired mission and add the following text blocks to get the best ships in the game. You add them just like you would any other ship. In terms of strategy, you should use both of them since the Sajuuk cannot defend against fighters, while the Dreadnought will tear through them.

Meta Quest 3 128GB - Asgard’s Wrath 2 Bundle
  • 2x the graphic processing power of Quest 2 with the Snapdragon XR2 Gen 2
  • Mixed reality blends virtual elements and physical space
  • 4K+ Infinite display
  • 3D audio with enhanced clarity and bass
  • Touch Plus controllers deliver a more intuitive experience
  • Library of over 500 titles
We earn a commission if you make a purchase, at no additional cost to you.

{
tactic = 2,
type = “Kpr_Sajuuk”,
subsystems = {
},
buildjobs = {
},
size = 1,
shiphold = {
},
name = “NIS_Squad”,
teamColourHandle = 7,
hotkey = 0,
},

{
tactic = 2,
type = “Hgn_Dreadnaught”,
subsystems = {
},
buildjobs = {
},
size = 1,
shiphold = {
},
name = “NIS_Squad”,
teamColourHandle = 31,
hotkey = 0,
},

To top