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 04-15-2011, 10:30 PM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
Unhappy Terrain Generator: Offline Help

Hey,

I've been working on my own little offline server(s - Same server, different types of tilesets, etc), And right now I'm attempting to use the Terrain Generator for it.

The actual design part is working okay for me, but I'm having trouble using it in the offline editor.

So, would someone please be able to make a more simplified guide to doing it that's more compatible with my small brain?

Also, if anyone wants a more detailed idea of what it is thatsnot working, I'd be happy to include it in my next post .

Thanks,

Kiwi
__________________
Reply With Quote
  #2  
Old 04-15-2011, 10:49 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
This might help.
__________________
Reply With Quote
  #3  
Old 04-15-2011, 11:00 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
How To Generate and Use a Terrain Map Offline

You can replace yourworld with anything you want below.

Step 1. Download and Run Terrain Generator
Step 2. Change the Generator Options to your liking. (See Image 1)
Step 3. Check off 'Generate Graal levels'
Step 4. Click 'Generate World'

Step 5. Create a Blank Folder for your New Overworld Map (See Image 2)
Step 6. Save yourworld.gmap in your new folder.

Step 7. Navigate to your new overworld's folder, if done correctly you should see all the levels in the folder. (See Image 3)
Step 8. Open yourworld_aa-01.nw

Step 9. Lay an empty NPC on the level. (See Image 4)
Step 10. Give it the following script:

