Winz00e (ver 6.0)
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Winz2DS Engine DEV thread

3 posters

Page 2 of 3 Previous  1, 2, 3  Next

Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by 00f Wed Mar 11, 2015 1:00 pm

don't make a non time limited transformation mode, then what would be the point of the non transformed mode? unless it changes the stats and attack pattern and that you can revert back like a Valkyrie from macross, don't do it
00f
00f
(90%)-Lv4
(90%)-Lv4

Posts : 505
Join date : 2014-11-06
Currently : Japan

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by InfinitasImpetum Wed Mar 11, 2015 1:13 pm

00f wrote:don't make a non time limited transformation mode, then what would be the point of the non transformed mode? unless it changes the stats and attack pattern and that you can revert back like a Valkyrie from macross, don't do it

its optional so you have a choice whether to use it or not. transformation switches to a whole new set of stuff so you can choose to make it the same or change it. stats will be boosted according to what you want boosted. though you have to remember i am adding a auto balancing system to help give more fairness to gameplay with option to override this if you want. 

there will be a setting to turn on override in the menu.

remember everything in this engine is optional. so some stuff you don't have to use. you could make a character that only uses basic attacks if you want. infact i might just make it so its a 3-4 button system and you can say what is what yourself.  stuff might be predefined or stuff might be open all depends on how i do things for controls.
InfinitasImpetum
InfinitasImpetum
(0%)-Lv8
(0%)-Lv8

Posts : 2162
Join date : 2012-05-30
Age : 34

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by InfinitasImpetum Fri Mar 13, 2015 3:23 pm

so i should be ready to create my first program for creating stuff for this engine.  the animation viewer which will load my engines ani files and construct animations out of it.

any image editor should be fine to help make the frame data. just have to instruct you on what to look for.
InfinitasImpetum
InfinitasImpetum
(0%)-Lv8
(0%)-Lv8

Posts : 2162
Join date : 2012-05-30
Age : 34

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by 00f Fri Mar 13, 2015 4:34 pm

InfinitasImpetum wrote:so i should be ready to create my first program for creating stuff for this engine.  the animation viewer which will load my engines ani files and construct animations out of it.

any image editor should be fine to help make the frame data. just have to instruct you on what to look for.
roger, remember to speak to me like a normal human, or a retard...or just someone who knows nuthin about your code gibberish.
00f
00f
(90%)-Lv4
(90%)-Lv4

Posts : 505
Join date : 2014-11-06
Currently : Japan

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by InfinitasImpetum Sat Mar 14, 2015 8:36 am

so, i tested gimp, mspaint, and paint.net on what shows the most info on selection box.   it seems paint.net wins cause it continues to display that info. also paint.net gives the most info on stuff in the image.  why am i doing this, its need in help creating frames without custom tools.

Winz2DS Engine DEV thread - Page 2 Compar10
InfinitasImpetum
InfinitasImpetum
(0%)-Lv8
(0%)-Lv8

Posts : 2162
Join date : 2012-05-30
Age : 34

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by 00f Sat Mar 14, 2015 8:50 am

its need in help creating frames without custom tools.

 i didn't understand that part, who's 'its'  you make no sense when you type too fast, that or my English has just reached its limits and you need to teach me about your formulation

YOU need a tool to select?? does it have something to do with you making the ani scripts? keep me updated, i'm reading everything you post
00f
00f
(90%)-Lv4
(90%)-Lv4

Posts : 505
Join date : 2014-11-06
Currently : Japan

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by InfinitasImpetum Sat Mar 14, 2015 9:55 am

i type too fast and don't check my words. XD

the info for where the selection top, left is located and the width and height is needed for frame creation. basically it creates a view box on what to show on screen. or the piece of the sheet to view at that time. whats in the selection box will be visible and the rest will be not.

piece of ani file.
frame: top, left, width, height, origin X, origin Y 

i do not know how to explain origin very well.
InfinitasImpetum
InfinitasImpetum
(0%)-Lv8
(0%)-Lv8

Posts : 2162
Join date : 2012-05-30
Age : 34

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by 00f Sat Mar 14, 2015 11:43 am

InfinitasImpetum wrote:i type too fast and don't check my words. XD

the info for where the selection top, left is located and the width and height is needed for frame creation. basically it creates a view box on what to show on screen. or the piece of the sheet to view at that time. whats in the selection box will be visible and the rest will be not.

piece of ani file.
frame: top, left, width, height, origin X, origin Y 

i do not know how to explain origin very well.
ok so you just needed to get some data samples to configure your scripts or something...   huhu!  i get it now
00f
00f
(90%)-Lv4
(90%)-Lv4

Posts : 505
Join date : 2014-11-06
Currently : Japan

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by InfinitasImpetum Sat Mar 14, 2015 1:37 pm

