[WIP] Milestone 5 roadmap

Content and general development discussion for Source of Mana.


Post Reply
User avatar
Reid
Lead Developer
Lead Developer
Posts: 1522
Joined: 15 May 2010, 21:39
Location: Artis
Contact:

[WIP] Milestone 5 roadmap

Post by Reid »

Hello!

Here is the current milestone roadmap for the version 0.0.5:

  • Monster interaction, can be killed, spawned and respawned automatically
  • Attack animations and action support
  • Improve FSM and remove hard-coded fake states for the chat and mode menus
  • Stat system being implemented server-side
  • Equipment slot and sprite support
  • Bestiary menu
  • GitHub or GitLab page for our project
  • Implement Hocus's Piou sprite
  • Port a working version of Tulimshar map
  • Use a different player sprite and walking speed on the overworld map
  • Add some new kind of items
  • Debug/Admin/GM menu to debug and run some special commands
  • Split some code into some sub-script files (i.e.: World.gd and Map.gd must be sliced)
  • Rewrite the navigation mesh creation on the tiled map importer
  • Tile animation
  • Cave effects
  • GitHub mirror
  • Improve the map import by building a fake map resource that contains all the server and client information for debug purpose
  • Gender and player sprites colors
  • New emotes
  • Display text ahead of emotes
  • Support an online list web page
  • BlendTree support in our AnimationTree

Code color for our feature:

  • Green, mandatory
  • Orange, optional
  • No color, done
"Time is an illusion. Lunchtime doubly so."
-- Ford Prefect
User avatar
Reid
Lead Developer
Lead Developer
Posts: 1522
Joined: 15 May 2010, 21:39
Location: Artis
Contact:

Re: [WIP] Milestone 5 roadmap

Post by Reid »

A short update, most mandatory tasks are in work in progress or finished for the next version, I decided to add the clean of the FSM into the mandatory task to reduce our code complexity in the future.

Most recent clean ups/rewrites were beneficial to expand our feature set, it would now be far easier to add a new mob sprite and it should soon be easier to add a complex/large map like Tulimshar through the tiled importer once some extra work will be done with this addon.

Will keep you all updated for the first test session of this version!

"Time is an illusion. Lunchtime doubly so."
-- Ford Prefect
Post Reply