RayEngine Version 2.0 Beta 3.97
Forum rules
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
-
Terminapor

- Posts: 39
- Joined: Wed Jan 06, 2010 1:52 am
- Location: France, derrière le frigo.
- Tings: 0
Re: RayEngine Version 2.0 Beta 3.97
hehe, hi there ! 
-
Terminapor

- Posts: 39
- Joined: Wed Jan 06, 2010 1:52 am
- Location: France, derrière le frigo.
- Tings: 0
Re: RayEngine Version 2.0 Beta 3.97
Hop, two screenshots to show you how will looks the Animation Editor :


Most of the basic functions are made (moving bones, renaming them, etc) i have to make the Depth controller and the template editor should be finished
Once the animation stuff will be done, i will have to add all those new stuffs into the RayEngine, and the first Ver 3.0 will be released


Most of the basic functions are made (moving bones, renaming them, etc) i have to make the Depth controller and the template editor should be finished
Once the animation stuff will be done, i will have to add all those new stuffs into the RayEngine, and the first Ver 3.0 will be released
Re: RayEngine Version 2.0 Beta 3.97
Looks pretty handy. 
Re: RayEngine Version 2.0 Beta 3.97
How's work? You're done until the new year?
-
Terminapor

- Posts: 39
- Joined: Wed Jan 06, 2010 1:52 am
- Location: France, derrière le frigo.
- Tings: 0
Re: RayEngine Version 2.0 Beta 3.97
It works with frames, you creates 'em and put the characters / object onto the desired position, and the engine automatically interpolate the parts to the next frame 
Most of the basic functions are made (animations works, saving/loading works), yet i'm working on a DLL that import all the animation's data onto the memory (because GM would kill the memory ), but there is some issue with this DLL
(this is the first time i use C++, i'm just having some problems regarding the arrays)
About the engine itself, there is some small things to add (such as a timeline that shows which frame you're editing, also add something to spawn effects, and add a notification supports, which can tell the engine what it have to do when reaching a frame, such as playing a sound, spawning an object/weapon/AI)
It should be done in a few weeks, the biggest part will be to remade all the rayman's animation with this new animation engine, then i will make the RayEngine's map editor
I will release a version of this software soon, but i first need to be sure that i won't change the save format
Most of the basic functions are made (animations works, saving/loading works), yet i'm working on a DLL that import all the animation's data onto the memory (because GM would kill the memory ), but there is some issue with this DLL
About the engine itself, there is some small things to add (such as a timeline that shows which frame you're editing, also add something to spawn effects, and add a notification supports, which can tell the engine what it have to do when reaching a frame, such as playing a sound, spawning an object/weapon/AI)
It should be done in a few weeks, the biggest part will be to remade all the rayman's animation with this new animation engine, then i will make the RayEngine's map editor
I will release a version of this software soon, but i first need to be sure that i won't change the save format
Re: RayEngine Version 2.0 Beta 3.97
Mabe you can add a "script object"? You know, you selecting object, and attributing a script in gml to it.
-
Terminapor

- Posts: 39
- Joined: Wed Jan 06, 2010 1:52 am
- Location: France, derrière le frigo.
- Tings: 0
Re: RayEngine Version 2.0 Beta 3.97
I could, but i won't
(avoid multiplayer cheating / reverse engines)
Re: RayEngine Version 2.0 Beta 3.97
You know, lot of games made by RayEnigne dont need multiplayer mode. That option could "get productions wings", give new opportunities ... For example, you go to the caves, and suddenly a barrier fall from the top , cut off your escape way, and before you there is a need to beat your opponent ...
-
Terminapor

- Posts: 39
- Joined: Wed Jan 06, 2010 1:52 am
- Location: France, derrière le frigo.
- Tings: 0
Re: RayEngine Version 2.0 Beta 3.97
Lot of games made by rayengine ? Ooda1 wrote:You know, lot of games made by RayEnigne dont need multiplayer mode. That option could "get productions wings", give new opportunities ... For example, you go to the caves, and suddenly a barrier fall from the top , cut off your escape way, and before you there is a need to beat your opponent ...
This is the engine i'm making
Of course that'll let's you adding more stuff, but that's will be also pretty hard to do, because of the loading system i made and some other things.
I will try to do my best about edting stuffs, such as timeline events, boss pattern editor, and lot of other stuff
Re: RayEngine Version 2.0 Beta 3.97
I live in Poland. I dont need translator to read (understanding is easier than writing), but when i must say something.... translator's assistance is requiredLot of games made by rayengine ? Oo
-
Terminapor

- Posts: 39
- Joined: Wed Jan 06, 2010 1:52 am
- Location: France, derrière le frigo.
- Tings: 0
Re: RayEngine Version 2.0 Beta 3.97
Yeap, i seeda1 wrote:I live in Poland. I dont need translator to read (understanding is easier than writing), but when i must say something.... translator's assistance is requiredLot of games made by rayengine ? OoSo, don't worry about possible errors, translators are far from ideal
-
Hedgehog673

- Posts: 254
- Joined: Sat Nov 20, 2010 10:21 pm
- Location: In your head
- Contact:
- Tings: 4705
Re: RayEngine Version 2.0 Beta 3.97
I played the engine, it works great, and plays smoothly 
good luck on it further on
good luck on it further on
Re: RayEngine Version 2.0 Beta 3.97
You don't forget?
-
Terminapor

- Posts: 39
- Joined: Wed Jan 06, 2010 1:52 am
- Location: France, derrière le frigo.
- Tings: 0
Re: RayEngine Version 2.0 Beta 3.97
Nope, of course 
These was a long break because of the C++ DLL, but now it's over and i'm back to the 'main engine'
I will release another version when the Map Editor will be done (only map themselves, not the event stuffs
)
These was a long break because of the C++ DLL, but now it's over and i'm back to the 'main engine'
I will release another version when the Map Editor will be done (only map themselves, not the event stuffs
Re: RayEngine Version 2.0 Beta 3.97
Awww...Terminapor wrote:(only map themselves, not the event stuffs)
-
Terminapor

- Posts: 39
- Joined: Wed Jan 06, 2010 1:52 am
- Location: France, derrière le frigo.
- Tings: 0
Re: RayEngine Version 2.0 Beta 3.97
I'm nearly done with the mapper itself, and i'm working on the event, yet the engine supports :
-Objects
-Path
-Door (gen/kill)
I'm still working on the door, to add some different activation mode (yet only the zone is supported), you can choose the sound it makes, which event it spawns, about activation modes there will be :
-Master destroyed (check if some event are dead (for AI) or deleted (for objects))
-Master exists (check if some events are in the map)
-Counter (for tings generator, but it will support any counter, so you can create cages counter or whatever you wants)
Next release should supports screen moves, AI (not sure since i have to make all the scripts stuff),factory (it spawns random object on a defined area), special objects such as tings, lives, spawnpoints, end sign, etc), special event (event that executes some scripts, so you will be able to play a music, put some weather, etc etc)
Cya guys !
-Objects
-Path
-Door (gen/kill)
I'm still working on the door, to add some different activation mode (yet only the zone is supported), you can choose the sound it makes, which event it spawns, about activation modes there will be :
-Master destroyed (check if some event are dead (for AI) or deleted (for objects))
-Master exists (check if some events are in the map)
-Counter (for tings generator, but it will support any counter, so you can create cages counter or whatever you wants)
Next release should supports screen moves, AI (not sure since i have to make all the scripts stuff),factory (it spawns random object on a defined area), special objects such as tings, lives, spawnpoints, end sign, etc), special event (event that executes some scripts, so you will be able to play a music, put some weather, etc etc)
Cya guys !
Re: RayEngine Version 2.0 Beta 3.97
Good job.
This looks like it could be THE engine to use for 2D platformers in the future, and I am awaiting the next release of this epic engine.
But I have two questions. Does it require all characters to be limbless, and will it run well on modern computers, such as Windows 7 32 and 64 bit (64 bit is optional, but still very nice)?
Thanks.
From, XTUX345
This looks like it could be THE engine to use for 2D platformers in the future, and I am awaiting the next release of this epic engine.
But I have two questions. Does it require all characters to be limbless, and will it run well on modern computers, such as Windows 7 32 and 64 bit (64 bit is optional, but still very nice)?
Thanks.
From, XTUX345
-
Terminapor

- Posts: 39
- Joined: Wed Jan 06, 2010 1:52 am
- Location: France, derrière le frigo.
- Tings: 0
Re: RayEngine Version 2.0 Beta 3.97
Nope, but using character with limbs, you can't get a smooth animation 
And yes, of course it run very well on modern computers (i've tested it on WinXP and Win7 32 bit)
And yes, of course it run very well on modern computers (i've tested it on WinXP and Win7 32 bit)
Re: RayEngine Version 2.0 Beta 3.97
Any more progress on the engine?
-
Terminapor

- Posts: 39
- Joined: Wed Jan 06, 2010 1:52 am
- Location: France, derrière le frigo.
- Tings: 0
Re: RayEngine Version 2.0 Beta 3.97
Yes, sorry for the lack of updates, actually i'm re-working on the animation DLL in order to add the effects support 
The format of the animation file is done (animations, origin (not really used in the engine yet), effects and notifications)
When it will be done i will release the engine, and start working on the basic programmation language for events (AI, Bosses, scripted event, etc...) but it might be a little bit buggy, since i'm switching to a new way of detecting the types inside the map (it won't use GM instances anymore, run way faster and should let you creating new type such as boosts, or whatever you want)
Cya ! :p
The format of the animation file is done (animations, origin (not really used in the engine yet), effects and notifications)
When it will be done i will release the engine, and start working on the basic programmation language for events (AI, Bosses, scripted event, etc...) but it might be a little bit buggy, since i'm switching to a new way of detecting the types inside the map (it won't use GM instances anymore, run way faster and should let you creating new type such as boosts, or whatever you want)
Cya ! :p


