Browse Source

Merge branch 'master' of http://cutpon.com:3000/devn00b/EQ2EMu

Image 4 years ago
parent
commit
bee05e4bab
3 changed files with 8 additions and 1 deletions
  1. 7 0
      installer/CHANGELOG.txt
  2. 1 1
      installer/README.md
  3. BIN
      installer/zeklabs-eq2emu.exe

+ 7 - 0
installer/CHANGELOG.txt

@@ -0,0 +1,7 @@
+V0.1 - Initial Creation. Basic functions.
+
+V0.2 - Included more udpate options, cleaned up some unneeded code.
+
+V0.3 - Added Options.bat, permits cleaning/updating of the db.
+
+V0.4 - Added Partial update of Database (all but guilds/character data). Made it so all windows close once done. Updated all files.

+ 1 - 1
installer/README.md

@@ -18,7 +18,7 @@ The user/password for Login and Mysql is eq2emu/eq2emu.
 ### 	***Server Update Options***:
 
 	In file launch.bat you will find the following options (All Default 1): 
-	SQLUPDATE  - Update the database (1 on 0 off). *** THIS WILL ERASE ALL CHARACTERS ***
+	SQLUPDATE  - Update the database (0 off, 1 on, 2 Partial). *** THIS WILL ERASE ALL CHARACTERS ***
 	EXEUPDATE  - Update the Loginserver/Worldserver to the most recent build (1 on 0 off).
     LUAUPDATE  - Update the LUA Scripts (1 on 0 off).
 	MAPUPDATE  - Update the 3d Maps/Navmesh (1 on 0 off).

BIN
installer/zeklabs-eq2emu.exe