Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Use cherrypicker and turn off the dubs items.
A: There shouldn’t be any conflicting behavior with this mod.
-I'd like to check if this is still the case, since I can no longer build the wall vents from Replace Stuff, and the vanilla vent is gone also.
Or will such a feature be for a more comprehensive ship overhaul?
@Enclave~, Yeah that makes total sense. Thank you for the reply! Sorry if it seemed like I was complaining or anything
https://github.com/CombatExtended-Continued/CombatExtended/blob/Development/SupportedThirdPartyMods.md
And there it doesn't list this mod, but in the Q&A here it says it is supported. The github also says only one of the Quest mods is compatible which sucks. Is anyone able to tell me if CE is compatible with all Vanilla Extended things, or if not, if there is a full list that shows all the ones that are compatible?
To the lovely mod creators, you don't need to answer if you don't want to. You lot do truly astounding work, and I'd hate to be an added annoyance to you.
- We do not check comment sections for bug reports. There is simply too many mods and too many comments section to keep track of it.
- We are not looking into fixing bugs reported in the comment section. We have no way to do so. There is no logs, and no information viable for bug fixing.
- We only look into fixing and fix bugs reported using our Google Forms for bug reporting, and only if all the required logs are attached.
- The google form can be found here: https://forms.gle/rzJpjpBUijBGhpcy7
- Please do not report bugs in the comments anymore. Leave the comments for questions and feedback. Report bugs properly or not at all.
The rest i posted in the discussion channel
I'm a little confused though as to why you're even using things like "WallMountedHeaterM" as a texture path. Aren't the texture names ending with M specifically used as color masks?
<texPath>Things/Building/WallMountedHeater/WallMountedHeater</texPath>
<texPath>Things/Building/WallMountedAC/WallMountedACM</texPath> to
<texPath>Things/Building/WallMountedAC/WallMountedAC</texPath>
The mod upload may have gone wrong, and the xml was pushed but not the images. We will look into it
Changing;
<texPath>Things/Building/WallMountedHeater/WallMountedHeaterM</texPath> to
<texPath>Things/Building/WallMountedHeater/WallMountedHeater</texPath>
<texPath>Things/Building/WallMountedAC/WallMountedACM</texPath> to
<texPath>Things/Building/WallMountedAC/WallMountedAC</texPath>
Resolved it for me, they are the only 2 thingdefs that seem to have the 'M' after their defname reference
https://github.com/Vanilla-Expanded/VanillaTemperatureExpanded/issues/1
https://github.com/Vanilla-Expanded/VanillaTemperatureExpanded/blob/92f9b847cc8508c6dfd18b76867120958dcc8816/1.6/Defs/NetDefs/ACNet.xml#L348
https://github.com/Vanilla-Expanded/VanillaTemperatureExpanded/blob/92f9b847cc8508c6dfd18b76867120958dcc8816/1.6/Defs/ThingDefs_Buildings/Buildings_Temperature.xml#L205
<texPath>Things/Building/WallMountedHeater/WallMountedHeaterM</texPath>
<texPath>Things/Building/WallMountedAC/WallMountedACM</texPath>