Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onepiecefreak3 authored Nov 17, 2023
1 parent 723cc28 commit 0e1f264
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ If an unknown instruction type has no corresponding mapping, its name will be se

### Reference scripts

Scripts can call methods from within themselves and other scripts currently loaded in the engine. Normally, those calls happen via the CRC32/CRC16 of the function name to invoke them.<br>
To resolve those checksums back into human readable names, reference scripts can be placed in the folder `reference` next to the command line tool.
.xq scripts can call methods from within themselves and other .xq scripts currently loaded in the engine. Normally, those calls happen via the CRC32/CRC16 of the function name to invoke them.<br>
To resolve those checksums back into human readable names, reference .xq scripts can be placed in the folder `reference` next to the command line tool.

It is recommended to put every script of a game in the references to have the highest probability of properly resolving all checksums.<br>
However, there is no guarantee that a checksum will be resolved, so user action has to be taken.
It is recommended to put every .xq script of a game in the references to have the highest probability of properly resolving all checksums.<br>
However, there is no guarantee that a checksum will be resolved.

## Examples

Expand Down

0 comments on commit 0e1f264

Please sign in to comment.