I try turn LU Server in my computer, but I have problem. Mine script is not loaded in game.
I have in Script folder
main.nut file.
In my
content.xml i have line:
<!-- Scripts -->
<!-- Specifies which scripts will be loaded on server start -->
<script folder = "Main"/>
and in
Script.xml in Scripts/Main folder:
<!-- Add the scripts and files to be loaded with scripts here -->
<script file="main.nut" client="1" />