Jump to content

What would be causing #autoLOC but only in specific circumstances? (MOLE Fulcrum engine)


Recommended Posts

Take a look at this.

QsOQScm.png

1) The localization dictionary.cfg is intact and looks fine.

2) The tech tree nodes have the proper names (#autoLOC_501122 is "very heavy rocketry").

3) In the Fulcrum.cfg:

			UPGRADE
			{
				name__ = FulcrumRaptium
				description__ = Burn Raptium and Oxidizer.
				techRequired__ = veryHeavyRocketry
				moduleIsEnabled = true
			}

So it says 'veryHeavyRocketry', not #autoLOC_501122. Where is it getting the autoLOC from? Why isn't it correlating with the dictionary entry?

Link to comment
Share on other sites

9 hours ago, Frostiken said:

So it says 'veryHeavyRocketry', not #autoLOC_501122. Where is it getting the autoLOC from?

That's because the tech nodes have two names, one that's referenced in the code 'veryHeavyRocketry', and the display name '#autoLOC_501122', which leads to the dictionary for localization. As for why the bug is happening I've got no idea.

Link to comment
Share on other sites

Probably a stock issue. I've played around with some configs of MOLE and Perkjets PartOverhaul, always ending with the same #autoLOC output. Just by changing the TechTree.cfg to not use the #autoLOC key but the actual titel it was possible to display the correct node name in the info window.

I'll open a new issue on the bugtracker for this.

edit: There it is: #20777

Edited by 4x4cheesecake
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...