Menu

SourMUD / News: Recent posts

SourMUD Beta 1 released!

SourMUD is a Java-based RPG with a client to server relationship, a streamlined update system, an easy way to add content, and a dedicated group of developers. Do the math.

Major features of Beta 1:
-Redid the user interface, the screen is now a lot larger, and the sidebars are now at the bottom and have pop up interfaces instead of imbedded content.
-Completely rewrote server base, now has more support for developing content serverside than on the client, so updates won't have to keep being downloaded in the client code...Just sent through packets etc.
-Redid accounts, each account now has its own file, so this can be used for storing of player data. No save method yet, but its on the way.
-Also redid the project website, so if you have some spare time go ahead and browse that.

Posted by Jim 2007-09-09

SourMUD project website updated

SourMUD is a Java-based RPG with a client to server relationship, a streamlined update system, an easy way to add content, and a dedicated group of developers. Do the math.

We have restyled and added more content to our project website. It now looks a lot cleaner, and there is more information on there and resources for developers interested in using SourMUD for their games and for testing/learning purposes.

Posted by Jim 2007-09-09

SourMUD Alpha 6 released!

SourMUD is a Java-based RPG with a client to server relationship, a streamlined update system, an easy way to add content, and a dedicated group of developers. Do the math.

Major features of Alpha 6:
-Added two new armour choices, as well as an automatic unequip of similar armour types to avoid graphical glitches.
-Added SourScript, an easy way of getting things done without needing to edit a lot of core code. This is to make updates even easier to provide.
-Made NPC actions use SourScript, both ways. Colliding with the NPCs, and the first action can both be customized with scripts.
-Cleaned up code as always, and documented things as much as possible.
-Some other minor things that were forgotten during my busy week/weekend.

Posted by Jim 2007-09-03

SourMUD IDE v1.1 released!

SourMUD is a Java-based RPG with a client to server relationship, a streamlined update system, an easy way to add content, and a dedicated group of developers. Do the math.

Updates to SourMUD IDE:
Added a few small improvements, such as the ability to change the data file folder from the default. You can also refresh the data file list, so you don't have to restart the IDE for it to be recognized. The coming versions will hopefully include search functionality, as well as a new code snippet generator.

Posted by Jonny 2007-08-28

SourMUD IDE v1.0 released!

SourMUD is a Java-based RPG with a client to server relationship, a streamlined update system, an easy way to add content, and a dedicated group of developers. Do the math.

We have created a tool for SourMUD that allows you to easily edit your regions and spawn points in your data-files. This should generally work with the new updates, since the structure of the folder won't change, and it will show all of the files in the folder and not manually placed on the list. I will be adding a screen shot of it in the screenshot section.... read more

Posted by Jim 2007-08-26

SourMUD Alpha 5 released!

SourMUD is a Java-based RPG with a client to server relationship, a streamlined update system, an easy way to add content, and a dedicated group of developers. Do the math.

Major features of Alpha 5:
-Appearance update, player appearance is now drawn depending on items that are worn. We have also updated the directory structure for the sprites and backgrounds.
-New landscapes, featuring new grass and new sand, and the ability to interchange them inside of the regions.
-New sprites for players and equipment

Posted by Jim 2007-08-25

SourMUD website online!

SourMUD is a Java-based RPG with a client to server relationship, a streamlined update system, an easy way to add content, and a dedicated group of developers. Do the math.

We have gotten our website finished at http://sourmud.jwarez.net, or you can use Project -> Web Site on the menu.

We also have a Wiki, and we have our update directory there too, so you can download old or new updates if you need them for your own domain.

Posted by Jim 2007-08-25

SourMUD Alpha 4 released!

SourMUD is a Java-based RPG with a client to server relationship, a streamlined update system, an easy way to add content, and a dedicated group of developers. Do the math.

Major features of Alpha 4:
-Fixed the bug with the new protocol on several packets
-Added screen fading
-Added inventory
-Added items
-Added skill handling
-Cleaned up some stuff
-Upgraded to datafile version 4, which contains the new data/item-dat.txt, and two item thumbnails for use in the inventory.
-Added equip/unequip of weaponry, this does not alter appearance yet, but provides a basis for item clicking and items in general.

Posted by Jim 2007-08-25

SourMUD Alpha 3 released!

SourMUD is a Java-based RPG with a client to server relationship, a streamlined update system, an easy way to add content, and a dedicated group of developers. Do the math.

Major features of Alpha 3:
-Authorization for accounts has been added
-Protocol is completely rewritten, works great and its now easier than ever to add new packets and content!
-Passwords are now masked with asterisks when your entering your password!... read more

Posted by Jim 2007-08-21

SourMUD Alpha 2 released!

SourMUD is a Java-based RPG with a client to server relationship, a streamlined update system, an easy way to add content, and a dedicated group of developers. Do the math.

Features of Alpha 2:
-New Music tab, along with 2 blank tabs for future use. You can turn music on or off from the tab if it gets annoying.
-Cutscenes have been fixed a bit more, they now disallow you from clicking in the game window while its running. As before you cannot type during a cutscene. You can still click sidebars while it is running, which had some playing done with it :).
-The Regions file has been cleaned up, removing the array of non existing classes.... read more

Posted by Jim 2007-08-10

SourMUD Alpha 1 released!

SourMUD is a Java-based RPG with a client to server relationship, a streamlined update system, an easy way to add content, and a dedicated group of developers. Do the math.

Features of Alpha 1:
-Basic structure defined
-Both server and client basics are completed
-Update server with version checking completed
-Basic user interface complete

Posted by Jim 2007-08-09