Windows Isometric Terrain Engine

T

T. Brugel

Guest
Hi everyone!

This is just a really simple isometric terrain engine I created today.
Its a simple engine where you can raise and lower the terrain with your mouse.
The engine also includes slopes which will automatically appear to smooth out the terrain.
A little player will spawn on the plain which you can move around.
The player is able to climb the terrain you create.

Here is a video of the engine:


Here are some screenshots of the engine:







Different terrain settings can be set in the create event of the obj_world_settings object.

Controls:

- W, A, S, D -> Move the camera around
- Left Mouse Button -> Raise the terrain
- Right Mouse Button -> Lower the terrain
- Arrow Keys -> Move the player

Downloads:

.exe -> http://www.mediafire.com/file/7delgr66keo2l7x/Isometric_Engine.exe
.gmx -> http://www.mediafire.com/file/5u12zu5folvqt4z/MMO_Test_Demo.gmx.rar

Please give me some feedback on the engine and tell me how I can improve it!
Everyone is free to use this engine for their own project, I'd love to see what you guys can create with this!

Cheers!
 
Last edited by a moderator:
P

PhenomenalDev

Guest
Hi everyone!

This is just a really simple isometric terrain engine I created today.
Its a simple engine where you can raise and lower the terrain with your mouse.
The engine also includes slopes which will automatically appear to smooth out the terrain.

Here are some screenshots of the engine:







Different terrain settings can be set in the create event of the obj_world_settings object.

Controls:

- W, A, S, D -> Move the camera around
- Left Mouse Button -> Raise the terrain
- Right Mouse Button -> Lower the terrain

Downloads:

.exe -> http://www.mediafire.com/file/41nv1jvqmxgt8zd/Isometric_Engine.exe
.gmx -> http://www.mediafire.com/file/i17d33l60lidtai/Isometric_Engine.gmx.rar

Please give me some feedback on the engine and tell me how I can improve it!
Everyone is free to use this engine for their own project, I'd love to see what you guys can create with this!

Cheers!
This is awesome! Is there any way to make this usable in any kind of game?
 

sylvain_l

Member
like that ! (I'll have a look at the source later)
Please give me some feedback on the engine and tell me how I can improve it!
new feature: (only from using the default exe, so I don't know what's available through obj_world_settings)
- highlight the selected zone (what would go up/down when pressing RMB/LMB)
- slope mode vs cliff mode (acutally, in the exe, it's easy to break the slope and create cliffs; so having a mode to enforce continuous slope)
 
T

T. Brugel

Guest
like that ! (I'll have a look at the source later)


new feature: (only from using the default exe, so I don't know what's available through obj_world_settings)
- highlight the selected zone (what would go up/down when pressing RMB/LMB)
- slope mode vs cliff mode (acutally, in the exe, it's easy to break the slope and create cliffs; so having a mode to enforce continuous slope)
Hi!
I will look into the selection of zones to raise and lower.
As for the slopes, the sensivity can be altered in the world settings so it creates slopes more quickly.
Thanks for the reply!
 
T

T. Brugel

Guest
Hey everyone!
I have added in a little player which can be controlled with the arrow keys.
He can climb and walk over the terrain!
I have updated the downloadlink above if you want to try it out!
 
Top