Graal Forums  

Go Back   Graal Forums > Development Forums > Level Design
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-06-2004, 07:06 PM
LegendaryTsukasa LegendaryTsukasa is offline
Banned
LegendaryTsukasa's Avatar
Join Date: Dec 2003
Posts: 552
LegendaryTsukasa is on a distinguished road
Send a message via AIM to LegendaryTsukasa
Terrain Generator

Has anyone used this to make a Graal world before? I have tried, but it seems, never to actually work out. I've made all the levels, but its ually just random grass. Has this not been finished yet?
Reply With Quote
  #2  
Old 05-06-2004, 07:30 PM
Galdor Galdor is offline
░▒▓██▓▒░
Galdor's Avatar
Join Date: Feb 2004
Posts: 2,434
Galdor has a reputation beyond reputeGaldor has a reputation beyond reputeGaldor has a reputation beyond reputeGaldor has a reputation beyond reputeGaldor has a reputation beyond reputeGaldor has a reputation beyond reputeGaldor has a reputation beyond reputeGaldor has a reputation beyond reputeGaldor has a reputation beyond repute
//#CLIENTSIDE
if (created) {
addtiledef picso.png,LEVELSTART,5;
loadmap GMAPNAME;
}
__________________
Links
Draenin's Villains
Draenin's Quests

My Albums
Quote:
Originally Posted by Unixmad
This forums is going worst each day.
Reply With Quote
  #3  
Old 05-06-2004, 08:10 PM
LegendaryTsukasa LegendaryTsukasa is offline
Banned
LegendaryTsukasa's Avatar
Join Date: Dec 2003
Posts: 552
LegendaryTsukasa is on a distinguished road
Send a message via AIM to LegendaryTsukasa
zZz I dont speak Graal script.
Reply With Quote
  #4  
Old 05-06-2004, 08:13 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
y u do dat mang??? do u comprhend??

What kind of maps are you talking about? And is it online or offline? Level generated? You should refer to that help html thingy it comes with ^_^;
__________________
Reply With Quote
  #5  
Old 05-06-2004, 08:14 PM
billybob256 billybob256 is offline
Rainbow Fox
Join Date: Apr 2004
Location: b is for ENgland
Posts: 23
billybob256 is on a distinguished road
Send a message via ICQ to billybob256 Send a message via AIM to billybob256 Send a message via MSN to billybob256
Quote:
Originally Posted by Galdor
//#CLIENTSIDE
if (created) {
addtiledef picso.png,LEVELSTART,5;
loadmap GMAPNAME;
}
or you could just go like this:

NPC Code:

//#CLIENTSIDE
addtiledes picso.png,,;
loadmap myworld; //Or Gmap name here

Reply With Quote
  #6  
Old 05-06-2004, 08:15 PM
Galdor Galdor is offline
░▒▓██▓▒░
Galdor's Avatar
Join Date: Feb 2004
Posts: 2,434
Galdor has a reputation beyond reputeGaldor has a reputation beyond reputeGaldor has a reputation beyond reputeGaldor has a reputation beyond reputeGaldor has a reputation beyond reputeGaldor has a reputation beyond reputeGaldor has a reputation beyond reputeGaldor has a reputation beyond reputeGaldor has a reputation beyond repute
...
docu_terraingenerator <- read that doc. look for it in the "terraingenerator" folder.
__________________
Links
Draenin's Villains
Draenin's Quests

My Albums
Quote:
Originally Posted by Unixmad
This forums is going worst each day.
Reply With Quote
  #7  
Old 05-06-2004, 08:55 PM
LordZen LordZen is offline
Registered User
LordZen's Avatar
Join Date: Jun 2002
Posts: 1,700
LordZen is on a distinguished road
Send a message via ICQ to LordZen Send a message via AIM to LordZen Send a message via Yahoo to LordZen
Yea I dislike the terrain generator Stefan uses. We are talking about 3d terrain right?

A friend of mine has been coding an absolutely incredible terrain generator in his free time. It works completely differently, and allows for you to define multiple continents on one map, with the exact shape you desire, perfect cliffs, and will have customizable options for how to auto tile different types of terrains and transitions, and also tile randomization ranges for flood fill areas.

And I'm keeping it all to myself. >:] hopefully..
__________________

Click the picture!

FYI: I've pretty much retired from this game as it stands. Yep..

