Page 1 of 2

Need giant flying robot machine (Seperate parts)

PostPosted: Wed Apr 03, 2013 1:00 am
by Hblade
I'm making a boss and I'd like to have it look as good as possible =) I want the parts to be separate so they can move using sin and cos making it look more like an active robot

Re: Need giant flying robot machine (Seperate parts)

PostPosted: Wed Apr 03, 2013 8:57 am
by sonicforvergame
I am on it already But do you want a mechanical bird or a android with wings ?

Re: Need giant flying robot machine (Seperate parts)

PostPosted: Wed Apr 03, 2013 11:18 pm
by Hblade
Sure :) That sounds ok, its a beach level though

Re: Need giant flying robot machine (Seperate parts)

PostPosted: Thu Apr 04, 2013 8:47 am
by sonicforvergame
Then i think a mechanical Bird

Re: Need giant flying robot machine (Seperate parts)

PostPosted: Thu Apr 04, 2013 10:34 am
by sonicforvergame
I did the Boss as a complete image Because making the wings separate parts will take just a little more time But here is the main idea of what it look

Ps :Game Editor Forum won't let me upload files bigger than 100kib so i added it as a ZIP

Re: Need giant flying robot machine (Seperate parts)

PostPosted: Thu Apr 04, 2013 4:18 pm
by Hblade
THAT LOOKS AMAZING!

Re: Need giant flying robot machine (Seperate parts)

PostPosted: Thu Apr 04, 2013 5:03 pm
by sonicforvergame
Thanks :D
By the way:
1-
whenever i read what you type on the forum i can't imagine that You Hblade have the same voice as the one that you have in you're you tube videos ,i always feel that a younger person is talking with me but don't mind about it
2-i understood what you want to do :You want that the wings as separate actors, so when you use game editor you add a path or use sin and cos to the wings so the look like moving . i do think that if you make the wing rotate about 20 degree clockwise and counterclockwise, that should do the effect you want, But it's your choice. :D

Re: Need giant flying robot machine (Seperate parts)

PostPosted: Thu Apr 04, 2013 6:00 pm
by Hblade
Thanks =D And yeah I was planning on sin and cos

Re: Need giant flying robot machine (Seperate parts)

PostPosted: Thu Apr 04, 2013 6:40 pm
by sonicforvergame
LOL i thought using path would be easier since i don't understand how you will use Sin and Cos

Re: Need giant flying robot machine (Seperate parts)

PostPosted: Thu Apr 04, 2013 10:45 pm
by Hblade
Code: Select all
asd+=.05;
asd2+=.03;
y=y+sin(asd)/(1+(cloneindex));
x=x+cos(asd2)/(1+(cloneindex));


This makes the arm behind him slightly move slower, making the illusion of depth

Re: Need giant flying robot machine (Seperate parts)

PostPosted: Fri Apr 05, 2013 7:01 am
by sonicforvergame
I FINISHED :
HERE ARE THE PARTS .........................In a zip :|

Re: Need giant flying robot machine (Seperate parts)

PostPosted: Sat Apr 06, 2013 5:02 am
by Hblade
Looks amazing!! :D However I need them to have an alpha channel o-o otherwise they have a blue glow

Re: Need giant flying robot machine (Seperate parts)

PostPosted: Sat Apr 06, 2013 11:08 am
by sonicforvergame
Alpha channel ?
Okayyyyyyyy
what do i do,is it a option,a type of file,or the kind of color channel of the file?
I assume it's the color channel so i will convert them as soon as possible.

Re: Need giant flying robot machine (Seperate parts)

PostPosted: Sat Apr 06, 2013 4:38 pm
by Hblade
I mean make the background transparent instead of blue :)

Re: Need giant flying robot machine (Seperate parts)

PostPosted: Sat Apr 06, 2013 6:18 pm
by sonicforvergame
Oh that's it :shock:
okay no problem i will change the background :D