Tilesets and how to use them...
- Red
- Hero of the Glowing Lands
- Posts: 2085
- Joined: Wed May 15, 2002 11:58 am
- Location: Nowhere (important anyway)
- Contact:
Tilesets and how to use them...
Well, this isn't how to use them - YET.
I sent a reahter lengthy email to Odin from NMA about how to use Tilesets. If/Once he finds it and sends it back to me, I'll make sure to post it, as using TileSets can GREATLY enhance the look of your map without a lot of trouble (counting you don't think creating the tileset too much trouble).
Basically they allow you to create "randomness" which is MUCH better then anything you could try to emulate by hand. And I'm dead serious that a map created using them will look just amazing compared to a map without... And I want everyone to use them So a new thread will soon follow with the article soon.
I'm sorry I don't write something up right now, but I'm hoping someone else could post something while I'm waiting since I don't have time to re-write it right now.
I sent a reahter lengthy email to Odin from NMA about how to use Tilesets. If/Once he finds it and sends it back to me, I'll make sure to post it, as using TileSets can GREATLY enhance the look of your map without a lot of trouble (counting you don't think creating the tileset too much trouble).
Basically they allow you to create "randomness" which is MUCH better then anything you could try to emulate by hand. And I'm dead serious that a map created using them will look just amazing compared to a map without... And I want everyone to use them So a new thread will soon follow with the article soon.
I'm sorry I don't write something up right now, but I'm hoping someone else could post something while I'm waiting since I don't have time to re-write it right now.
...
-
- Vault Hero
- Posts: 1017
- Joined: Thu Apr 18, 2002 5:30 pm
- Location: Stone of Light Land
- Contact:
Not exactly, using shift + tiles technique is rather entirely random, which can sometimes have not desired results, whereas saving a group of tiles and then load-copying gives you much more control while still retaining the randomness effect. I was told by Endocore that the forrest in "Quagmire" was built this way, which is absolutely beautifull to see, to give an example...
- OnTheBounce
- TANSTAAFL
- Posts: 2257
- Joined: Thu Apr 18, 2002 8:39 am
- Location: Grafenwoehr, Oberpfalz, Bayern, Deutschland
- Contact:
Red, please include instructions on how to get Tile Sets working properly along with this, please. I'm running Win ME, so that quoting batch file doesn't work for me. I can't remember exactly what it is that needs to be done to set up the Tile Sets so that they work properly.
OTB
OTB
"On the bounce, you apes! Do you wanna live forever?!"
- War Bringer
- Vault Dweller
- Posts: 150
- Joined: Thu Apr 18, 2002 2:14 pm
- Location: Eden Facility 3 Project: Sigma (Testing) In.The.Center.Of.The.Storm
- Max-Violence
- Wandering Hero
- Posts: 1221
- Joined: Thu Apr 18, 2002 4:15 am
- Location: In my own personal vault
- Contact:
Ditto on OTB's situation.
War Bringer: Get off the computer and go take a nap.
War Bringer: Get off the computer and go take a nap.
Closing our eyes forces us to look
At the darkness inside.
Our emotions always find us
Regardless of where we hide.
maxviolence@hotmail.com
http://mvmaphub.duckandcover.cx <--- Updated July 10th, 2006
At the darkness inside.
Our emotions always find us
Regardless of where we hide.
maxviolence@hotmail.com
http://mvmaphub.duckandcover.cx <--- Updated July 10th, 2006
- OnTheBounce
- TANSTAAFL
- Posts: 2257
- Joined: Thu Apr 18, 2002 8:39 am
- Location: Grafenwoehr, Oberpfalz, Bayern, Deutschland
- Contact:
Yes, but I have to say that from what I've seen your maps look really good.War Bringer wrote:pwahahhaahah! YOU BASTARDS! RANDAM EFFECT?! YOU BASTARDS!!AND TO THINK ALL THIS TIME I WAS PLACING THEM 1 AT A TIME!
Yes Warbringer, it's naptime. If you resist, we'll give a tranquilizer...rectally... :twisted:Max-Violence wrote:War Bringer: Get off the computer and go take a nap.
OTB
"On the bounce, you apes! Do you wanna live forever?!"
- Red
- Hero of the Glowing Lands
- Posts: 2085
- Joined: Wed May 15, 2002 11:58 am
- Location: Nowhere (important anyway)
- Contact:
Basically you need to doublequote all the lines in the tileset, except the first line (SavedTileSetV1 I beleive).
Also note that to save a tileset, you need a tileset directory to be created.... I'm affraid I don't rememeber where it is/should be located however, and my best guess would be <tt>core/tilesets</tt>.
Here's a regexp to convert it:Now I'm guessing most of you don't know what is or how to use a regexp, so I'll include an easy way to use it.
Also note that to save a tileset, you need a tileset directory to be created.... I'm affraid I don't rememeber where it is/should be located however, and my best guess would be <tt>core/tilesets</tt>.
Here's a regexp to convert it:
Code: Select all
s/^(.*)$/"\1"/
- Donwload UltraEdit (There are plenty of other which editors support this, but this is beyond the scope of this post) and install it
- Go into the Advanced -> Configuration menu, Select the Find tab, and check the Unix Style Regular Expressions checkbox.
- Once that's done, open the <tt>*.tse</tt> tileset file, do a Search -> Replace (Ctrl-R), make sure that the Regular Expressions checkbox is in fact checked and typein the Find What text area, and
Code: Select all
^(.*)
in the Replace With text area. (Note that this will all be remembered by the program unles syou change it, so you'll no longer need to do all this again. Same goes for the configuration of course.)Code: Select all
"\1"
- Press Start and you're mostly done!
- Make sure to remove the quotes from the first line.
...
Actually I always build maps using the laborious "one tile at a time" method. What I actually meant was that in laying out the forest, for example, in Quagmire, I built (one tile at a time) a forest sample that was an entire map region in size, and then copied and pasted this entire thing to fill in the rest of the surface area that was forested. The river was constructed using the same method. I have used this process in all my maps, but in the past a few folks had commented that some of the tile placements were distractingly repetitive since I copied and repeatedly pasted much smaller sample areas, and my hope (apparently it worked) was that by using areas that were repetitive but so large that the repetition could not be seen on a single screen snapshot, an illusion of more randomness in tile placement could be created.Flamescreen wrote:
I was told by Endocore that the forrest in "Quagmire" was built this way, which is absolutely beautifull to see, to give an example...
I'm quite interested in your topic, Red, since placing tiles is the least enjoyable part of the design process for me and I'm all for anything that might make it less time-consuming. I admittedly don't really know what sort of operation you're referring to, however. Until a "how-to" is forthcoming, what exactly does this process of using "tilesets" accomplish?
Endocore
- Max-Violence
- Wandering Hero
- Posts: 1221
- Joined: Thu Apr 18, 2002 4:15 am
- Location: In my own personal vault
- Contact:
Uh, which one of the versions of UltraEdit should we grab? I got the 32-bit version with American English Dictionary file, is that OK? Or do I need some other stuff?
Well, that's as far as I'm gonna go with this stuff for right now... I'm not even sure I understand what a Tile Set is... although I would guess it's a set of tiles...
Well, that's as far as I'm gonna go with this stuff for right now... I'm not even sure I understand what a Tile Set is... although I would guess it's a set of tiles...
Closing our eyes forces us to look
At the darkness inside.
Our emotions always find us
Regardless of where we hide.
maxviolence@hotmail.com
http://mvmaphub.duckandcover.cx <--- Updated July 10th, 2006
At the darkness inside.
Our emotions always find us
Regardless of where we hide.
maxviolence@hotmail.com
http://mvmaphub.duckandcover.cx <--- Updated July 10th, 2006
- Red
- Hero of the Glowing Lands
- Posts: 2085
- Joined: Wed May 15, 2002 11:58 am
- Location: Nowhere (important anyway)
- Contact:
That's what I did at first too... It got generic to look somewhat good. I further "improved" this method by simply mixing around bits and pieces of the "final product" to increase the randomness (ie, I made a "big tile" which is, say, 100x100, paste that in somewhat random locations (not leaving any tiles out), then selected a random 10x10 square and pasted it elsewhere, repeat, rinse). All that still wasn't random enough for me, so I decided to delve into making the tilesets work for me.endocore wrote:I built (one tile at a time) a forest sample that was an entire map region in size, and then copied and pasted this entire thing to fill in the rest of the surface area that was forested.
One thing I find that's missing in the whole tilset ordeal (other then the 2 missaps: the directory doesn't exist, it doesn't create it and you can't find the .tse files, and that the #$^(*&^$ quotes are missing) is that when loading tiles it would have been really nice to be able to see the first tile in the list, as sometimes names can get quite confusing, specially if you have a lot of them. And them being in a specific directory kinda excludes the whole idea of storing them besiades tiles which are related... (say you'd like to make "random_desert_70pc_sand" (pc for %, where 70% of the time you have normal sand tiles, and 30% you have rocks and other features), you'd intuitivly like to store it beside the sand tiles... sorry, can't do that!)
...
- War Bringer
- Vault Dweller
- Posts: 150
- Joined: Thu Apr 18, 2002 2:14 pm
- Location: Eden Facility 3 Project: Sigma (Testing) In.The.Center.Of.The.Storm
guys, i'm lost. i've never finished my "big project" just because it got annoying after a while and i was using the 1x1 method of tile placement.
i finally decided to finish it up by using tilesets, but i can't save them or(probably) i don't know what i'm doing. i highlight, click save, and nothing happens. help.
thanks
i finally decided to finish it up by using tilesets, but i can't save them or(probably) i don't know what i'm doing. i highlight, click save, and nothing happens. help.
thanks
"...Half a man's corpse laid on the hallway floor starring at itself,
probably wondering what had happened to the rest of his body..."
- Brothers Of The Dark
probably wondering what had happened to the rest of his body..."
- Brothers Of The Dark
- Red
- Hero of the Glowing Lands
- Posts: 2085
- Joined: Wed May 15, 2002 11:58 am
- Location: Nowhere (important anyway)
- Contact:
First of all... learn about the Grid Res. On the upper right of screen, near the FPS counter, there's a little box labelled "rid res". Type in 6 in there and yey! no longer need to use the 1x1 method...
For telisets, read this thread.
For telisets, read this thread.
...
- War Bringer
- Vault Dweller
- Posts: 150
- Joined: Thu Apr 18, 2002 2:14 pm
- Location: Eden Facility 3 Project: Sigma (Testing) In.The.Center.Of.The.Storm