Merge pull request #51 from JArmstrongArt/print-doc-update
updated the introductory lua doc to mention the --console launch parameter
This commit is contained in:
commit
ed026883c1
|
@ -17,7 +17,7 @@ Save file locations:
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
## Tips
|
## Tips
|
||||||
- When developing Lua mods, run the game from a console. Lua errors and logs will appear there.
|
- When developing Lua mods, run the game from a console. Lua errors and logs will appear there, but only if the game is launched with the `--console` launch parameter.
|
||||||
- You can use the `print()` command when debugging. Your logs will show up in the console.
|
- You can use the `print()` command when debugging. Your logs will show up in the console.
|
||||||
- You can create a folder within the mods folder containing multiple lua scripts as long as one script is called `main.lua`. Dynos actors can be placed inside this mod folder under `<your mod folder>/actors/`.
|
- You can create a folder within the mods folder containing multiple lua scripts as long as one script is called `main.lua`. Dynos actors can be placed inside this mod folder under `<your mod folder>/actors/`.
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Reference in New Issue