Current time: 22.11.2024, 10:29 Hello There, Guest! (LoginRegister)
Language: english | russian  

Post Reply 
Threaded Mode | Linear Mode
Dialogue Master + The Stand Map Demo + ERM Dialogue Function
» Tools to help you write ERM and Story-Based maps
Author Message
Axonn Offline

Posts: 12
Post: #3

Hi Corwin. Thank you for the nice words ::- ). It's quite encouraging and I intend to continue this project, albeit in a slightly different form. The map will continue as it is now, but I have realized that it is extremely hard to work at such a huge adventure (XL map, open ended) with just that. So that's why I'm building a whole new system, an ERM code generator, sort of like an IDE. Just like C# code is compiled into IL and C++ into ASM, my stuff will be compiled into ERM. But it will not be a language, but sort of like a very advanced "wizard" which will allow you to do your scripting. Most importantly, organize it and keeping it all together!

I stopped working at the ERM Dialogue Master because it could be used just for a couple of functions (using my ERM dialogue generator and doing a bit of ERM behind the scenes).

Now I'm building something that will be able to generate ALL the ERM. Consider it like a layer of abstraction over the ERM. What you see on screen will be like this:

When Player visits The Blood Obelisk give him 2000 gold and "Player Visited Blood Obelisk" = true.

My generator will translate this into:

!?OB28/128/1;
!!UN..blabla give gold
!!IF:V28/1; [set flag to true]

Of course, in my program you will say what the Blood Obelisk is. You will have a place where you can define your map objects, give them custom name and simply map them to their map locations X/Y/Z. You will also map variables over flags. You will create a new Flag, say, Flag 28 like I said in the above example, but you will actually name it "Player Visited Blood Obelisk". And of course, all this makes the code really nice to read and work with.

And then there's a Generate ERM button and voila, you have your scripts, neatly split into 32 KB (because the Map Editor can't handle more than that and I link my scripts to the map from the Map Editor).


. - = E C H Y S T T A S = - .
The Greater Mind Balance
07.09.2009 03:47
Find all posts by this user Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Axonn - 05.09.2009, 18:01
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Corwin - 06.09.2009, 01:09
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Axonn - 07.09.2009 03:47
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Valery - 07.09.2009, 09:45
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Axonn - 08.09.2009, 03:17
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Valery - 08.09.2009, 06:30
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Axonn - 08.09.2009, 06:59
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Valery - 08.09.2009, 07:06
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Axonn - 08.09.2009, 07:14
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Berserker - 06.11.2009, 20:32
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Axonn - 15.11.2009, 06:35
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - gamecreator - 15.11.2009, 11:39
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Berserker - 15.11.2009, 15:32
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Axonn - 15.11.2009, 17:55
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - gamecreator - 15.11.2009, 18:18
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Axonn - 15.11.2009, 20:57
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Valery - 15.11.2009, 21:54
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Axonn - 15.11.2009, 23:11
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Valery - 15.11.2009, 23:17
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Axonn - 15.11.2009, 23:30
RE: Heroes 3 Dialogue Master + The Stand Map Demo + ERM Dialogue Function - Berserker - 17.11.2009, 19:20

Forum Jump:

Powered by MyBB Copyright © 2002-2024 MyBB Group