Modding:Parse Tester: Difference between revisions

From SkyCorp Global
Jump to navigation Jump to search
(Parse Tester)
 
(formatting)
Line 1: Line 1:
The parse tester is a tool that modders can use to easily test their text variables in-game.
The parse tester is a tool that modders can use to easily test their [[Modding:Text Variables|text variables]] in-game.


== Accessing the tool ==
== Accessing the tool ==


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


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.

Revision as of 20:18, 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.)

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.