We currently don't have any Five Nations trainers, cheats or editors for PC. Premium members may REQUEST new trainers and cheats using our request system as long as the game has not been permanently retired or multiplayer only in nature. Use our message board to discuss the game.
DocDire posted on Aug 02, 2024 1:44:10 PM - Report post
Looks like 2 options: 🙂
1. edit json file for starting resources for each mission. Here's how I do it. 1.Go to "\Five Nations\build\assets\maps\campaign\chapter01" if you're on the first mission chapter 1 - distress call 2.Backup and open up "chapter01_01.json" [ Always backup whatever u trying to modify ]. Open the file in text editor++ or MS Visual Studio Code 3.Search this line for player 1 & edit starting resources: "players": "1":
2. use console commands - execute cheat codes by pressing F12 which opens the Chormium Dev Tools. Selecting the Console tab allows you to run commands (which execute the game behavior). - fivenations.game.eventEmitter.synced.players(1).alter({titanium: 200000, silicium: 200000, uranium: 200000, energy: 20000}); - fivenations.game.entityManager.entitiesByPlayer[1].forEach(entity => { entity.dataObject.forceSet({ 'hull': 100000, 'armor': 1000 }); }); - Link wiki: five-nations.fandom.com/wiki/Console_commands
Good luck 😋
ELITE
DocDire posted on Aug 02, 2024 1:49:56 PM - Report post
How cheat for initial resources (editing json text file) Open location game: I:Game-Five Nations-build-assets-maps-campaign-chapter02 open file in notepad chapter02_13.json
find:
"players":{ "1":{ "idx":1, "team":1, "colorIndex":3, "active":true, "user":true, "name":"Praetor's Forces", "race":"sylon", "startLocation":{ "x":1883.3923865300146, "y":3731.5625 }, "diplomacy":{ "alliedWith":[ 3 ] }, "titanium":9990, - change this line "silicium":9990, - change this line "uranium":9990, - change this line "energy":9990, - change this line