yep and i ran into an issue........

nevermind found a work around
InfinitasImpetum
InfinitasImpetum
(0%)-Lv8
(0%)-Lv8

Posts : 2162
Join date : 2012-05-30
Age : 34

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by 00f Sat Mar 14, 2015 1:55 pm

InfinitasImpetum wrote:yep and i ran into an issue........

nevermind found a work around
...

you're incrdible, you can make people worry over your issues and reassure them before the worrying feeling has time to get to my brain so i can feel it.
00f
00f
(90%)-Lv4
(90%)-Lv4

Posts : 505
Join date : 2014-11-06
Currently : Japan

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by InfinitasImpetum Sat Mar 14, 2015 3:06 pm

I know how to search the net for things fast.
InfinitasImpetum
InfinitasImpetum
(0%)-Lv8
(0%)-Lv8

Posts : 2162
Join date : 2012-05-30
Age : 34

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by 00f Sat Mar 14, 2015 7:40 pm

InfinitasImpetum wrote:I know how to search the net for things fast.
yes, google does that, once i click the search button it's like ZWOOOOM! instant results, great huh? 
i'm messing with you, knowing how to properly search the web for stuff you need to resolve your issues is key in...life XD
00f
00f
(90%)-Lv4
(90%)-Lv4

Posts : 505
Join date : 2014-11-06
Currently : Japan

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by InfinitasImpetum Sun Mar 15, 2015 2:45 pm

well, this might be an issue for later to deal with. but i have no error-handling in my program. 

basically i have nothing telling what an error is. like file not found, and etc.

oh well.

this should be the final layout of my ani files. all sprite sheets used has to be put at the top. 
Code:
Sheet: 13904.png

AnimationStart
Name: test
FPS: 4
Loop: true
SheetId: 0
Frame: 0,0,100,100,0,0
Frame: 100,100,100,100,0,0
Frame: 200,200,100,100,0,0
AnimationEnd

AnimationStart
Name: test2
FPS: 4
Loop: true
SheetId: 0
Frame: 0,0,100,100,0,0
Frame: 100,100,100,100,0,0
Frame: 200,200,100,100,0,0
AnimationEnd
InfinitasImpetum
InfinitasImpetum
(0%)-Lv8
(0%)-Lv8

Posts : 2162
Join date : 2012-05-30
Age : 34

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by 00f Sun Mar 15, 2015 4:49 pm

4 fps? ...geeze and people complain about 60fps being too low
00f
00f
(90%)-Lv4
(90%)-Lv4

Posts : 505
Join date : 2014-11-06
Currently : Japan

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by InfinitasImpetum Sun Mar 15, 2015 4:55 pm

uhm, its frames per sec shown and its 2d animation so less frames are shown each second than 3d or vid stuff. i put 4 there as an example and testing, there is no limit on frames per second.

60 fps would be rediculous. also each animation doesn't have to have the same fps setting.
InfinitasImpetum
InfinitasImpetum
(0%)-Lv8
(0%)-Lv8

Posts : 2162
Join date : 2012-05-30
Age : 34

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by 00f Sun Mar 15, 2015 5:28 pm

InfinitasImpetum wrote:uhm, its frames per sec shown and its 2d animation so less frames are shown each second than 3d or vid stuff. i put 4 there as an example and testing, there is no limit on frames per second.

60 fps would be rediculous. also each animation doesn't have to have the same fps setting.
lol

ok,
so i can have let's say the hovering animation be like 3/4 fps and so of the more impressive sp attacks be like 5/6 fps? 
also, this isn't a mecha game now right? battle arena type like smashbros with any type of char we want? i want to put Broken Blade units in there...  i need to or i'll die. Gundam 00 is second to nothing...because it's tied for 1st place with Broken Blade.
00f
00f
(90%)-Lv4
(90%)-Lv4

Posts : 505
Join date : 2014-11-06
Currently : Japan

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by InfinitasImpetum Sun Mar 15, 2015 6:09 pm

yep, i am going for battle arena like super smash bros. 

i am still though in debate for how to work the controls. open them up to be free form, as in anything you want like MUGEN engine has it or restrict it to presets that require stuff.

free form you will be given set number of action buttons to do what you want with. i was going to have 4 action buttons to start with. there will in the end be 8 buttons, 4 action and 4 directional.


how my auto balancing system will work. the algorithm
(average base attack + transformation bonus) + (0.25 * (hitbox area - attack box area))  + (0.25  * Energy Consumption)
this might need tweaking but i think this is a good start. 

if the area of attack is bigger than the hit box of the character it will be weaker and the reverse is true too. in order to counter the loss in strength energy consumption can be done so the attack is stronger. more energy used the stronger the attack is. good for super attacks and ultimate. 

