Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
thank you for the mod.
Is it possible to grant starting reputation and/or ranks with every faction, so I can easily buy and outfit ships with high-tier components?
.../steamapps/workshop/content/335620/2500463612/data.sql
Open that file in notepad. Replace the entire contents with these two lines:
insert into Block2 (_id, eventType, postBlock1Type, postBlock1StoryId, postDeleteGameBlock, postLogEntry, blockName) values (72000, "StartingEvent", 3, -1, 72000, "", "instamax start event");
update Block2 set postGold=2000000 where _id=72000;
Save the file. Now, as long as you don't unsubscribe from the mod, and I don't update it, that will start you with 2 million credits and no other changes.
Congratulations, you are a modder!
For this particular change, I am pretty sure that you don't need to start your game over. You can check this by loading your game and looking into the weapon locker. If all the salvage gear is there, you should either start a new game, or not plan on doing much salvage. (The original intention of the mod is to aid testing other mods, not to play a "real" game.)
had been browsing mods whilst at work and didnt realize it was that easy to edit (hadnt read all the way). Thanks