Hello G2D Members,
I have held of on a progress report for a few weeks as there were some remaining and new issues that arose after the last release. After the changes my demo level was a little worse for wear, so I am just creating a new one at the moment, it shouldnt take more than a day or so.
Fixes:
* Login Music not looping (midi + mp3) (fixed - single play)
* Map Music not looping (midi + mp3) (fixed)
* When equipping items with +HP the HP does not add to your
meter, instead adding points but leaving the meter half full
or missing the added HP in the Red meter.
Same goes for unequipping these items - and the same
for ALL items that add stats, they dont rack the meter up
like they are supposed to.
* New players logging in with 0 health - fixed
* Pet names duping for players (player 1 has PetA. player 2 pet is also called PetA)
* NPC Shops are not showing any item icons (fixed buy/sell)
* Player shop GUI cut off bottom right corner (fixed)
* Character select Sprites not showing
* Client Crash when changing maps by hitting edge diagonally
* Map music not turning off when music selected off (new bug)
* XGE Fixed Tileset slider, returned to normal type.
* XGE Fixed Max_textures retrieve from server, no config required.
* MAX_AVATARS variable added to XGE\client\config
* /commands in the user panel are now pulled from a text file,
so you can change the command listing available to your players.
* Fixed Server login after Matrix activated (was asking for password)
* GUEIDO Fixed Equip Avatars not saving sizes/positions.
* Replaced all updater scripts with new ones, updaters all rely on _version.ini
* Adjusted Player names for stock size sprites (was justifying too far left)
Additions
* Sprites added (290 in total) all pre-animated ready for use
* 31 Player Avatars, new EQ Avatars
* 10 new free to use, original Midi music files by Jack.
* 13 usable Tilesets in Total.
|_ 2 x Inquisitor Tilesets
|_ 1 x Lost Garden Tileset
|_ 1 x Full Breeze Tileset
|_ 6 x Reiners ISO type Tileset
|_ 2 x RMXP Tileset
|_ 1 x Misc 16bit Tileset
* Rebuilt matrix client with new updater for server
* Client Updater (Standalone)
* XGE Updater (Standalone)
* New Server support module
Decided on standalone updaters as some people run these on sep machines)
--------------------------------------------
Notes on Character Weight:
Using the weight system is easy, but needs some pre-thought. This is an example, but
explains what needs to be done in order to avoid problems. We will revise this code later on, for now stick to this rule:
Starting Weight (must) = Starting Items weight.
ie. My character is given a sword (weight 4) and a shield (weight 6) on logging in for the first time.
I want to make sure Character starting weight is 10 so that way it matches the items he is given - this means yes, all toons must start with the same weight and ratio of pounds in assigned gear on login. If you put the Starting weight at 0 in the server support module, you must not give items to characters when they log in the first time, or the weight will recede into the negative if they de-equip the item.
----------------------------------------------
There is more, but i'll keep this update a bit shorter, I literally could paste 2 more pages of updates but we will save that for the official release notes.
Im not putting a Beta out of this version, it is fairly well tested and just needs a few more tweaks, so give me a day or so my friends, perhaps a few days.
Take care,
The G2D Team.