View unanswered posts | View active topics It is currently Thu Mar 28, 2024 1:36 pm



Reply to topic  [ 117 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
 The legend of zalo 
Author Message

Joined: Sat Feb 03, 2007 7:11 pm
Posts: 1496
Reply with quote
Post Re: The legend of zalo - Now with added Brobdingnagian!
Sixteen wrote:
Another one? Do you have a program to do this? I think it would be pretty simple. Multiply ALL offests by the amount you resized the sprites.


Nope, all done by hand. Though when I do the AtomGroups, I wish I'd written a program.

I found Brobdingnagian in the Dictionary/Thesaurus.

And you missed out on the most important part, DudeGuy,
Wikipedia wrote:
The people of Brobdingnag are described as giants who are as tall as a church steeple and whose stride is ten yards.


Mon Jun 23, 2008 5:05 am
Profile WWW
User avatar

Joined: Fri Mar 02, 2007 6:59 am
Posts: 1726
Location: NSW, Australia
Reply with quote
Post Re: The legend of zalo - Now with added Brobdingnagian!
Lol, is this one stronger than the Massive clone? That thing is so weak it's ridiculous.
Also, I swear the smallest 'giant' clone is almost invincible!


Mon Jun 23, 2008 9:30 am
Profile
User avatar

Joined: Fri May 16, 2008 11:12 pm
Posts: 471
Reply with quote
Post Re: The legend of zalo - Now with added Brobdingnagian!
Image

Lol. Brainwrestling with that thing really rocks. Nice job zalo! (And you say you made it by hand? :shock: )


Mon Jun 23, 2008 2:48 pm
Profile

Joined: Sat Feb 03, 2007 7:11 pm
Posts: 1496
Reply with quote
Post Re: The legend of zalo - Now with added Brobdingnagian!
Exalion wrote:
Lol, is this one stronger than the Massive clone? That thing is so weak it's ridiculous.
Also, I swear the smallest 'giant' clone is almost invincible!


I made the Giant clone Invincible because I didn't have any test actors.

I included into the pack because I didn't have the original.

And does the Calculator that comes with windows count as a program?
Or can I still say "by hand" because it sucks so much?
Anyway, most of the offsets were small that I did in my head.

And the Foot AtomGroups were completely in my head.
They are really easy once you understand the underlying pattern.

Guess what? TRIPLE ALSO! It is fairly strong. But try to keep the jetpacks away from the face.

And try not to snipe your arm off because of the puny guns. I've done it.


Mon Jun 23, 2008 4:13 pm
Profile WWW
User avatar

Joined: Mon Feb 12, 2007 12:46 am
Posts: 1765
Location: ..............
Reply with quote
Post Re: The legend of zalo - Now with added Brobdingnagian!
Make a gun as big as the Brobdingnagian clone.

Also, add the tremendus stupendus, and "Death"


Mon Jun 23, 2008 7:37 pm
Profile
User avatar

Joined: Fri Mar 02, 2007 6:59 am
Posts: 1726
Location: NSW, Australia
Reply with quote
Post Re: The legend of zalo - Now with added Brobdingnagian!
Hey Zalo, now that you know so much about atom groups, mind writing up a guide? I'm not sure what they even do let alone how to make my own...


Mon Jun 23, 2008 10:25 pm
Profile

Joined: Sat Feb 03, 2007 7:11 pm
Posts: 1496
Reply with quote
Post Re: The legend of zalo - Now with added Brobdingnagian!
Basic AtomGroup Primer.

An Atom group is basically the collision model for an object.
Except it are made out of dots. Or "Atoms".

All Atoms Group's are in the code are the X and Y values for
those dots in relation to the center 0,0. (Usually the sprite offset.)

I once made a 30x30 Pixel Box out of AtomGroups. That, and the feet are based on Progression.

Code:
Offset = Vector
   X = -5
   Y = -6

For example, this is the first Atom in the Foot AtomGroup.

Code:
Offset = Vector
   X = -5
   Y = -5

In the next one the Y Offset dropped by 1, but X offset stayed the same. It does this all the way to 0.

BUT WAIT! What happens after it reaches 0? Then the X Offset starts dropping until that too is 0.

Now, if I want to make the foot bigger, lets say... Twice as big...
Code:
Offset = Vector
   X = -10
   Y = -12

And that follows the same pattern of falling as the original did. Until you get to 0.

As for the Box, you'll have to figure that out yourself.

------------------------------------------------------------------------------------------

If anybody has anything to add, good.

If anybody wants to point out that I'm an utterly
and completly wrong, whatever. This explanation has served me well.


Mon Jun 23, 2008 11:01 pm
Profile WWW
User avatar

Joined: Mon Feb 12, 2007 12:46 am
Posts: 1765
Location: ..............
Reply with quote
Post Re: The legend of zalo - Now with added Brobdingnagian!
It's THAT Easy?!?!?!?!
Thank you zalo. Now I "Might" make an actor that'll never be released to the public.


Tue Jun 24, 2008 12:52 am
Profile
User avatar

Joined: Fri Mar 02, 2007 6:59 am
Posts: 1726
Location: NSW, Australia
Reply with quote
Post Re: The legend of zalo - Now with added Brobdingnagian!
Hey, that's cool. Thanks, now I know how you actually go about making a massive actor.


Tue Jun 24, 2008 7:31 am
Profile
User avatar

Joined: Tue Apr 17, 2007 11:10 pm
Posts: 55
Reply with quote
Post Re: The legend of zalo - Now with added Brobdingnagian!
this man is a god

that is all


Sat Aug 02, 2008 6:32 pm
Profile WWW

Joined: Sat Feb 03, 2007 7:11 pm
Posts: 1496
Reply with quote
Post Re: The legend of zalo - Now with added Build 22!
Instead of making something you guys have never seen before, I'll just bump this here old thread.


Sat Nov 08, 2008 3:19 am
Profile WWW
User avatar

Joined: Tue Jun 12, 2007 11:52 pm
Posts: 13143
Location: Here
Reply with quote
Post Re: The legend of zalo - Now with added Build 22!
Zalo wrote:
Sorry guys, the laser camel didn't make it.


Aw, I was really looking forward to that. And I see that you've added some more content, even if it's not new. DL'ed


Sat Nov 08, 2008 4:01 am
Profile

Joined: Sat Nov 08, 2008 10:22 pm
Posts: 3
Reply with quote
Post Re: The legend of zalo - Now with added Build 22!
i may sound like a noob, but whenever i start the game up with the mod installed it comes up with arborted. How do I fix this?


Sat Nov 08, 2008 10:27 pm
Profile

Joined: Sat Feb 03, 2007 7:11 pm
Posts: 1496
Reply with quote
Post Re: The legend of zalo - Now with added Build 22!
flaterick94 wrote:
i may sound like a noob, but whenever i start the game up with the mod installed it comes up with arborted. How do I fix this?


What does the aborted message say?

You can post a picture if you want.


Sun Nov 09, 2008 1:37 am
Profile WWW
User avatar

Joined: Mon Jun 18, 2007 8:03 pm
Posts: 77
Location: strongbadia
Reply with quote
Post Re: The legend of zalo - Now with added Build 22!
I spermed when i saw the shark.


Mon Nov 10, 2008 9:27 pm
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 117 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.086s | 16 Queries | GZIP : Off ]