Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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!