Landinar: Into the Void

Landinar: Into the Void

Arthalion Sep 24, 2018 @ 7:45am
Console or cheat codes?
Hi, i need to start a new game because of a corrupted save. Is there some console command or cheat codes who give credits to gain some time?
Last edited by Arthalion; Sep 24, 2018 @ 7:45am
< >
Showing 1-4 of 4 comments
TalosOmega Sep 24, 2018 @ 10:17am 
go to C://users/"yourusername"/documents/landinar/saves then you can open up your save in notepad or notpad++ and is the 3rd line thats has <money>"Enter the credits you want here"</money>
Arthalion Sep 25, 2018 @ 3:11am 
thx !
Liobuster Sep 25, 2018 @ 2:51pm 
though direct ship editing would be nice too ^^
Fenom Oct 25, 2020 @ 4:49am 
Originally posted by Liobuster:
though direct ship editing would be nice too ^^

ja, das kannst du editieren, sogar manches mehr. Ich benutze wegen Übersichtlichkeit: "SaveGame Editor" ... https://www.saveeditonline.com/

Man kann auch einfach nach "Offensive Rank" suchen (kommt nur 1x vor). "money" dagegen kommt 3x in der SaveDatei vor. 2x bei dem ersten Wert - am Anfang der Datei:

<money>99999990</money>
<sectorID>1</sectorID>
<isFemale>false</isFemale>

!!! ... der zweiter Wert für "money" liegt etwas tiefer bei den RPG-Werten des Protagonisten - die auch leicht nach oben verändert werden können.

Meine Charakterwerte am Anfang des Spiels:

- Offensive Rank - 6
- Defensive Rank - 6
- Money - beide Zahlen sollen gleich sein
- Repair Gun - 85
- Hacking Skil - 70

<name>Ship Rank</name>
<category>Generic</category>
<value>2</value>
<persistentID>0</persistentID>
</IntCondition>
<IntCondition>
<name>Offensive Rank</name>
<category>Generic</category>
<value>6</value>
<persistentID>0</persistentID>
</IntCondition>
<IntCondition>
<name>Defensive Rank</name>
<category>Generic</category>
<value>6</value>
<persistentID>0</persistentID>
</IntCondition>
<IntCondition>
<name>Money</name>
<category>Generic</category>
<value>99999990</value>
<persistentID>1</persistentID>
</IntCondition>
<IntCondition>
<name>Repair Gun</name>
<category>Generic</category>
<value>85</value>
<persistentID>13</persistentID>
</IntCondition>
<IntCondition>
<name>Hacking Skill</name>
<category>Generic</category>
<value>70</value>
<persistentID>14</persistentID>
</IntCondition>
</intCondition>

Aber wenn wir weiter runter scrollen, finden eine Zeile für gekaufte Raumschiff Module (s. g. INV) und direkt danach sehen wir ALLE unsere Blaupausen für Raumschiffe:

<partsInventory>

<Part>
<ID>4</ID>
<amount>4</amount>
</Part>
<Part>
<ID>87922</ID>
<amount>6</amount>
</Part>

<Part>
<ID>40</ID>
<amount>8</amount>
</Part>

ID: 40 ist für Power Generator Mk2 - da ich vorher 8 Stk. gekauft habe. Wenn Ihr aber die 40 auf ID: 92656 ändert, so habt ihr nach dem Spielstandladen --> 50 Stk. Power Gen. Mk5.

<ID>92656</ID>
<amount>50</amount>

////////////////////////////////////////////////


So sieht die Blaupause der Korvette "Sara" die ich von für 3000 cr. von NPC gekauft habe.
----------------------------------------
Korvette "Sara" - mit veränderten HP
----------------------------------------

<ID>98880</ID>
<build>true</build>
<unlocked>true</unlocked>
<shipStats>
<hpRooms>
<float>25000</float>
<float>15000</float>
<float>15000</float>
<float>20000</float>
</hpRooms>
<maxHpRooms>
<float>25000</float>
<float>15000</float>
<float>15000</float>
<float>20000</float>
</maxHpRooms>
<hpHull>70000</hpHull>
<maxHpHull>70000</maxHpHull>

----------------------------------------
Kreuzer "Luisa" - Org.
----------------------------------------

<ID>94725</ID>
<build>false</build>
<unlocked>true</unlocked>
<shipStats>
<hpRooms>
<float>21000</float>
<float>18900</float>
<float>18900</float>
<float>10500</float>
<float>6300</float>
<float>6300</float>
<float>10500</float>
<float>12600</float>
</hpRooms>
<maxHpRooms>
<float>21000</float>
<float>18900</float>
<float>18900</float>
<float>10500</float>
<float>6300</float>
<float>6300</float>
<float>10500</float>
<float>12600</float>
</maxHpRooms>
<hpHull>115500</hpHull>
<maxHpHull>115500</maxHpHull>

----------------------------------------
Fregatte "Alice" - Org.
----------------------------------------

<ID>24113</ID>
<build>true</build>
<unlocked>true</unlocked>
<shipStats>
<hpRooms>
<float>5400</float>
<float>5400</float>
<float>4725</float>
<float>4725</float>
<float>8100</float>
<float>7425</float>
<float>7425</float>
<float>4050</float>
</hpRooms>
<maxHpRooms>
<float>5400</float>
<float>5400</float>
<float>4725</float>
<float>4725</float>
<float>8100</float>
<float>7425</float>
<float>7425</float>
<float>4050</float>
</maxHpRooms>
<hpHull>51973</hpHull>
<maxHpHull>51973</maxHpHull

----------------------------------------
Viel Spaß beim editieren, auch wenn's 2-3 Jahre vergangen sind,... :steambored:
Last edited by Fenom; Oct 25, 2020 @ 1:15pm
< >
Showing 1-4 of 4 comments
Per page: 1530 50