NPCDialog.cs open (for example) and change something. So I save and close. (I saved by using Ctrl + S). I the New CO Server and reopen. And when I open the server, the NPC has changed nothing. What i need to do to save correctly?
You made something so simple so confusing.Quote:
saving does nothing... You need to debug it in order to re-build the .exe files.
The project file and the .cs files it loads are all your source code that controls the server. You cannot simply run those though (without using a compiler obviously, I just mean in general). You have to use a program to build them into a .exe file that you can click and run. To do that press f5 in your project and it will debug (and load) the server. you can then open the bin/debug folder to find the .exe and run it.
So your suggesting to:Quote:
why not just say:
1. press F6
2. press F7
3. Eat a cookie