Destra Posted June 22, 2022 Share Posted June 22, 2022 I'm working on a mod that will add a new Solar System, and I wanted to tell each planet's story in a fun, humorous way through Science reports. How do I implement custom EVA descriptions instead of using the Stock ones? I can't seem to find any info on it Quote Link to comment Share on other sites More sharing options...
Poodmund Posted June 22, 2022 Share Posted June 22, 2022 First you need to specify the custom science experiments in each situation to use a localization string for the report: https://github.com/Poodmund/Outer-Planets-Mod/blob/master/GameData/OPM/Patches/OPM_ScienceDefs.cfg#L393 Then you need to create the custom text for that localization string: https://github.com/Poodmund/Outer-Planets-Mod/blob/master/GameData/OPM/Localization/en-us.cfg#L600 Quote Link to comment Share on other sites More sharing options...
Ist23 Posted August 22, 2022 Share Posted August 22, 2022 On 6/22/2022 at 5:16 PM, Poodmund said: 首先,您需要指定每种情况下的自定义科学实验,以便为报告使用本地化字符串:https://github.com/Poodmund/Outer-Planets-Mod/blob/master/GameData/OPM/Patches/OPM_ScienceDefs.cfg#L393 然后,您需要为该本地化字符串创建自定义文本:https://github.com/Poodmund/Outer-Planets-Mod/blob/master/GameData/OPM/Localization/en-us.cfg#L600 What should I fill in [# ID [surfacesample]] ? Quote Link to comment Share on other sites More sharing options...
Shipsun Posted March 31 Share Posted March 31 On 6/22/2022 at 5:16 AM, Poodmund said: First you need to specify the custom science experiments in each situation to use a localization string for the report: https://github.com/Poodmund/Outer-Planets-Mod/blob/master/GameData/OPM/Patches/OPM_ScienceDefs.cfg#L393 Then you need to create the custom text for that localization string: https://github.com/Poodmund/Outer-Planets-Mod/blob/master/GameData/OPM/Localization/en-us.cfg#L600 Huh? I'm confused. That didn't really make sense to me. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.