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!