Author Topic: [Map Maker] EVE  (Read 43117 times)

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
[Map Maker] EVE
« on: November 26, 2012, 07:06:15 AM »
This topic is going to be the main topic for EVE ("Eufloria Visual Editor"). EVE in it's current phase is actually quite usable and I have decided to allow everyone to get a peak of how it's going to be. For each version you'll be able to leave me with some criticizing feedback.

I will update this every day if I've worked on it, and when the full version is out I'll make it open source(Currently the code looks like trash).

A Warning:
- There may exist bugs or other annoyances, report these in a PM to me.

Controls:
Shift when selecting an asteroid might be useful and holding shift while moving/placing asteroids might be useful.
Control(CTRL) clicking will allow you to select without any interference from used tool.
"G" will turn off and on grid.
"F" will turn off and on the stars, for low-end computers :)
"ESC" or clicking your middle mouse button will bring up the loading/saving/options menu. When loading a new map the old one(saved or not) is always saved(not overwriting though).
"F1" will bring up more information about memory use and your quality level(which only affects the visual trees for now).

Quote from: Installation
1. Download the file (a . jar file).
2. Find the location of your Eufloria HD download.
3. Put the file in the "res" folder.
4. Run the file.

Versions:
(click to show/hide)

Quote from: Plans
This is ordered by priority.
  • Save function DONE(still missing some minor features in the .lua save!)
  • Globals implemented
  • Changing more of the asteroids DONE. If there is anything I missed, report it to me!
  • Custom coding
  • Adding pre written engines(when Eufloria supports it)
  • Adding an equation to get an asteroid field(easy way to make fields formed like galaxies, etc...)
« Last Edit: December 22, 2012, 07:50:59 PM by Aino »

sillytuna

  • Eufloria lacky
  • Administrator
  • Arboreal Being
  • *****
  • Thank You
  • -Given: 58
  • -Receive: 71
  • Posts: 441
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #1 on: November 26, 2012, 07:31:20 PM »
May I suggest a function to back up existing map files (stored in the Win32 folder) and something to let the user swap between custom maps and real maps? When I get a chance I'll upload a copy of this folder in case someone loses them as well.

I would suggest that the arena levels are replaced for custom maps.

Also, on PC it's easy to do this. For Mac and Linux I don't know what people can do?

Unfortunately we can't quickly hack in a quick custom map loader at the moment. We really would if we could.

Aino - Eufloria has some code to ensure asteroids are reachable FYI.

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #2 on: November 26, 2012, 07:58:03 PM »
Aino - Eufloria has some code to ensure asteroids are reachable FYI.

I know about that code, it's been annoying each and every time I've made a new map.

The function you mentioned is actually something I hope to implement.

Also, could you sticky this thread if possible? :)
« Last Edit: November 26, 2012, 08:09:07 PM by Aino »

sillytuna

  • Eufloria lacky
  • Administrator
  • Arboreal Being
  • *****
  • Thank You
  • -Given: 58
  • -Receive: 71
  • Posts: 441
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #3 on: November 26, 2012, 08:33:30 PM »
Aino - Eufloria has some code to ensure asteroids are reachable FYI.

I know about that code, it's been annoying each and every time I've made a new map.

Sorry, I wrote utter rubbish. I checked the code - it doesn't move the asteroid, it increases the asteroid send distance.

For each asteroid, it looks to see if another asteroid can reach it. If no other asteroid can reach it, it extends the send distance on the original asteroid so that it's the distance to the closest asteroid.

There is a Move operation that is performed on initialisation which ensures asteroids are spread out by MinAsteroidSeparation. It's a while since I looked at that code so I can't confirm if it always runs etc or precisely how it works but I can look into it in future if you need me to.

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #4 on: November 26, 2012, 11:16:16 PM »
Sorry, I wrote utter rubbish. I checked the code - it doesn't move the asteroid, it increases the asteroid send distance.

For each asteroid, it looks to see if another asteroid can reach it. If no other asteroid can reach it, it extends the send distance on the original asteroid so that it's the distance to the closest asteroid.

There is a Move operation that is performed on initialisation which ensures asteroids are spread out by MinAsteroidSeparation. It's a while since I looked at that code so I can't confirm if it always runs etc or precisely how it works but I can look into it in future if you need me to.


