• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[TFS 1.1] Lua map generator (beta)

zbizu

Legendary OT User
Joined
Nov 22, 2010
Messages
3,323
Solutions
26
Reaction score
2,694
Location
Poland
lua map generator with basic functions
currently it can only do caves and simple borders

cave generating script preview on 128x128:
oxUEE60.png


installation:
1. download zip from here: https://github.com/Zbizu/map_generator
2. put map_generator-master in your data folder
3. rename it to map_generator
3. add this to global.lua:
Code:
dofile('data/map_generator/loader.lua')

demo:
map_generator\mods\example.lua contains example of generator features

to generate map somewhere execute:
Code:
map_demo(map_id, frompos, topos, seed)
 
Last edited:
Starred and following!
I'll be sure to try it out when I get some time!

Red
 
Starred as well, great work and thanks for sharing this! :)
 
Great work! Thank you very much for this release sir!

Starred and watching :D
 
Last edited:
terrible so far because I started working on it from scratch.
here is a gif of my old generator: https://i.imgur.com/Q6vz1d9.gif
it will work same way, but will be faster and will have more features also
 
Great job m8. I remember when you first wrote a msg to me when you had started working on this. I haven't seen the source yet but working lua version is a masterpiece itself
 
updated
fmsdWq1.jpg


to linux and osx users:
any console errors on startup?
loader.lua needs to be tested on operation systems different than windows so tell me if it works or not.
 
Last edited:
Hi Zbizu,

I'm currently working on "Random Boss Dungeon" system and your auto mapper is exactly what i need :p
I will be testing this soon!! hit me up when u update.
 
@zbizu

Can you make map element's optional? (default,Ice,fire,water,energy)? -- Need to know before making 4 elements dungeon :p
 
- you may generate any amount of maps
- every floor can have different settings
 
I noticed you haven't done much work on this or anything lately... wassup? I got a job where I work 50+ hours a week is why I have been hella busy, but I have always been thankful of your work, and quite frankly this generator I have admired
 
had exams, did some mapping recently (working on evo from scratch)
I'll back to working on it when I need it.

You can still create pull requests, it's a public repo.
 
had exams, did some mapping recently (working on evo from scratch)
I'll back to working on it when I need it.

You can still create pull requests, it's a public repo.
Are you working on the evo you released? or why did you decide to start from scratch?
Anyway gl mate :)
 
Back
Top