Contact Info
AIM: xxwarlordzenxx (not used so much anymore)
MSN: warlordzen(a)hotmail.com

Quote:
Originally Posted by Scott
I heard they were pregnant from the same father from a VERY reliable tabloid a couple years ago.
Quote:
Originally Posted by GryffonDurime
Etien, you are the best proof I have ever seen that the human gene pool has algee.
Reply With Quote
  #8  
Old 05-07-2004, 02:36 AM
LegendaryTsukasa LegendaryTsukasa is offline
Banned
LegendaryTsukasa's Avatar
Join Date: Dec 2003
Posts: 552
LegendaryTsukasa is on a distinguished road
Send a message via AIM to LegendaryTsukasa
Yes we are talking about the 3D generator.

And I'm wondering why this one doesnt work. Cause that would save me a lot of time making levels, or finding someone else too...
Reply With Quote
  #9  
Old 06-05-2004, 10:49 PM
Kappa00p2p Kappa00p2p is offline
Registered theRapist
Kappa00p2p's Avatar
Join Date: Jul 2003
Posts: 198
Kappa00p2p is an unknown quantity at this point
Send a message via AIM to Kappa00p2p
it works x.x

add this in an npc into a level if you are working offline.
//#CLIENTSIDE
if (created) {
addtiledef picso.png,THEFIRSTFEWLETTERSOFTHEGMAPNAME,5;
loadmap NAMEOFYOURGMAPYOUMADEUSINGTERRAINGEN;
}
__________________

-Kappa
Reply With Quote
  #10  
Old 06-21-2004, 06:55 PM
hidro hidro is offline
Proud Owner of Ol' West
hidro's Avatar
Join Date: Sep 2003
Location: New Brunswick
Posts: 140
hidro is on a distinguished road
Send a message via AIM to hidro Send a message via MSN to hidro
I have used the Terrain Generator... i made Underground's OW with it... but it takes time... it took me like 4 hours plus when you screw up you screw up...so yeah
__________________
Reply With Quote
  #11  
Old 06-24-2004, 06:10 PM
Matman58 Matman58 is offline
Former PW Admin
Matman58's Avatar
Join Date: Mar 2001
Location: Missouri
Posts: 578
Matman58 will become famous soon enough
Send a message via ICQ to Matman58 Send a message via AIM to Matman58 Send a message via Yahoo to Matman58
Quote:
Originally Posted by hidro
I have used the Terrain Generator... i made Underground's OW with it... but it takes time... it took me like 4 hours plus when you screw up you screw up...so yeah
Yes it is very time consuming when using it I think. Just got have patience with trial and error.
__________________
Reply With Quote
  #12  
Old 06-24-2004, 06:15 PM
JohnGames JohnGames is offline
Registered User
Join Date: Jun 2004
Posts: 107
JohnGames is on a distinguished road
Quote:
Originally Posted by LordZen
Yea I dislike the terrain generator Stefan uses. We are talking about 3d terrain right?

A friend of mine has been coding an absolutely incredible terrain generator in his free time. It works completely differently, and allows for you to define multiple continents on one map, with the exact shape you desire, perfect cliffs, and will have customizable options for how to auto tile different types of terrains and transitions, and also tile randomization ranges for flood fill areas.

And I'm keeping it all to myself. >:] hopefully..

*Breaks into your home and gets a copy*
*goes to lawyer and gets copyright*

Terrain generator; only $100.00!
Reply With Quote
  #13  
Old 06-24-2004, 06:48 PM
Malinko Malinko is offline
Unholy Nation
Join Date: Mar 2004
Location: Massachusetts, U.S.A.
Posts: 1,782
Malinko is on a distinguished road
Send a message via AIM to Malinko
Quote:
Originally Posted by LordZen
And I'm keeping it all to myself. >:] hopefully..
No no no no no Zen =D!
Reply With Quote
  #14  
Old 06-24-2004, 08:57 PM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
user defined land and water masses >>> fractal islands
I dun like the randomness when I actually have a plan


Quote:
Originally Posted by billybob256
or you could just go like this:

NPC Code:

//#CLIENTSIDE
addtiledes picso.png,,;
loadmap myworld; //Or Gmap name here

uh, no. Galdor's is better

Edit: *looks at dates* wtf
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial

Last edited by Dach; 06-24-2004 at 09:00 PM.. Reason: WTF @ Kapoop & Hidro
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:08 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.