Author Topic: In need of map designers  (Read 16125 times)

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
In need of map designers
« on: July 10, 2011, 08:53:23 PM »
Anyone is free to join, create some cool maps or anything.

There is twos pecific TYPES I want, and the types are either Campaign maps or Challenge maps, if you sign up for doing the challenge ones, you can just go right ahead, but if you want to help me with the campaign, I hahve to send you the storyline, I hope you sign up for one of them :D

Hope to see you guys active and doing this, I really need it D:

Pilchard123

  • Tester
  • Old Oak
  • ****
  • Thank You
  • -Given: 4
  • -Receive: 24
  • Posts: 932
  • Eufloria: Yes
Re: In need of map designers
« Reply #1 on: July 10, 2011, 09:18:36 PM »
I'll have a go. Campaign, please. Might do some challenge ones too. Does the AI used matter?

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #2 on: July 10, 2011, 09:49:50 PM »
That was a surprise, I'll PM you how the whole system work, you'll also get the Adventure map so you can test it... So you must be a beta tester too, sry if you didn't want that :/

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #3 on: July 10, 2011, 09:54:14 PM »
Hmm, need to do something to the map, need to make it load external Conditions(LevelLogic codes) too...

Edit: I wonder, can you make a code do this: dofile(file):Something() ?? Like running a function from the file, but not running the entire file...

Or can you, as Pilchard said, and as I understood it atleast, run a file once, for example annikks AI, then after the file is run, the functions are stored? I need help about that. But what I do understand is that whenever it runs, it do the things...
« Last Edit: July 10, 2011, 10:00:50 PM by Aino »

kmercy

  • Seedling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 34
Re: In need of map designers
« Reply #4 on: July 10, 2011, 10:21:35 PM »
Think you would have to use IO for that dofile does the whole file

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #5 on: July 10, 2011, 10:45:29 PM »
Fixed it :)

It works as this:

file content:

function Lol()

print("lol")

end

then the map content:

function LevelSetup()
codez--
dofile(file)
codez--
end

function LevelLogic()
Lol()
end

Meaning that dofile implents stuff into the temporary code. So yuo can do alot of stuff with it, just call the correct function :P

kmercy

  • Seedling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 34
Re: In need of map designers
« Reply #6 on: July 10, 2011, 10:50:40 PM »
Already knew that xD

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #7 on: July 10, 2011, 11:16:14 PM »
Ok then, but someone else might didn't  :P

Now, I'm finally ready to send Pilchard that piece of required information :P

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #8 on: July 11, 2011, 01:46:55 AM »
Srsly folks, maybe someone wants to make challenge maps? I want atleast 20 of them too, 40 would be great!

Also, is there any way to check a directory for files, like how many files there are?

Pilchard123

  • Tester
  • Old Oak
  • ****
  • Thank You
  • -Given: 4
  • -Receive: 24
  • Posts: 932
  • Eufloria: Yes
Re: In need of map designers
« Reply #9 on: July 11, 2011, 04:55:01 AM »
You don't need to put dofile(file) in front of the function. All you need to do it call dofile(file) once, and then behave as if you'd put the code in (file) in your main level. Like I said, loadfiile is possibly more useful.

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #10 on: July 11, 2011, 05:19:10 AM »
Pilchard, take a look at the adventure map and see what I did :P

AWS

  • Achiever
  • Arboreal Being
  • ****
  • Thank You
  • -Given: 0
  • -Receive: 2
  • Posts: 275
Re: In need of map designers
« Reply #11 on: July 11, 2011, 09:00:32 AM »
hey aino -
 when you say adventure, are you meaning a standalone single level, like any of the others?
if so, im good for 1. not really 20!!!! but, im definitely keen on releasing a map made with the rodiforge once i get a little more used to it.

so, you can put me down for 1 map. but im afraid i dont know when that would be completed.
lol


Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #12 on: July 11, 2011, 09:07:55 AM »
The Adventure map you run in Eufloria is just activating the map files you'll be creating when yoy create maps, and I programmed it to be so simple that you don't need to touch the inside of the Adventure.lua file(the runner) to create a map!

