Rusted Ruins Versions Save

Extensible open world rogue like game with pixel art. Players can explore the wilderness and ruins.

v0.12.0

2 years ago
  • Generic quest system
  • Script reworking
    • Spawn separated thread for RustPython
    • New functions to integrate quest system
  • Customizable weapons / armors
  • Add basic abilities
    • Add MP for characters
  • UI improvements
    • Add close button to windows
    • Add cursor image
    • Improve damage popup
    • Add text widget with inline images

v0.11.0

2 years ago
  • Food item rotting
  • Container items
    • Ice box
    • Compost bin
    • Seed maker
  • Factions
  • Ally npcs
    • Pack animal
  • Character level
  • Character trait

v0.10.0

2 years ago
  • Use RON format for obj input instead of TOML
  • Use RustPython for game script
  • ItemAttribute generation and Attributes for ItemObj
    • Deconstruct scrap items
    • Harvestable plant items
  • Basic agriculture
  • Better enemy AI
    • Pathfinding
    • NPC ranged attack
    • Enemy detection
  • Wilderness item generation

v0.9.0

3 years ago
  • Throwing items
  • Vein tile generation on maps
  • Player action shortcut toolbar
  • Basic Art/Pharmacy Recipes
  • Wilderness map generation
  • Display HP healing value
  • Deb package

v0.8.0

3 years ago
  • Displaying damege on main screen
  • Add target selection after using items
  • Add UI to display the current weapons and tool
  • Add a tool to mine
  • Add mining and a tool to mine
  • The first quest for tutorial
  • Add new an item (magic device) to search enemy characters.
  • Many internal changes

v0.7.0

3 years ago
  • Implement respawn
  • Add new creation kind
  • Add facility items for creation
  • Implement skills for creation
  • Improve creation UI
  • Implement skill learning items
  • Add readable items

v0.6.0

4 years ago
  • Home
  • Improve Item UI
  • Mouse Based UI

v0.5.0

4 years ago
  • Magic devices
  • HP regeneration
  • Use attributes of equipment when calculating damage
  • Help window
  • Migration of l10n system to Fluent
  • Debug command

v0.4.0

5 years ago
  • Basic instruction at game start
  • Introduce hit & miss to combat system
  • Improve ItemWindow UI
  • Item creation and recipe system
  • Cooking
  • Reimplement turn loop
  • Reimplement Time

v0.3.0

5 years ago
  • Add id-idx table to save data
  • Save data is in multiple files in one directory
  • Basic quests
  • Improve window tab display
  • Migration to Rust 2018
  • Reimplement ListWidget