lirppa
Member
|
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 |
|
Esenthel
Administrator
|
Re: Level editor question
Level Editor from Esenthel Game is obsolete. Please use World Editor from the SDK.
|
|
03-21-2009 10:21 AM |
|
lirppa
Member
|
Re: Level editor question
well, still the same question, how do u make .wrld into .LVL?
|
|
03-21-2009 10:22 AM |
|
Esenthel
Administrator
|
Re: Level editor question
you can't
|
|
03-21-2009 10:23 AM |
|
lirppa
Member
|
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 |
|
Esenthel
Administrator
|
Re: Level editor question
Yes, all of the tutorials in the "tutorials\advanced\game basics"
|
|
03-21-2009 10:30 AM |
|
lirppa
Member
|
Re: Level editor question
well haven't found anything like that, but will keep searching :oops:
thanks alot dude maybe this is the best/easiest game to mod
|
|
03-21-2009 10:33 AM |
|
Phenixer
Member
|
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 |
|