PHP Code:
//Tutorial by fp4
//#CLIENTSIDE
if (created) {
  
removetiledefs;
  
addtiledef picso.png,yourworld_,5;
  
loadmap yourworld;

Step 11. Close the script.
Step 12. You should see the terrain properly with the default GK/terrain tileset.

Editing terrain is fairly simple, just click and drag the + up or down to manipulate the elevation.

The overworld can then be uploaded to your server and be set up like any other gmap.
Attached Thumbnails
Click image for larger version

Name:	step1.png
Views:	238
Size:	65.8 KB
ID:	52704   Click image for larger version

Name:	step2.png
Views:	227
Size:	49.8 KB
ID:	52705   Click image for larger version

Name:	step3.png
Views:	186
Size:	160.6 KB
ID:	52706   Click image for larger version

Name:	step4.png
Views:	227
Size:	301.7 KB
ID:	52707  
__________________
Quote:
Reply With Quote
  #4  
Old 04-15-2011, 11:03 PM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
Okay. Thanks

This looks way easier to understand

EDIT: Still doesn't work. When I saved it, it said it would be saved as a gmap, but when I look at it, its just a file, so it doesn't work. Help?
__________________

Last edited by Kiwi27; 04-16-2011 at 12:03 AM..
Reply With Quote
  #5  
Old 04-16-2011, 12:47 AM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
I know its been around half an hour, but *Bump*
__________________
Reply With Quote
  #6  
Old 04-16-2011, 01:06 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Does renaming it to give it a gmap extension work?
__________________
Reply With Quote
  #7  
Old 04-16-2011, 01:07 AM
0PiX0 0PiX0 is offline
Coder
0PiX0's Avatar
Join Date: Jan 2011
Posts: 130
0PiX0 is a jewel in the rough0PiX0 is a jewel in the rough
Quote:
Originally Posted by Kiwi27 View Post
EDIT: Still doesn't work. When I saved it, it said it would be saved as a gmap, but when I look at it, its just a file, so it doesn't work. Help?
So rename the file adding .gmap as the file extension, or save it again as mygmapfilename.gmap rather than just mygmapfilename.
Reply With Quote
  #8  
Old 04-16-2011, 03:10 AM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
YAY! Thanks to all of you who have helped me. This is the first time its ever worked for me
__________________
Reply With Quote
  #9  
Old 04-16-2011, 03:32 AM
MattKan MattKan is offline
the KattMan
Join Date: Aug 2010
Location: United States
Posts: 1,325
MattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to behold
Send a message via AIM to MattKan
Adding this easy to understand guide to the wiki... good job
Reply With Quote
  #10  
Old 04-16-2011, 07:20 AM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
This is... Kind of depressing. A few hours ago, I posted it was working. But that was only the showing as a gmap file with all the levels. But, when I tried to use the gmap, I put all the script into a NPC, as you said, but

1. It only shows the one flat tile everywhere, not the actual terrain, and
2. It shows the warp, but no handy arrow thing to move around the gmap.

Help?
__________________
Reply With Quote
  #11  
Old 04-16-2011, 08:25 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
ZIP up your folder with the GMAP file and all it's levels in it and attach it please.

When you're saving you need to put the .gmap extention at the end. If you save it as just:

yourworld instead of yourworld.gmap it messes up, and doesn't generate the levels properly.
__________________
Quote:
Reply With Quote
  #12  
Old 04-16-2011, 09:52 PM
Devil_Lord2 Devil_Lord2 is offline
David K?
Devil_Lord2's Avatar
Join Date: Apr 2011
Location: PA, MD.
Posts: 643
Devil_Lord2 can only hope to improve
Quote:
Originally Posted by fowlplay4 View Post
ZIP up your folder with the GMAP file and all it's levels in it and attach it please.

When you're saving you need to put the .gmap extention at the end. If you save it as just:

yourworld instead of yourworld.gmap it messes up, and doesn't generate the levels properly.
I'm not sure if that always works, maybe you could enlighten myself as well.
As a Mac user, I've noticed working with ganis, I open them up as a text file and as long as I click save the gani usually works. The icon also is still plain white.
However when I use save as the file looks like a text file, and I don't believe it works.. I know it doesn't on Graal Shop any longer, but I haven't tried it online. It basically takes it out of gani state even when I change it to .gani and I'm unsure why. May have to test it all again..

Anyway, from what I believe I know now, on Macs at least, sometimes changing the extension doesn't seem to work...

I'd strike through the part Mac seeing as I used an older windows computer.. but there is no strikeout button on here.. D: Point is, sometimes it changing the extension doesn't seem to work.. >.> or just those few times for me..
I have a lot of problems randomly with gani files. Anyway I don't know if this helps point out the problem he may be having.. could only be a problems with ganis for all I know..
__________________

Digital Media Artist - David K? </3 (UnLoved)
www.davidkrout.com
www.twitch.com/DavidKkz



Reply With Quote
  #13  
Old 04-16-2011, 10:02 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Devil_Lord2 View Post
I'm not sure if that always works, maybe you could enlighten myself as well.
It's an issue with the Terrain Generator. If you don't specify the .gmap extension in the filename when saving it doesn't generate the levels. As seen in my images...
Attached Thumbnails
Click image for larger version

Name:	bad.png
Views:	211
Size:	122.4 KB
ID:	52715   Click image for larger version

Name:	badresult.png
Views:	219
Size:	65.9 KB
ID:	52716  
__________________
Quote:
Reply With Quote
  #14  
Old 04-16-2011, 10:06 PM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
nagorias_final.zip

There ya go.
__________________
Reply With Quote
  #15  
Old 04-16-2011, 11:32 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Alright I've looked through your zip file, and for whatever reason if you have an underscore (_) it doesn't load properly in the GraalEditor.

You also had... loadmap nagorias_final.gmap; instead of loadmap nagorias_final;

I would recommend re-generating the map as nagorias.gmap instead.
__________________
Quote:
Reply With Quote
  #16  
Old 04-16-2011, 11:54 PM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
That's odd. In a previous gmap I made, the name had an underscore, and it worked fine.

I always get that second bit wrong... Thanks for pointing it out.

I'll regenerate it now
__________________
Reply With Quote
  #17  
Old 04-17-2011, 12:36 AM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
Thanks to all of ya, it works now

... Now what to do with it... ?
__________________
Reply With Quote
  #18  
Old 04-17-2011, 01:21 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Kiwi27 View Post
Thanks to all of ya, it works now

... Now what to do with it... ?
Develop it.
__________________
Quote:
Reply With Quote
  #19  
Old 04-17-2011, 01:38 AM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
Okie. Attached is my demented creation.

Some bits came out really weird...


Quote:
Originally Posted by fowlplay4
Develop It.
That would be a great idea, if I could make the Graphics I want myself.

EDIT:

Maybe its not attached...

It posted before it uploaded... And it turns out the file was too big anyway...
__________________
Reply With Quote
  #20  
Old 04-17-2011, 05:20 AM
MattKan MattKan is offline
the KattMan
Join Date: Aug 2010
Location: United States
Posts: 1,325
MattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to behold
Send a message via AIM to MattKan
Here's a link to the terrain generator page on the wiki. Hopefully people will be able to view it in the future and understand it more than the previous one. (Thanks to fowlplay for most of the tutorial.) Any suggestions would be appreciated, and don't forget that you can edit the page, as well as most of the pages on the wiki yourself. (On the side bar, under Personal Tools:, click Log In, and enter your forum username and password. Then, once on the page you wish to edit, you can look under Views on the side menu, and press edit to edit the page you are currently on.)

http://wiki.graal.net/index.php/Crea...rain_Generator
Reply With Quote
  #21  
Old 04-17-2011, 12:29 PM
Devil_Lord2 Devil_Lord2 is offline
David K?
Devil_Lord2's Avatar
Join Date: Apr 2011
Location: PA, MD.
Posts: 643
Devil_Lord2 can only hope to improve
Quote:
Originally Posted by fowlplay4 View Post
It's an issue with the Terrain Generator. If you don't specify the .gmap extension in the filename when saving it doesn't generate the levels. As seen in my images...
So, is this something you can make a whole gmap in offline mode and load it online and basically have a server? Probably not a good one but something to work with to save time? :o

I've seen the generator years ago but I don't think I've ever tried it.. I'm glad to see it is still around lol

I may check it out ^.^



Quote:
Originally Posted by Kiwi27 View Post
Okie. Attached is my demented creation.

Some bits came out really weird...




That would be a great idea, if I could make the Graphics I want myself.

EDIT:

Maybe its not attached...

It posted before it uploaded... And it turns out the file was too big anyway...
What type of graphics?
__________________

Digital Media Artist - David K? </3 (UnLoved)
www.davidkrout.com
www.twitch.com/DavidKkz



Reply With Quote
  #22  
Old 04-17-2011, 05:18 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Devil_Lord2 View Post
So, is this something you can make a whole gmap in offline mode and load it online and basically have a server?
Yes. Barely anyone has worked with terrain in a long time though.
__________________
Quote:
Reply With Quote
  #23  
Old 04-17-2011, 10:05 PM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
Quote:
Originally Posted by Devil_Lord2 View Post
What type of graphics?
Well, my plan was for kind of South American-themed offline server.

But, even though terrain would make it more unique, I kind of do prefer a normal tileset. And the problem with that is I could never make my own tileset (Not that I haven't tried).
__________________
Reply With Quote
  #24  
Old 04-17-2011, 11:56 PM
Devil_Lord2 Devil_Lord2 is offline
David K?
Devil_Lord2's Avatar
Join Date: Apr 2011
Location: PA, MD.
Posts: 643
Devil_Lord2 can only hope to improve
Ooh, I was thinking I'd help if you needed something like half a statue made gfx so you could go behind it using the normal tileset.. Yeah making your own tileset can be a hassle.. I can't say I'd help with South American-themed tiles.. xD

If it were taking a screenshot and making it transparent sure, why not?.. lol sorry
It wouldn't take too much, but still be hard to edit pic1.png in paint.. I also have some of pics1.png converted into type1 if you'd like to use that.. I actually couldn't get a lot in the blocking section since type0 has more blocking then type1 D:
__________________

Digital Media Artist - David K? </3 (UnLoved)
www.davidkrout.com
www.twitch.com/DavidKkz



Reply With Quote
  #25  
Old 04-18-2011, 12:29 AM
MattKan MattKan is offline
the KattMan
Join Date: Aug 2010
Location: United States
Posts: 1,325
MattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to behold
Send a message via AIM to MattKan
If you are using the Terrain to make your South American themed server, then you will need to make terrain (grass, water, dirt, etc.) on your own vesion of the picso tileset- which shouldn't be that hard since you can probably just edit the current tileset

But then you will need to creative realstic building, trees, etc. npcs, which will be hard.
Reply With Quote
  #26  
Old 04-18-2011, 12:38 AM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
As said in my first post, I'm trying many different ways of making it. It's all just a way of bettering my skills in making Levels, Graphics, doing Scripting, all that stoof. I have actually gotten somewhere with my type 0 tileset. I have inside walls done, and I have the outline for the design/mark/things of the outside wall. All the outside walls need to be done is colour - which I know I'll find quite hard.

Quote:
Originally Posted by MattKan
If you are using the Terrain to make your South American themed server, then you will need to make terrain (grass, water, dirt, etc.) on your own vesion of the picso tileset- which shouldn't be that hard since you can probably just edit the current tileset

But then you will need to creative realstic building, trees, etc. npcs, which will be hard.
I don't have picso, so I can't edit it. I can only find picso2, which has no water tiles.
__________________
Reply With Quote
  #27  
Old 04-18-2011, 05:38 AM
Devil_Lord2 Devil_Lord2 is offline
David K?
Devil_Lord2's Avatar
Join Date: Apr 2011
Location: PA, MD.
Posts: 643
Devil_Lord2 can only hope to improve
Quote:
Originally Posted by Kiwi27 View Post
As said in my first post, I'm trying many different ways of making it. It's all just a way of bettering my skills in making Levels, Graphics, doing Scripting, all that stoof. I have actually gotten somewhere with my type 0 tileset. I have inside walls done, and I have the outline for the design/mark/things of the outside wall. All the outside walls need to be done is colour - which I know I'll find quite hard.



I don't have picso, so I can't edit it. I can only find picso2, which has no water tiles.
What is the picso and picso2? D: what happen to pics0.png and such..
Is this for the layers type thing I've heard about? I was told you could do layers but I don't know how.. transparencies seem to break the Online Level Editor from what I've seen too :x
__________________

Digital Media Artist - David K? </3 (UnLoved)
www.davidkrout.com
www.twitch.com/DavidKkz




Last edited by Devil_Lord2; 04-18-2011 at 05:52 AM..
Reply With Quote
  #28  
Old 04-18-2011, 06:22 AM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
Quote:
Originally Posted by Devil_Lord2 View Post
What is the picso and picso2? D: what happen to pics0.png and such..
Is this for the layers type thing I've heard about? I was told you could do layers but I don't know how.. transparencies seem to break the Online Level Editor from what I've seen too :x
I'm just a noob, I don't know much about tilesets, so someone else would have to answer your first question.

To do layers, you need Gonstruct (Theres a link to the download in the thread 'Gonstruct Feedback', in the same sub-forum as this thread). But, everyone else correct me if I'm wrong, I'm a noob, I'm pretty sure I saw someone say you'd have to wait until V6 to actually use them online?
__________________
Reply With Quote
  #29  
Old 04-18-2011, 07:51 AM
Devil_Lord2 Devil_Lord2 is offline
David K?
Devil_Lord2's Avatar
Join Date: Apr 2011
Location: PA, MD.
Posts: 643
Devil_Lord2 can only hope to improve
Quote:
Originally Posted by Kiwi27 View Post
I'm just a noob, I don't know much about tilesets, so someone else would have to answer your first question.

To do layers, you need Gonstruct (Theres a link to the download in the thread 'Gonstruct Feedback', in the same sub-forum as this thread). But, everyone else correct me if I'm wrong, I'm a noob, I'm pretty sure I saw someone say you'd have to wait until V6 to actually use them online?
The last time I tried to use Gonstruct it wanted me to get macports and become an apple dev to download something else.. the whole thing wasn't worth it as a Mac user lol.. but if you want to use type1 I have a great template that has a little more info than most. It was deemed bad because the person didn't actually want to try it, but you can use Pot and Signs which most do not state or know about.

Other then that, if you'd like the pics1.png I could post it on here?
__________________

Digital Media Artist - David K? </3 (UnLoved)
www.davidkrout.com
www.twitch.com/DavidKkz



Reply With Quote
  #30  
Old 04-18-2011, 09:57 PM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
Could you please post your improved template for me? And the other one? XD Just for a look...
__________________
Reply With Quote
  #31  
Old 04-18-2011, 11:20 PM
Devil_Lord2 Devil_Lord2 is offline
David K?
Devil_Lord2's Avatar
Join Date: Apr 2011
Location: PA, MD.
Posts: 643
Devil_Lord2 can only hope to improve
The template is just for type1, your suppose to create your own tiles and place them on it. However, I've marked off some useful tiles spots you could use for their different functions.. Like the rock is a walkable area that regenerates if you made a shovel npc.

Unsure if many people actually get it.. Anyway the pot and sign works fine.. I'm unsure how you'd like it to be improved though.. the spots can't change.. they are built into the Graal system and I only found out the locations :X
__________________

Digital Media Artist - David K? </3 (UnLoved)
www.davidkrout.com
www.twitch.com/DavidKkz



Reply With Quote
  #32  
Old 04-19-2011, 12:29 AM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
I know your meant to fill it in with your own tiles, I'm already doing it in my attempt to make a tileset.
__________________
Reply With Quote
  #33  
Old 04-19-2011, 02:12 AM
Devil_Lord2 Devil_Lord2 is offline
David K?
Devil_Lord2's Avatar
Join Date: Apr 2011
Location: PA, MD.
Posts: 643
Devil_Lord2 can only hope to improve
x.x;; I will not give mine away, but I will show you a version image sized cut in half if you'd like. Hopefully it is a good example..
This is what I have so far for my Insane Asylum.

__________________

Digital Media Artist - David K? </3 (UnLoved)
www.davidkrout.com
www.twitch.com/DavidKkz



Reply With Quote
  #34  
Old 04-19-2011, 04:21 AM
Kiwi27 Kiwi27 is offline
Not the fruit.
Kiwi27's Avatar
Join Date: Mar 2011
Location: New Zealand
Posts: 173
Kiwi27 will become famous soon enough
That's... not what I meant...

Your 'Improved' template? XD
__________________
Reply With Quote
  #35  
Old 04-19-2011, 04:51 AM
Devil_Lord2 Devil_Lord2 is offline
David K?
Devil_Lord2's Avatar
Join Date: Apr 2011
Location: PA, MD.
Posts: 643
Devil_Lord2 can only hope to improve
I'm sort of confused lol..
__________________

Digital Media Artist - David K? </3 (UnLoved)
www.davidkrout.com
www.twitch.com/DavidKkz



Reply With Quote
  #36  
Old 04-24-2011, 10:39 PM
YoungTwist YoungTwist is offline
Registered User
Join Date: Feb 2003
Location: MASS
Posts: 44
YoungTwist is an unknown quantity at this point
Send a message via AIM to YoungTwist
I never built on this type of map. (Terrain Generator) Now when your laying down tiles, does the "depth" affect any of its laying ability?

Last edited by YoungTwist; 04-24-2011 at 10:47 PM.. Reason: Type of map
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:27 AM.


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