Labyrinth of Reptoran v0.1
Version 0.1.1
Date uploaded: August 27, 2007
Features:
- Two more attributes are added: Strength and Dexterity. Strength is thoroughly useless right now; it was originally meant to determine how much you could carry before you were slowed down, but the algorithm was a poor one, and it's temporarily scrapped. Dexterity determines your speed; there is an actual game effect from this, but it's not noticeable right now because there are no monsters.
- There is now an equipment screen that shows what you are currently wearing.
- The contents of your pack and any items on the ground are saved when the game is saved.
To do:
- Save equipment
- Implement more items
- Allow wielding items
Known bugs:
- Wielding doesn't work at present. It's likely a minor bug, and will be fixed shortly. [FIXED: Caused by not having sufficient checks for null variables.]
Notes:
- This is not a true release; it's more of a backup. Version 0.1.2 should be out within a few days, and should include all of the "to do" features.
- To wear an item, type 'w' and select it. It will automatically be equipped to the appropriate slot.
- To wield an item (put it in your hand), type 'W' and select it. As noted earlier, this is a bit buggy.
- To remove a worn or wielded item, type 'R' and select the letter. It will be returned to your inventory.
- To view your equipment, type 'e'. To view your inventory, type 'i'.
Source and binary: LoRv011.zip
Version 0.1.0
Date uploaded: April 27, 2007
Features:
- Trees in the overworld
- Item uses (using a hatchet on a tree will chop it down, using a key on a door will either lock or unlock it)
- Opening and closing doors
- Inventory, rudimentary items, getting, dropping
- Dungeon looks more "stony"
To do:
- Items have no distinct types yet
- There is no way of equipping items yet
- Specific skills that are required for some item uses
Known bugs:
- Items are not saved when you save the game, so the things on the ground and in your inventory disappear when you load your game. [FIXED: Version 0.1.1 saves items.]
Source and binary: LoRv010.zip
Version 0.0