Map Editor Archives – GameFromScratch.com Game Development News, Tutorials and More Mon, 03 Aug 2020 20:56:53 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.2 https://gamefromscratch.com/wp-content/uploads/2020/07/GFS-1.png Map Editor Archives – GameFromScratch.com 32 32 Tilekit https://gamefromscratch.com/tilekit/ Sun, 19 Jul 2020 00:00:00 +0000 https://gamefromscratch.com/tilekit/ GameFromScratch.com
Tilekit

Tiletkit is a new tile based map editor available for Windows and Linux.  The key feature of Tilekit is a rules based pattern driven map editing, define your tiles and rules and the map editor takes care of the rest.Features:Unique pattern-based-rule autotiling system Map export to JSON Code-export of final ruleset to C or Lua [...]

The post Tilekit appeared first on GameFromScratch.com.

]]>
Sprytile Now Available For Blender 2.8x https://gamefromscratch.com/sprytile-now-available-for-blender-2-8x/ Mon, 06 Jul 2020 00:00:00 +0000 https://gamefromscratch.com/sprytile-now-available-for-blender-2-8x/ GameFromScratch.com
Sprytile Now Available For Blender 2.8x

Sprytile is a free tile map editor that runs entirely inside Blender, similar in functionality to the recently covered Crocotile 3D.  Over the weekend, Sprytile for the most current Blender 2.8x versions was just released. Details from the Sprytile Itch.io page:Sorry for the long long long delay, but finally the official release of Sprytile for [...]

The post Sprytile Now Available For Blender 2.8x appeared first on GameFromScratch.com.

]]>
Optikon Love2D Level Editor https://gamefromscratch.com/optikon-love2d-level-editor/ Mon, 01 Jun 2020 00:00:00 +0000 https://gamefromscratch.com/optikon-love2d-level-editor/ GameFromScratch.com
Optikon Love2D Level Editor

Optikon is a free Windows based ( Mac and Linux can run via Wine ) level editor that takes a WYSIWYG approach to creating game levels using the Lua powered Love game framework.Details of Optikon from the website:Drag and Drop Level DesignOptikon is a simple drag-and-drop level designer which makes stunning 2D level design in [...]

The post Optikon Love2D Level Editor appeared first on GameFromScratch.com.

]]>
Crocotile 3D https://gamefromscratch.com/crocotile-3d/ Tue, 12 May 2020 00:00:00 +0000 https://gamefromscratch.com/crocotile-3d/ GameFromScratch.com
Crocotile 3D

Crocotile3D is a unique level editor that takes the traditional 2D tiled based map creation approach, but applies it in 3D.  Crocotile3D is described as:Crocotile 3D is a tile-based 3d modeling editor. Originally released back in 2015 it is the first of its kind to use 2d tiles to construct 3d scenes. In contrast to [...]

The post Crocotile 3D appeared first on GameFromScratch.com.

]]>
TerreSculptor World Building Tool Hands-On https://gamefromscratch.com/terresculptor-world-building-tool-hands-on/ Mon, 03 Feb 2020 00:00:00 +0000 https://gamefromscratch.com/terresculptor-world-building-tool-hands-on/ GameFromScratch.com
TerreSculptor World Building Tool Hands-On

TerreSculptor is a free Windows based application for creating landscapes and terrains for games and other media.  Starting life in 2005 as a tool for creating maps for the Unreal Developer Kit, the tool has come a long way in the years since.On Demenzun Media homepage, TerreSulptor is described as:It all started back in 2005 [...]

The post TerreSculptor World Building Tool Hands-On appeared first on GameFromScratch.com.

]]>
Creating An Isometric Map Using Tiled Tutorial https://gamefromscratch.com/creating-an-isometric-map-using-tiled-tutorial/ Sat, 16 Feb 2019 00:00:00 +0000 https://gamefromscratch.com/creating-an-isometric-map-using-tiled-tutorial/ GameFromScratch.com
Creating An Isometric Map Using Tiled Tutorial

So many of the best games ever created use the Isometric graphic style.  Games such as Baldur’s Gate 1 and 2, Planescape Torment, Ultima 7, XCom and Diablo 1 and 2 are shining examples of games made in this style.  In this tutorial we show how you can easily create Isometric style maps using the [...]

The post Creating An Isometric Map Using Tiled Tutorial appeared first on GameFromScratch.com.

]]>
Godot 3 Tutorial– Tiles and TileMaps https://gamefromscratch.com/godot-3-tutorial-tiles-and-tilemaps/ Mon, 09 Jul 2018 00:12:59 +0000 https://gamefromscratch.com/godot-3-tutorial-tiles-and-tilemaps/ GameFromScratch.com
Godot 3 Tutorial– Tiles and TileMaps

This video covers first how to create a TileSet, then how to use the TileSet to create maps using the Godot 3 TileMap object.  We also look at the code required to select an individual tile in a tilemap as well as how to dynamically add news tiles to your map.  The tutorial also briefly [...]

The post Godot 3 Tutorial– Tiles and TileMaps appeared first on GameFromScratch.com.

]]>
Godot Engine Tutorial Part 8–Tilemaps https://gamefromscratch.com/godot-engine-tutorial-part-8-tilemaps/ Tue, 28 Apr 2015 00:00:00 +0000 https://gamefromscratch.com/godot-engine-tutorial-part-8-tilemaps/ GameFromScratch.com
Godot Engine Tutorial Part 8–Tilemaps

  In this tutorial we are going to explore the tilemap functionality built into the Godot game engine.  A tile map is a 2D game map composed of layers of “tiles”, which are essentially just a fixed size sprite with some additional properties.  It allows you to quickly paint a level and reuse art assets, [...]

The post Godot Engine Tutorial Part 8–Tilemaps appeared first on GameFromScratch.com.

]]>
A quick look at Tiled. An open source 2D level editor https://gamefromscratch.com/a-quick-look-at-tiled-an-open-source-2d-level-editor/ Wed, 01 Oct 2014 00:00:00 +0000 https://gamefromscratch.com/a-quick-look-at-tiled-an-open-source-2d-level-editor/ GameFromScratch.com
A quick look at Tiled. An open source 2D level editor

Previous Part Table Of Contents Next Part   One very common requirement for even the most simple game is a level editor.  The level of sophistication required varies massively from game to game but a lot of the functionality is pretty common.  At the very base level, you need a tool to layout the graphics [...]

The post A quick look at Tiled. An open source 2D level editor appeared first on GameFromScratch.com.

]]>
LibGDX Tutorial 11: Tiled Maps Part 1: Simple Orthogonal Maps https://gamefromscratch.com/libgdx-tutorial-11-tiled-maps-part-1-simple-orthogonal-maps/ Wed, 01 Oct 2014 00:00:00 +0000 https://gamefromscratch.com/libgdx-tutorial-11-tiled-maps-part-1-simple-orthogonal-maps/ GameFromScratch.com
LibGDX Tutorial 11: Tiled Maps Part 1: Simple Orthogonal Maps

Previous Part Table Of Contents Next Part   If you’ve never used Tiled read this first!   In this tutorial part we are going to look at loading orthogonal maps in LibGDX.  Orthogonal basically means “at a right angle to” which is a fancy way of saying the camera is looking straight at the scene.  [...]

The post LibGDX Tutorial 11: Tiled Maps Part 1: Simple Orthogonal Maps appeared first on GameFromScratch.com.

]]>