Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
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!