Difference between revisions of "Neon"

From RogueBasin
Jump to navigation Jump to search
m (updated description)
m (release 0.4.2)
 
(24 intermediate revisions by the same user not shown)
Line 3: Line 3:
|theme = Fantasy
|theme = Fantasy
|influences = The Elder Scrolls, [[ADOM]]
|influences = The Elder Scrolls, [[ADOM]]
|released = 2007 Aug 28
|released = 28.08.2007
|updated = 2010 Jun 3 - 0.3.1
|updated = 25.09.2014 - 0.4.2
|licensing = [[GPL]]
|licensing = [[GPL]]
|language = [[Java]], [[Javascript]]
|language = [[Java]], [[JavaScript]]
|platforms = Java 6
|platforms = Java 7
|interface = [[Unicode]]
|interface = [[Unicode]], [[SVG]], [[keyboard]]
|length =  
|length =  
|site = http://neon.kosmonet.be
|site = http://neon.kosmonet.be
}}
}}


Neon is a roguelike engine. It features a huge overland map and can be modified with XML and JavaScript.
Neon is a roguelike engine. It features a huge overland map with fixed or random dungeons, and an editor to edit all game data. Gameplay is inspired by the Elder Scrolls games, especially Daggerfall and Morrowind. The looks are inspired by [[ADOM]].


==Description==
==Description==
===Engine===
===Engine===
Neon is not a single game, but an engine that can run roguelikes. All data needed for a specific game is stored in a set of XML files. These files are loaded when starting the engine. This allows anyone to make their own roguelike without the need to write code.
Neon is not a single game, but an engine that can run roguelike adventures. All data needed for a specific game is stored in a set of XML files. These files are loaded when starting the engine. This allows anyone to create their own adventure without the need to write any Java code (although some JavaScript is still necessary for the random quest system). All the ugly bits are taken care of.


===Maps===
===Maps===
The engine can handle truly huge maps. The main overland map for testing in the alpha version measures 20400 x 13700 tiles, but can be much bigger. The overland map is on the same scale as the dungeons and scrolls with the player character centered on screen.  
The engine can handle truly huge maps. The main world map for testing in the alpha version measures 40800 x 27400 tiles, but can be much bigger (a map 50 times as big was tested). This overland map is on the same scale as the dungeons and scrolls with the player character centered on screen. Multi-level dungeons with branching zones are fully supported.
Multi-level dungeons are fully supported.


===Editor===
===Editor===
A game data editor is included in the latest release. It supports editing nearly all game data. For now, only existing games can be adapted, but the ability to create a mod from scratch will be in the next release.
A game data editor is included with the engine. It supports editing nearly all game data. The Darkness Falls sample game was built using the editor.  


==Current work==
==Current work==
===Ruleset===
===Engine===
The engine itself is nearly feature-complete. Work is now focusing on the actual gameplay. For this, the magic and combat system will be updated in future releases.
The engine itself is nearly feature-complete, apart from cleaning up bugs and improving the existing infrastructure. Most work is now focusing on the actual gameplay. At the moment, this mainly means improving the questing system.


===Maps===
===Editor===
A new random generation system is in the planning phase. It will allow to mix random and fixed content on one map.
Editing maps is still somewhat awkward, but fully usable. The vector editor will be improved in coming releases.

Latest revision as of 18:13, 25 September 2014

Neon roguelike engine
Alpha Project
Developer mdriesen
Theme Fantasy
Influences The Elder Scrolls, ADOM
Released 28.08.2007
Updated 25.09.2014 - 0.4.2
Licensing GPL
P. Language Java, JavaScript
Platforms Java 7
Interface Unicode, SVG, keyboard
Game Length
Official site of Neon roguelike engine


Neon is a roguelike engine. It features a huge overland map with fixed or random dungeons, and an editor to edit all game data. Gameplay is inspired by the Elder Scrolls games, especially Daggerfall and Morrowind. The looks are inspired by ADOM.

Description

Engine

Neon is not a single game, but an engine that can run roguelike adventures. All data needed for a specific game is stored in a set of XML files. These files are loaded when starting the engine. This allows anyone to create their own adventure without the need to write any Java code (although some JavaScript is still necessary for the random quest system). All the ugly bits are taken care of.

Maps

The engine can handle truly huge maps. The main world map for testing in the alpha version measures 40800 x 27400 tiles, but can be much bigger (a map 50 times as big was tested). This overland map is on the same scale as the dungeons and scrolls with the player character centered on screen. Multi-level dungeons with branching zones are fully supported.

Editor

A game data editor is included with the engine. It supports editing nearly all game data. The Darkness Falls sample game was built using the editor.

Current work

Engine

The engine itself is nearly feature-complete, apart from cleaning up bugs and improving the existing infrastructure. Most work is now focusing on the actual gameplay. At the moment, this mainly means improving the questing system.

Editor

Editing maps is still somewhat awkward, but fully usable. The vector editor will be improved in coming releases.