I think I can leave the Eufloria Engine to do that, it's not necessary to do it if the engine do it for you :P

Pilchard123

  • Tester
  • Old Oak
  • ****
  • Thank You
  • -Given: 4
  • -Receive: 24
  • Posts: 932
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #5 on: November 27, 2012, 02:35:26 AM »
Is this going to be for Eufloria HD or Classic?

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #6 on: November 27, 2012, 02:54:57 AM »
Is this going to be for Eufloria HD or Classic?

It's going to be for Eufloria HD.

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #7 on: November 27, 2012, 05:55:03 AM »
New version out, version 0.2 got some cool particle effects and can save :D

And please, if you download the file: Give me feedback; because I want this to be the community's map editor, not mine!

Edit:
After creating and testing my first map, I quickly established the fact that sizes aren't very large anymore. The 100 radius asteroid could easily be over 300 visually if it is 1/8 of the sending distance which is 2000. I must compensate for this it seems, new item on the list :)

tl;dr: The asteroid radius is not going to look the same in the Eufloria HD game(classic got the same).
« Last Edit: November 27, 2012, 06:34:05 AM by Aino »

Breakord

  • Sapling
  • **
  • Thank You
  • -Given: 14
  • -Receive: 7
  • Posts: 57
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #8 on: November 27, 2012, 04:00:43 PM »
FANTASTIC! :D
Aino you are totally a genius!!
BTW,does it mean that my coding in online map editors (JS/Html) is of no value? :'(
I should have coded in lua scripts at the first beginning!! = =

 

Pilchard123

  • Tester
  • Old Oak
  • ****
  • Thank You
  • -Given: 4
  • -Receive: 24
  • Posts: 932
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #9 on: November 27, 2012, 04:07:24 PM »
Nah, Lua is quite similar to JS.

Aino: why not try putting it up on github or something?

Bonobo

  • Achiever
  • Old Oak
  • ****
  • Thank You
  • -Given: 139
  • -Receive: 12
  • Posts: 670
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #10 on: November 27, 2012, 07:15:47 PM »
Great stuff, Aino, though currently I haven’t got the time to play around with it.

Seems you’re doing the Eufloria community a great favour again :)

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #11 on: November 27, 2012, 09:04:52 PM »
Great stuff, Aino, though currently I haven’t got the time to play around with it.

Seems you’re doing the Eufloria community a great favour again :)

It's always a pleasure to help this fantastic community :)

On the other hand, would you mind testing it on the mac? I'm sure it's compatible, but if you could assure me, it would be great :)

sillytuna

  • Eufloria lacky
  • Administrator
  • Arboreal Being
  • *****
  • Thank You
  • -Given: 58
  • -Receive: 71
  • Posts: 441
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #12 on: November 27, 2012, 09:11:50 PM »
On Mac the application is packaged up so I'd be interested if it can work too...

Bonobo

  • Achiever
  • Old Oak
  • ****
  • Thank You
  • -Given: 139
  • -Receive: 12
  • Posts: 670
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #13 on: November 28, 2012, 05:35:06 PM »
Dear Aino,

I’m terribly sorry, no time for fiddling. I’m currently being eaten up by my new job. Not even sure I can keep it, it may well be that I’m confronted with the dilemma of either keeping my health or doing this job :-\ so… sorry, not now. Perhaps between Christmas and New Year. And IF I unexpectedly should find the time to test it before then be assured that I’ll let you know here.

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #14 on: November 29, 2012, 01:02:55 AM »
Aino: why not try putting it up on github or something?

I'll look into it, would be great if people can help adding things they want to see in this project. :)

And Bonobo: No hurries! :)

Pilchard123

  • Tester
  • Old Oak
  • ****
  • Thank You
  • -Given: 4
  • -Receive: 24
  • Posts: 932
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #15 on: November 29, 2012, 02:35:27 AM »
I'd definitely lend a hand if I have the time. I wanted to do a level editor for HD when it came out, but then you went and got the drop on me  :P

