Lugdunon is a 2d multiplayer RPG / sandbox game that is reminiscent of the 16 bit console era. Lugdunon runs within your web browser, so no client download is needed. Lugdunon can also be played ‘on the go’ on mobile devices such as iPads and Android tablets. Players can engage in combat with each other or with NPCs, craft and trade items, empower their character with the advancement system, place and decorate in-game signs using the full-featured sign editor, and more! However, what is really interesting about Lugdunon is the ability to take the game and truly make it your own. With powerful in-game editors available to players who have been designated ‘Game Masters’ and the ability to run your own server, the sky is the limit! Currently, from within the game itself, Game Masters can create new crafting recipes, add and edit NPCs, paint the landscape using up to 16 terrain layers, raise and lower elevation to create cliffs and chasms, place items, and edit NPC spawn points.

Forum Thread
  Posts  
(0.5.4) Status for Monday, October 7, 2013 (Games : Lugdunon : Forum : Updates : (0.5.4) Status for Monday, October 7, 2013 ) Locked
Thread Options
Oct 6 2013 Anchor
  • Added check to client to warn if a player has their client zoomed.
  • Added console parameter filters. This allows for replacing certain patterns in /console commands with other information.
  • Added net.lugdunon.command.core.console.parameters. IParameterFilter to server-side codebase.
  • Added net.lugdunon.command.core.console.parameters. RegexBasedParameterFilter to server-side codebase. This base class allows for case insensitive filters consisting of a leading "%" followed by an alphanumeric pattern.
  • Added net.lugdunon.command.core.console.parameters. TargetParameterFilter to server-side codebase. This filter matches %t and replaces the filter with the player's target's name.
  • Added net.lugdunon.command.core.console.parameters. PlayerGenderParameterFilter to server-side codebase. This filter matches % gm and replaces the filter with the player's gender (him/her).
  • Added net.lugdunon.command.core.console.parameters. PlayerPossessiveGenderParameterFilter to server-side codebase. This filter matches % gpm and replaces the filter with the player's gender (his/hers).
  • Added net.lugdunon.command.core.console.parameters. TargetGenderParameterFilter to server-side codebase. This filter matches % gt and replaces the filter with the player's target's gender (him/her).
  • Added net.lugdunon.command.core.console.parameters. TargetPossessiveGenderParameterFilter to server-side codebase. This filter matches % gpt and replaces the filter with the player's target's gender (his/hers).
  • Added net.lugdunon.command.CommandRequest. setProperties(CommandProperties properties) to server-side API.
  • Added net.lugdunon.command.CommandRequest. getProperties() to server-side API.
  • Added net.lugdunon.command.Interpreter. registerConsoleParameterFilters(String consoleParameterFiltersFile) to server-side API.
  • Added net.lugdunon.command.Interpreter. registerConsoleParameterFilter(Class[IParameterFilter] consoleParameterFilter) to server-side API.
  • Added net.lugdunon.command.Interpreter. unregisterConsoleParameterFilter(String match) to server-side API.
  • Added net.lugdunon.command.Interpreter. listConsoleParameterFilters() to server-side API.
  • Added net.lugdunon.command.Interpreter. getConsoleParameterFilter(String match) to server-side API.
  • Added net.lugdunon.state.mod.Mod. listConsoleParameterFilters() to server-side API. This allows mods to publish their own console parameter filters.
  • Added etc/consoleParameterFilters.json to the configuration file structure.

Edited by: lugdunon

Reply to thread
click to sign in and post

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.