Modding:Parse Tester: Difference between revisions

From SkyCorp Global
Jump to navigation Jump to search
(formatting)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
# Click <code>Parse Tester...</code>
# Click <code>Parse Tester...</code>
# The resulting window will show your text evaluated (ex: <code>Hello, human.</code>)
# The resulting window will show your text evaluated (ex: <code>Hello, human.</code>)
<div class="responsive-image">
[[File:Accessing Parse Tester.png]]
</div>


Note that it uses whatever state the player is in at the time you press the parse tester button.  Therefore, depending on what you are testing, you may want to start the game first before testing.  You can also use the button at the bottom of the parse tester to quickly change the player's form and re-run the text evaluation.
Note that it uses whatever state the player is in at the time you press the parse tester button.  Therefore, depending on what you are testing, you may want to start the game first before testing.  You can also use the button at the bottom of the parse tester to quickly change the player's form and re-run the text evaluation.

Latest revision as of 20:31, 9 October 2025

The parse tester is a tool that modders can use to easily test their text variables in-game.

Accessing the tool

  1. Launch the full version of the game as an active subscriber.
  2. While in game, press `
  3. Choose Text Editor at the new bar that display as the bottom.
  4. From the top row of tabs, click Run-Time / Modding
  5. Click PARSE_TESTER_BLANK and in the box on the right, paste in your text. Ex: Hello, [[SPECIES]].
  6. Click Parse Tester...
  7. The resulting window will show your text evaluated (ex: Hello, human.)

Accessing Parse Tester.png

Note that it uses whatever state the player is in at the time you press the parse tester button. Therefore, depending on what you are testing, you may want to start the game first before testing. You can also use the button at the bottom of the parse tester to quickly change the player's form and re-run the text evaluation.