Rudolf

  • Administrator
  • Old Oak
  • *****
  • Thank You
  • -Given: 5
  • -Receive: 13
  • Posts: 669
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #16 on: November 30, 2012, 06:26:11 PM »
It would be really nice to have one editor that people help get better, rather than 5 competing ones :-)
Good stuff this!

Pilchard123

  • Tester
  • Old Oak
  • ****
  • Thank You
  • -Given: 4
  • -Receive: 24
  • Posts: 932
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #17 on: December 15, 2012, 06:19:41 AM »
Any news on this?

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #18 on: December 15, 2012, 09:18:20 AM »
Any news on this?

Well: Visual starfield(later going to be implemented as Annikk made it), changing pre-existing trees, changing pre-existing seedlings per faction, and attributes of the asteroid and some very small details :)

I haven't been working very efficient on the project lately; the tools are pretty much way ahead of the game and there is practically no reason hurrying.

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #19 on: December 15, 2012, 12:24:09 PM »
There, version 0.3 is out :)

sillytuna

  • Eufloria lacky
  • Administrator
  • Arboreal Being
  • *****
  • Thank You
  • -Given: 58
  • -Receive: 71
  • Posts: 441
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #20 on: December 15, 2012, 06:36:17 PM »
Once eufloria adventures is out, I will clean up and document everything in eufloria hd for modders on Eufloripedia (which is currently empty, but the install worked).

So yeah, no rush, but the better you can make the interface itself... :)

We'll support any editor or map makers as best we can.

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #21 on: December 16, 2012, 02:42:25 AM »
A new update again, I think many will like the new feature to change the resolution of the window. It also save your settings, so you won't need to change it all the time.

Feedback would be appreciated, the menu can be organized better than it is now...

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #22 on: December 17, 2012, 06:01:02 AM »
Take a look at this! :D

Using the file:

1. Save it in the "CustomMaps" folder that the program generates, create it yourself if it's not generated.
2. Use the load function(middle mouse click or escape then load) and write in its name(WITHOUT the .eve, in this case it would only be "SPIRE")
3. Look at the map, and play around with it if you want to.



I just realized this tool will make it incredibly easy to work together on projects! I love making this editor! :)

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #23 on: December 18, 2012, 12:57:56 AM »
Just added visual trees, kinda cool :)

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #24 on: December 18, 2012, 06:32:06 AM »
0.6 is out, test it and watch the trees grow. They're not as good looking as the in-game ones though :P

I would actually recommend testing the SPIRE map for the new version :)

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #25 on: December 20, 2012, 02:20:36 AM »
Now, go make your maps! With 0.6_1 maps will save properly :)

Just promise me to add Globals.G.Asteroids = 0 or Globals():Get("Game"):Set("Asteroids", 0) at the beginning of the code.


And on this note, I'll also take a break from this coding project. :)

Bonobo

  • Achiever
  • Old Oak
  • ****
  • Thank You
  • -Given: 139
  • -Receive: 12
  • Posts: 670
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #26 on: December 20, 2012, 06:07:16 AM »
Although I looks like I won’t have the time to play around with this for a looooong time I’d still like to thank you!

[..]

Just promise me to add Globals.G.Asteroids = 0 or Globals():Get("Game"):Set("Asteroids", 0) at the beginning of the code.

[..]
I think you might want to add this to your opening post.

Greetings, Tom

Breakord

  • Sapling
  • **
  • Thank You
  • -Given: 14
  • -Receive: 7
  • Posts: 57
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #27 on: December 22, 2012, 10:40:55 AM »
I think it might be better to put some codes , maybe as less as possible, in the LevelLogic to make sure the level can run , even if we do nothing in coding before playing the level.

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #28 on: December 22, 2012, 07:52:06 PM »
I've updated it agian. The update is just a fix of the .lua file, it adds MoveAble = false and a coroutine in the commented while loop.

Rudolf

  • Administrator
  • Old Oak
  • *****
  • Thank You
  • -Given: 5
  • -Receive: 13
  • Posts: 669
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #29 on: January 02, 2013, 06:03:40 PM »
Is there a manual? Always good to have a manual :-)

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #30 on: January 03, 2013, 09:37:15 PM »
You have the controls in the OP... and nothing more except for experimentation... I will get around making one when I'm done though.

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #31 on: January 28, 2013, 07:00:43 AM »
Finally I'm back, and it has been some time now since I last really added anything new in this project. Well, I have been resting up, and lately I've been working hard to get the globals working... And I've done it! I've added in the globals, well not all of them (there are loads of them), but some. I just have to continue adding them in one by one, which in the end gets very tedious. All that adding in the end makes me work on other parts of the editor, which allows me to get more things done. I still love making this editor and I hope to one day see this finished with tons of features :)

