安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
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