[HELP] Compiling world.cs

08/21/2010 00:28 Bomb#1
Im noob at C#

I have the 5165 source,
and I want compiling world.cs (I changed xp rate)

but I dont know how to compile(I debug it but nothing happens).
I need noob guide to compile .cs and start the server with the changes


Im using visual studio 2010
08/21/2010 01:25 Ian*#2
well wrong section.... but if you're not seeing any errors after you try to debug then right click the solution (on the solution explorer pane) and click Build Solution. Or rebuild solution (both should work , but if build doesn't want to build it for some reason do rebuild).

It will be in your "Source/bin/Release" folder.
08/21/2010 11:35 Korvacs#3
Moved.

Basically you need to open the project file which is usually a .csproj file and then navigate to world.cs in the project in visual studio and then make your changes, then hit F6 to compile.