Though, it's very complex, but dynamic the system I have here, if you want to make a Map, you can create a challenge map, or wait til pilchard has made all he wants or maybe he post how many he's going to make here?

Pilchard, have you decided how many maps you'll do? It's important information, and maybe you mind telling me how far you are, if you have started...

Pilchard123

  • Tester
  • Old Oak
  • ****
  • Thank You
  • -Given: 4
  • -Receive: 24
  • Posts: 932
  • Eufloria: Yes
Re: In need of map designers
« Reply #13 on: July 12, 2011, 01:45:43 AM »
I hve a plan for one, but as to where it goes, I'm not sure yet.

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #14 on: July 12, 2011, 01:46:40 AM »
Ok, keep me updated please :D

Pilchard123

  • Tester
  • Old Oak
  • ****
  • Thank You
  • -Given: 4
  • -Receive: 24
  • Posts: 932
  • Eufloria: Yes
Re: In need of map designers
« Reply #15 on: July 12, 2011, 02:07:11 AM »
A-herpa derp. I just ran a 1000000-iteration loop with no yield, and wondered why it crashed.

AWS

  • Achiever
  • Arboreal Being
  • ****
  • Thank You
  • -Given: 0
  • -Receive: 2
  • Posts: 275
Re: In need of map designers
« Reply #16 on: July 12, 2011, 12:34:59 PM »
where are you from aino, if you dont mind me asking?
just curious about your sentence structure! ;)

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #17 on: July 12, 2011, 01:53:27 PM »
Norway, so I might have a pretty norwegian sentence structure...

Hope I don't confuse anyone :)

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #18 on: July 12, 2011, 01:57:01 PM »
A-herpa derp. I just ran a 1000000-iteration loop with no yield, and wondered why it crashed.

Did you doubt my creation?!

Well, that might not be a bad idea...

Pilchard123

  • Tester
  • Old Oak
  • ****
  • Thank You
  • -Given: 4
  • -Receive: 24
  • Posts: 932
  • Eufloria: Yes
Re: In need of map designers
« Reply #19 on: July 13, 2011, 01:32:22 AM »
Naw, I was trying to make a custom function, but messed it up.

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #20 on: July 13, 2011, 01:36:34 AM »
It works to create custom functions? Then just run it inside of the map you're making... It should work atleast :P

Pilchard123

  • Tester
  • Old Oak
  • ****
  • Thank You
  • -Given: 4
  • -Receive: 24
  • Posts: 932
  • Eufloria: Yes
Re: In need of map designers
« Reply #21 on: July 13, 2011, 01:39:00 AM »
Yeah, but I messed up the function code. I know it works in your adventure thing, but only if it works elsewhere, which this one didn't becuase of the 1M loop.

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #22 on: July 13, 2011, 01:46:48 AM »
What are you trying to make? xD

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #23 on: July 28, 2011, 09:50:48 PM »
Any progress? Been a long time, so I'm wondering...

hitman271

  • Shoot
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 22
Re: In need of map designers
« Reply #24 on: July 29, 2011, 03:11:59 AM »
I can help out with the maps after Galaxium is finished. I just added particle effects :)

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #25 on: July 29, 2011, 05:53:57 AM »
Particle effects? :P

Pilchard123

  • Tester
  • Old Oak
  • ****
  • Thank You
  • -Given: 4
  • -Receive: 24
  • Posts: 932
  • Eufloria: Yes
Re: In need of map designers
« Reply #26 on: July 30, 2011, 02:53:18 AM »
Sorry about the delay, it is going on, but I have work and college and RL and yeah...

What's the worm thing in your avatar? Funny, whatever it is.

I wonder if it will breed.

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: In need of map designers
« Reply #27 on: July 30, 2011, 03:01:17 AM »


Well, I'm not exactly in a haste, with the new map creator I made I can make my own very quick too, but they aren't so thought through then :/

BTW, I must have forgotten if you've already told, do you like all the features included? :D
(I plan adding Minimap too, IDK if it is such a good idea for the performance though :/

Also, you can use the SFX system too, creating dangerous/hazardous looking places or something alike...