MudGame:
- Added MyGame script to demonstrate how to write a custom Game script. - Added Settings.ini with default Values. Note that Removing the value ServerEnabled will cause the MudGame to default into Offline mode. Allowing developers to create single-player games. This can be done by setting ServerEnabled to false, however it's recommended to remove the option from the file all together so that users don't know the option to run a server is available unless you want your single-player game to be ran on private servers as multiplayer.
This commit is contained in:
parent
cf41436381
commit
a2181572d0
3 changed files with 71 additions and 0 deletions
10
MudGame/bin/Debug/..svnbridge/.svnbridge
Normal file
10
MudGame/bin/Debug/..svnbridge/.svnbridge
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:ignore</Name><Value>Log.txt
|
||||
MudEngine.dll
|
||||
MudEngine.pdb
|
||||
MudGame.exe
|
||||
MudGame.pdb
|
||||
MudGame.vshost.exe
|
||||
MudGame.vshost.exe.manifest
|
||||
Player
|
||||
temp
|
||||
</Value></Property></Properties></ItemProperties>
|
Loading…
Add table
Add a link
Reference in a new issue