Tiled Map Level Editor: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 2: Line 2:
| title      = Tiled Map Level Editor
| title      = Tiled Map Level Editor
| image      = [[File:Tilemapleveledds.jpg]]
| image      = [[File:Tilemapleveledds.jpg]]
| type        = Platform
| type        = Platform Game Engine
| version    = 111124
| version    = 111124
| licence    = Mixed
| licence    = Mixed
| author      = Schmendrick
| author      = Schmendrick
| website    = http://gbatemp.net/topic/312959-tiled-map-level-editor-on-ds/
| website    = https://gbatemp.net/threads/tiled-map-level-editor-on-ds.312959/
| download    = Media:Leveleditords.rar
| download    = Media:Leveleditords.rar
| source      =  
| source      =  
}}     
}}     


This is a level editor made by Schmendrick Schmuck to allow on-the-go level editing and testing.  
This is a level editor for the NDS made by Schmendrick Schmuck to allow on-the-go level editing and testing homebrew platform games.


User can create levels through a system of tiles, which then puts them collisions for the character to know which parts are solid and no. The levels are fully customizable, they can change the size. The background color and horn save and then load levels.  
You can create your levels through a system of tiles, which are then put into collisions so that the character knows which parts are solid and which are not. The levels and are fully customizable, they can be resized, saved and implemented into your own homebrew projects.  


==Features==
==Features==
*Easy-to-use level editor with stylus controls
* Easy-to-use level editor with stylus controls.
*Simple but efficient UI
* Simple but efficient UI.
*Generic level data format to be used in any game engine
* Generic level data format to be used in any game engine.
*Show or hide grid, tile IDs or complete layers
* Show or hide grid, tile IDs or complete layers.
*Level saving/loading to/from sd
* Level saving/loading to/from sd.
*Up to 5 layers (last layer reserved for collision map data)
* Up to 5 layers (last layer reserved for collision map data).
*Dynamic layer resizing (when possible, resizing will keep your level data in place)
* Dynamic layer resizing (when possible, resizing will keep your level data in place).
*Customizable Parallax layer scrolling
* Customizable Parallax layer scrolling.
*Built-in customizable playtest featuring Mario
* Built-in customizable playtest featuring Mario.


==Installation==
==Installation==
#Download and extract file
Download and extract file.
#[http://chishm.drunkencoders.com/DLDI/ DLDI patch] it and copy it to the root directory of the card


NES Mario world 1-1 included (Mario.level). Copy the 'data' folder in the zip to the root of your flashcart to use.  
[[DLDI|DLDI]] patch it and copy it to the root directory of the card.
 
NES Mario world 1-1 included (Mario.level). Copy the data folder in the zip to the root of your flashcart to use.  


==User guide==
==User guide==
Player can change the speed of movement, severity and length of the jump, the start button is for starting the level, for Pause/Stop Pause game we give, and to remove the play mode and return to give to stop editor.
Levels can be up to ~500000 tiles in size (for reference, the original NES Mario world 1-1 is ~4096 tiles in size). This number is limited by the DS' memory only (4MB yay).
 
In order to make a level, it needs a tilesheet in indexed pcx format saved somewhere on sd card. 
 
After making your own level, you can use the playtest to see how it plays in most common possible configurations, including the speed of movement, the gravity and the length of the jump.


In order to make a level, it needs a tilesheet in indexed pcx format saved somewhere on sd card.  
It saves the levels as .level files and can be used in your own game engine.


Readme/user manual included in zip (Level Editor User Manual.pdf).  
Readme/user manual included in zip (Level Editor User Manual.pdf).


==Controls==
==Controls==
'''In the editor:'''
'''Editor:'''


Stylus: move through the menus
Stylus - Move through menus


R/L - enable movement around the map (using stylus)
R/L - Enable movement around the map (using stylus)


'''In Game:'''
L+R+Select - Debug menu


Stylus - set level
'''In game:'''


D-pad - move
Stylus - Set level


A - jump
D-Pad - Move


==Known Issues==
A - Jump
 
==Known issues==
Playtesting may have some frameskips with crowded levels.
Playtesting may have some frameskips with crowded levels.


Line 60: Line 67:


==Compatbility==
==Compatbility==
Tested on: Flash card Supercard DSTWO with EOS 1.11 Firmware
Tested on:  
:Flash card R4
 
:Flash card Acekard 2i
Flash card R4 <br>
Flash card Acekard 2i <br>
Flash card Supercard DSTWO with EOS 1.11 Firmware <br>


==Changelog==
==Changelog==
'''Intermediate 111124'''
'''Intermediate 111124'''
*Fixed crash bug for AKAIO users.
* Fixed crash bug for AKAIO users.


'''111113'''
'''111113'''
*Added autolog save (fat:/data/LevelEditor/console.log) on guru crash
* Added autolog save (fat:/data/LevelEditor/console.log) on guru crash.
*Added custom level save location
* Added custom level save location.
 
 


[[Category:Homebrew applications]]
<br>
[[Category:DS homebrew games]]
[[Category:Homebrew platform games on DS]]
[[Category:Homebrew game engines on DS]]

Revision as of 14:43, 12 June 2021

Tiled Map Level Editor
File:Tilemapleveledds.jpg
General
Author(s)Schmendrick
TypePlatform Game Engine
Version111124
LicenceMixed
Links
[Media:Leveleditords.rar Download]
Website
Advertisements

<htmlet>adsense</htmlet>


This is a level editor for the NDS made by Schmendrick Schmuck to allow on-the-go level editing and testing homebrew platform games.

You can create your levels through a system of tiles, which are then put into collisions so that the character knows which parts are solid and which are not. The levels and are fully customizable, they can be resized, saved and implemented into your own homebrew projects.

Features

  • Easy-to-use level editor with stylus controls.
  • Simple but efficient UI.
  • Generic level data format to be used in any game engine.
  • Show or hide grid, tile IDs or complete layers.
  • Level saving/loading to/from sd.
  • Up to 5 layers (last layer reserved for collision map data).
  • Dynamic layer resizing (when possible, resizing will keep your level data in place).
  • Customizable Parallax layer scrolling.
  • Built-in customizable playtest featuring Mario.

Installation

Download and extract file.

DLDI patch it and copy it to the root directory of the card.

NES Mario world 1-1 included (Mario.level). Copy the data folder in the zip to the root of your flashcart to use.

User guide

Levels can be up to ~500000 tiles in size (for reference, the original NES Mario world 1-1 is ~4096 tiles in size). This number is limited by the DS' memory only (4MB yay).

In order to make a level, it needs a tilesheet in indexed pcx format saved somewhere on sd card.

After making your own level, you can use the playtest to see how it plays in most common possible configurations, including the speed of movement, the gravity and the length of the jump.

It saves the levels as .level files and can be used in your own game engine.

Readme/user manual included in zip (Level Editor User Manual.pdf).

Controls

Editor:

Stylus - Move through menus

R/L - Enable movement around the map (using stylus)

L+R+Select - Debug menu

In game:

Stylus - Set level

D-Pad - Move

A - Jump

Known issues

Playtesting may have some frameskips with crowded levels.

Layers may not display correctly with severely crowded levels.

Compatbility

Tested on:

Flash card R4
Flash card Acekard 2i
Flash card Supercard DSTWO with EOS 1.11 Firmware

Changelog

Intermediate 111124

  • Fixed crash bug for AKAIO users.

111113

  • Added autolog save (fat:/data/LevelEditor/console.log) on guru crash.
  • Added custom level save location.


Advertising: