Bishiba Posted January 14, 2021 Share Posted January 14, 2021 Hello! I am new to this and I am trying to make a list of console commands that I want to add for each new ruler in CK2. The trait list is as follows(also see image): add_trait 2618014 genius add_trait 2618014 fair add_trait 2618014 strong add_trait 2618014 giant add_trait 2618014 lefthanded The reason I want it to be used in a textfile rather than making a macro for it is that I want to change the character ID to the heir to the kingdom rather than the current ruler as it helps the heir advance their natural abilities. So when a new heir is made I can just use the replace tool for the ID in, say, notepad. But the text action does not seem to record the "enter" so it just writes the text in the console without actually executing each line. Is there some sign/code I can use to execute the return command between lines? I tried searching for this but could not find anything. I also don't wish to install more software since it easily get's cluttered. So if there is any other way where I can do this within iCUE that would be great. Best regards, Bishiba Link to comment Share on other sites More sharing options...
Corsair Employees Corsair Notepad Posted January 14, 2021 Corsair Employees Share Posted January 14, 2021 Have you tried just simply double spacing? Link to comment Share on other sites More sharing options...
Bishiba Posted January 15, 2021 Author Share Posted January 15, 2021 Thanks for responding, yes I did try making it two line breaks. It just interprets it as spacebar. Link to comment Share on other sites More sharing options...
Corsair Employees Corsair Notepad Posted January 15, 2021 Corsair Employees Share Posted January 15, 2021 What interprets it as a space bar? The game? If so try using it in something simple as Notepad. If it works in Notepad the issue is going to be how the game you are playing interprets the text macro you setup. Link to comment Share on other sites More sharing options...
c-attack Posted January 15, 2021 Share Posted January 15, 2021 I think you are going to need to record that one as a macro. The text action is really a "paste" action. Handy for repeated phrases, addresses, etc., but if you need to register keys that have specific contextual functions, you'll need to do it as a macro. It's not as bad as it seems. Go the Actions menu, click record and then carefully type out the command and hit enter at the end. It doesn't matter how slow you go. At the end, use the function to delete all delays and then assign it to a key. add_trait 2618014 genius Link to comment Share on other sites More sharing options...
Bishiba Posted January 16, 2021 Author Share Posted January 16, 2021 Thanks both. Ye, it interprets it correctly as text. Below is me pressing G1 for the action: add_trait 2618014 genius add_trait 2618014 fair add_trait 2618014 strong add_trait 2618014 giant add_trait 2618014 lefthanded So it seems a macro is the only solution. Luckily I figured out that I can just copy the ID and then just include ctrl-V in the macro. Best regards, Bishiba Link to comment Share on other sites More sharing options...
Recommended Posts