what about transformation. a bonus will be added.  i think this will be the math behind that. maximum bonus * (energy used / max energy)
InfinitasImpetum
InfinitasImpetum
(0%)-Lv8
(0%)-Lv8

Posts : 2162
Join date : 2012-05-30
Age : 34

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by InfinitasImpetum Mon Mar 16, 2015 10:14 am

been thinking about this. i am considering releasing it on its own forum or somewhere else. 

couple reasons:
-Winz00e is a Mess (this is the main issue)
-the engine just doesn't fit in with winz with its openness to many characters.
-Winz00e needs a clean up.
-fresh place dedicated to the engine. it will be so clean. XD
-winz00e history might effect the engine.
InfinitasImpetum
InfinitasImpetum
(0%)-Lv8
(0%)-Lv8

Posts : 2162
Join date : 2012-05-30
Age : 34

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by 00f Mon Mar 16, 2015 11:07 am

i get it you want a dedicated place for your dedicated work, no biggie, winz was made for UKwxp in mind, a mess? not really, it used to be but i can't call it a mess, it's quiet though.

yea sure, when the game is done/almost done we'll/you'll make a site no prob
00f
00f
(90%)-Lv4
(90%)-Lv4

Posts : 505
Join date : 2014-11-06
Currently : Japan

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by InfinitasImpetum Mon Mar 16, 2015 12:52 pm

basically, yes.

now my signature tells progress of stuff

the game will use only 8 keys, signature tells the info.


note to self: don't rush in creating classes focus on 1 at a time. XD
InfinitasImpetum
InfinitasImpetum
(0%)-Lv8
(0%)-Lv8

Posts : 2162
Join date : 2012-05-30
Age : 34

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by 00f Mon Mar 16, 2015 5:21 pm

InfinitasImpetum wrote:basically, yes.

now my signature tells progress of stuff

the game will use only 8 keys, signature tells the info.


note to self: don't rush in creating classes focus on 1 at a time. XD
whuuut? fuck the Xbox360 controller setup... fuuuu.... fuck you, and fuck me, and fuck everybody XD
00f
00f
(90%)-Lv4
(90%)-Lv4

Posts : 505
Join date : 2014-11-06
Currently : Japan

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by InfinitasImpetum Mon Mar 16, 2015 6:10 pm

00f wrote:
InfinitasImpetum wrote:basically, yes.

now my signature tells progress of stuff

the game will use only 8 keys, signature tells the info.


note to self: don't rush in creating classes focus on 1 at a time. XD
whuuut? fuck the Xbox360 controller setup... fuuuu.... fuck you, and fuck me, and fuck everybody XD
WHAT THE FUCK!!! ARE YOU GOING NUTS?!!!


on other note....FUCK BOX2D.  i go custom 2d physics.......oh boy now my work increases but it will be worth it. a physics engine design for this game.


...............FUUUUUUUUUUUUUUUUUUUUCCCCCCCCCCCCCKKKKKKKKKKKKKKKKKK..........................sigh, atleast it loads.   major debugging happening for the animation file loading.


YES YES,IT WORKS!!!!! LOADING ANIMATION FILES IS DONE!!!!!!!
*party* *party* *party* *party* *party* trans am! trans am! trans am! trans am! trans am!

happy! happy! happy! happy! happy!

next up custom physics system..............
Got to Research Got to Research Got to Research Got to Research Got to Research Got to Research
InfinitasImpetum
InfinitasImpetum
(0%)-Lv8
(0%)-Lv8

Posts : 2162
Join date : 2012-05-30
Age : 34

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by 00f Tue Mar 17, 2015 4:08 am

i want a badass load animation, customizable...
00f
00f
(90%)-Lv4
(90%)-Lv4

Posts : 505
Join date : 2014-11-06
Currently : Japan

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by InfinitasImpetum Tue Mar 17, 2015 8:08 am

uhm, the load bar is not animation. but a bar controlled by how much has been loaded. would use different kind of code.

i am not ready to code that stuff anyways.
InfinitasImpetum
InfinitasImpetum
(0%)-Lv8
(0%)-Lv8

Posts : 2162
Join date : 2012-05-30
Age : 34

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by InfinitasImpetum Tue Mar 17, 2015 2:31 pm

going to say this. if i ever don't finish this for some reason, i will release the code or whats mainly done publicly.

not quitting yet. i might release the code anyways.
InfinitasImpetum
InfinitasImpetum
(0%)-Lv8
(0%)-Lv8

Posts : 2162
Join date : 2012-05-30
Age : 34

Back to top Go down

Winz2DS Engine DEV thread - Page 2 Empty Re: Winz2DS Engine DEV thread

Post by Sponsored content


Sponsored content


Back to top Go down

Page 2 of 3 Previous  1, 2, 3  Next

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum