安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






engineering bay doubles that 100% to 200%, but the bay doesnt effect engines themselves, thought about duplicating its buff provider so it could effect engines by 100% if no engine room is on ship, but idk how the game would handle duplicate buffs for engines, would it use the 100% the bay offers or the 200% engine rooms would give with a bay on board.
engineering bay description still says thruster buff but only buffs engine rooms, i thought about changing that but havent messed with it yet
all thrusters plumes, missiles plumes and crews plumes additional buffed intensity were changed to 1 instead of calling for engine rooms buff amount. engine room was given receivable buff EngineBay and altered the buff amount from 50% to { BaseValue=1; BuffType=EngineBay; BuffMode=Multiply; } along with adding in BaseValue for Stats ThrusterBuff, engineering bays buff was changed from Engine to EngineBay, added in the buff definition by copying the Engine buffs in buffs.rules and renaming it to EngineBay
i thought about replacing all the calls for Engine Rooms BuffProvider BuffAmount with a 1, but im not sure. idk much about coding, i just mess around with stuff really
Add a new buff to the game.
Inject the buff into receivable buff of engine rooms.
Inject a change to the code of the engine room's buff to accept this new buff
Do the same for each engine room from other mods
The last one is a bit painful to do. I've not worked with much on how to directly alter lines of code in parts, so I'm a bit out on this one.
i didnt like how it replaced the engine room so i figured what if the engineering bay buffed the engine rooms instead of engines, making engine rooms give stronger adjacent buffs. i couldnt figure it out but if anyone wants to give it a shot please do.
Care if I link yours mod to my Engineering Bay in description? You know, for people looking for alternatives ;)