About Store Forum Documentation Contact



Post Reply 
Level editor question
Author Message
lirppa Offline
Member

Post: #1
Level editor question
So, with level editor you can create sectors, is it possible tomake sector(s) into a .LVL file?
03-21-2009 07:49 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
Re: Level editor question
Level Editor from Esenthel Game is obsolete. Please use World Editor from the SDK.
03-21-2009 10:21 AM
Find all posts by this user Quote this message in a reply
lirppa Offline
Member

Post: #3
Re: Level editor question
well, still the same question, how do u make .wrld into .LVL?
03-21-2009 10:22 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
Re: Level editor question
you can't
03-21-2009 10:23 AM
Find all posts by this user Quote this message in a reply
lirppa Offline
Member

Post: #5
Re: Level editor question
ok. but are there anykind of tutorials how to put your map in the game..?
03-21-2009 10:24 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
Re: Level editor question
Yes, all of the tutorials in the "tutorials\advanced\game basics"
03-21-2009 10:30 AM
Find all posts by this user Quote this message in a reply
lirppa Offline
Member

Post: #7
Re: Level editor question
well haven't found anything like that, but will keep searching :oops:

thanks alot dude wink maybe this is the best/easiest game to mod
03-21-2009 10:33 AM
Find all posts by this user Quote this message in a reply
Phenixer Offline
Member

Post: #8
Re: Level editor question
Game::World

In INIT section:

.init()
.new("worldpath")
.update(a position (like cam pos)) (In Main loop too)

In RENDER section:

.draw()

---

Isnt hard.
This is all where Esenthel said.
03-29-2009 03:03 PM
Find all posts by this user Quote this message in a reply
Post Reply