I also included a picture of how the globals will look like in the editor.

sillytuna

  • Eufloria lacky
  • Administrator
  • Arboreal Being
  • *****
  • Thank You
  • -Given: 58
  • -Receive: 71
  • Posts: 441
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #32 on: January 28, 2013, 07:18:27 AM »
If it makes you feel better, I've been doing the same stuff on Eufloria Adventures!

Got your message about globals. I'll try and get answers to you tomorrow (I'll have to look it up in the code!).

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #33 on: February 01, 2013, 06:38:16 AM »
Is it possible to allow guests to download attached files too? It would be nice if everyone could be allowed to use this tool if they want to :)

Bonobo

  • Achiever
  • Old Oak
  • ****
  • Thank You
  • -Given: 139
  • -Receive: 12
  • Posts: 670
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #34 on: February 01, 2013, 10:33:50 AM »
Perhaps upload to Dropbox and post the link here?

Have no account there? Join Dropbox and get not only 2 GB for free but 500 MB extra via my referral link—and I’ll also get 500 MB more ;D

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #35 on: February 02, 2013, 03:02:30 AM »
Perhaps upload to Dropbox and post the link here?

Have no account there? Join Dropbox and get not only 2 GB for free but 500 MB extra via my referral link—and I’ll also get 500 MB more ;D

Would be great if the forum supported full access to files attached, so that you won't need to use other sites to give everyone full access though...

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #36 on: February 09, 2013, 09:39:48 AM »
I've got some progress reports:

- No new editor functions
&
- No new globals

BUT:
- Dear god have the stars been optimized
- Finally you can see the number of seedlings on an asteroid per empire

Included a picture for those who don't believe it! :)
Now I got to tweak the trees' look, and add a quality slider...

Edit:
Breaking news:
Added camera position bookmarks, tweaked the trees and added a quality slider :D
« Last Edit: February 09, 2013, 10:25:22 AM by Aino »

Bonobo

  • Achiever
  • Old Oak
  • ****
  • Thank You
  • -Given: 139
  • -Receive: 12
  • Posts: 670
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #37 on: February 09, 2013, 11:16:06 AM »
Wow, that looks AMAZING! I only wish I had time for this.

sillytuna

  • Eufloria lacky
  • Administrator
  • Arboreal Being
  • *****
  • Thank You
  • -Given: 58
  • -Receive: 71
  • Posts: 441
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #38 on: February 09, 2013, 08:45:59 PM »
Cool!

Just a reminder that we'll be updating HD in spring/summer with better support for custom mods and I'll try and document things up more (the globals).

While writing eufloria adventures, which is back in c#, I've been working some of them out and have also added lots and lots more.

We can fully configure how entities look now so can have all kinds of funky new ones. This won't get fed back into eufloria, but if we do a sequel you'll have a lot of new visual stuff that can be customised. I think any sequel would be based on the new adventures code. I've also rewritten trees to be highly configurable.

A few images are on my twitter feed but we'll get some on here later this month. We've just been working flat out!

Pilchard123

  • Tester
  • Old Oak
  • ****
  • Thank You
  • -Given: 4
  • -Receive: 24
  • Posts: 932
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #39 on: February 09, 2013, 09:16:17 PM »
writing eufloria adventures [...] in c#

...why?

sillytuna

  • Eufloria lacky
  • Administrator
  • Arboreal Being
  • *****
  • Thank You
  • -Given: 58
  • -Receive: 71
  • Posts: 441
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #40 on: February 09, 2013, 10:07:43 PM »
Eufloria adventures has to be because it's for playstation mobile first.

In general, c# is brilliant to develop with - very fast to dev, very low bug count.

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #41 on: June 07, 2013, 11:42:54 PM »
I'm wondering if I should convrt this to OpenGL(LWJGL). This will give it much better performance, but I don't know if it will be supported by all platforms...

