Jump to content

Module manager tech tree editing


Recommended Posts

In the past I managed to edit the tech tree through Module Manager. This time I am not as succesfull. It doesn't seem to work. I managed to add a node. I do not seem to be able to change the start node (or any other node). Here is my "code":

 

//Custom Waerth 
//lines are LEFT RIGHT TOP BOTTOM

@TechTree

	{
		@RDNode:Start
		{
			@title = I want this to change dammit
			@id = startnew
			@cost = 0
			@nodeName = node0_start
			@pos = -3068,1199,0
		}
	}

Any suggestions as to what I am doing wrong?

Edited by waerth
Link to comment
Share on other sites

  • 1 month later...

Well, not sure if that's the correct terminology to access the node. Regardless, it should be 'start', not 'Start' (capitalization matters...)

I'd put it as

@TechTree
{
    @RDNode:HAS[#id[start]]
    {
    	@title = I want this to change dammit
        @id = startnew
        @cost = 0
        @nodeName = node0_start
        @pos = -3068,1199,0
    }
}

 

Edited by Benjamin Kerman
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...