And sillytuna, maybe you can allow for more editing of the OP, I can't edit it anymore :/

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #42 on: June 11, 2014, 07:24:33 PM »
I'm redoing the map editor... Might seem stupid, but I realized that if other people want to create things, like new tools, with it; it should be cleaner and much easier to use. If you wanted to use the first versions and change something, it would be a pain (especially the content manager class, which is close to 2000 lines long with NO COMMENTS!)

I have also solved some things that made the first versions even more of a pain to use... I just hope that when I'm done, you can simply go in, create a new tool class or whatever you want and do everything inside that class and you won't need to touch any other class if you don't want to.
« Last Edit: June 12, 2014, 08:44:33 AM by Aino »

sillytuna

  • Eufloria lacky
  • Administrator
  • Arboreal Being
  • *****
  • Thank You
  • -Given: 58
  • -Receive: 71
  • Posts: 441
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #43 on: June 13, 2014, 08:37:24 PM »
Aino: What OP problem do you have? Is it a problem editing old posts?

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #44 on: June 13, 2014, 08:52:42 PM »
If I hit the modify button for the OP, this error message pops up: "You may not modify this post as the time limit for edits has passed."

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #45 on: June 18, 2014, 10:03:10 AM »
Here's an image of how the Command Lister and Frame Counter looks. The Command Lister is used to find commands, as you can see there are currently TWO commands, for showing and hiding the components(Commands Lister and Frame Counter). The Frame Counter simply counts the frames(pink) and ticks(blue). The ticks is how often the PC checks for a new frame to render, and the frame is an update of the screen. There isn't much map making yet; I just wanted the GUI to be easily modifiable, so I needed to spend some time on it.

The nice thing about the new version is I fixed the static window, you can now interact with the window as if it's a completely normal window.

Also: the Command Lister's colors are not set. I think the current colors stands out too much, but I can't do anything about it right now! :)

Lost Seedling

  • Shrub
  • ***
  • Thank You
  • -Given: 9
  • -Receive: 30
  • Posts: 205
Re: [Map Maker] EVE
« Reply #46 on: June 18, 2014, 01:47:08 PM »
I realize it's difficult for a programmer to create a user-interface that is dumbed-down enough so that even the most clueless user can figure out how to use it, but seeing as how I have no idea what you just wrote and what it means, I hope you give us a chance to test this thing out along the way so we can let you know what is working for us and what isn't. You're obviously putting a lot of effort into this, Aino, and I'd hate to see it fail to meet your expectations later because you've made some false assumptions early on about those of us who will eventually want to use it. I'm assuming you want it to be useable by as many people as possible.

When you think it's ready, please put it out for testing like you did the previous version of EVE. Let us help you make this the go-to map-creator for Eufloria!

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #47 on: June 18, 2014, 09:47:25 PM »
I realize it's difficult for a programmer to create a user-interface that is dumbed-down enough so that even the most clueless user can figure out how to use it, but seeing as how I have no idea what you just wrote and what it means, I hope you give us a chance to test this thing out along the way so we can let you know what is working for us and what isn't. You're obviously putting a lot of effort into this, Aino, and I'd hate to see it fail to meet your expectations later because you've made some false assumptions early on about those of us who will eventually want to use it. I'm assuming you want it to be useable by as many people as possible.

When you think it's ready, please put it out for testing like you did the previous version of EVE. Let us help you make this the go-to map-creator for Eufloria!

I will release it as I create it, don't worry.
I'm also counting on input from you guys: I was hoping I could make this for the community, not for me :)

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: [Map Maker] EVE
« Reply #48 on: June 21, 2014, 10:04:30 AM »
I've added the tool list again, this time much more flexible. Just create a new tool, add it in the list and there it is :)

Just out of this, there are a ton of new and more stuff that can be added. I'm not just talking about adding and removing asteroid and changing their stats, I'm talking about new stuff like custom rendering, setting up engines(Annikk's Gravity Engine for example), and creating event tools, and maybe more? :)

It would be epic to see people creating things for the editor once it's ready for it. Sadly you would need to learn java, but I can try help anyone who got questions :)