Community Project: Deity Project

Jun 9, 2011 at 3:25 AM
A old relic from older days
"..."
Join Date: Apr 9, 2011
Location:
Posts: 376
Age: 32
Who all is working on what right now? I'm not really sure what I should be doing.
 
Jun 9, 2011 at 3:29 AM
Hey.
"In Soviet Russia, graves keep YOU!"
Join Date: Oct 20, 2010
Location: Within the hearts of all
Posts: 691
Age: 104
Pronouns: he/him
I haven't worked on anything recently.

And I also forgot to watch the whole Nazi Zombies thing. I'll watch it.. Tomorrow.
 
Jun 9, 2011 at 3:30 AM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Pronouns: she/her
I've been working on...um...bunny must die.
Yeeeeah.
 
Jun 9, 2011 at 3:51 AM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3052
That isn't useful in the least!
Shouldn't you be having finals or something?
 
Jun 9, 2011 at 3:53 AM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Pronouns: she/her
Someone's in a bad mood.
And yes, but I need not study every minute of every day.
 
Jun 9, 2011 at 4:49 AM
I don't anymore.
"I'm sorry Mario, but your princess is in another castle."
Join Date: Aug 9, 2010
Location: Greener Pastures
Posts: 1188
Age: 30
Cripplechair said:
Who all is working on what right now? I'm not really sure what I should be doing.

I'm doing text box stuff at the moment. Um... how bout stuff in the Carret sheet?
 
Jun 9, 2011 at 5:21 AM
A old relic from older days
"..."
Join Date: Apr 9, 2011
Location:
Posts: 376
Age: 32
HyMyNameIsMatt said:
I'm doing text box stuff at the moment. Um... how bout stuff in the Carret sheet?

Weapon particles? Humm, sure.

Also, we'll either have to not put water in any of the maps, or change it so the player sprite swaps to they 'laying down' sprite on the mychar sheet, because there's only one 'drowned' sprite and a handful of different mychars to choose from.
 
Jun 9, 2011 at 5:43 AM
I don't anymore.
"I'm sorry Mario, but your princess is in another castle."
Join Date: Aug 9, 2010
Location: Greener Pastures
Posts: 1188
Age: 30
Cripplechair said:
Weapon particles? Humm, sure.

Also, we'll either have to not put water in any of the maps, or change it so the player sprite swaps to they 'laying down' sprite on the mychar sheet, because there's only one 'drowned' sprite and a handful of different mychars to choose from.

Understandable. Never thought of that. Kinda wish that the mimiga mask hack could also apply to the other sheets. Like Caret and weapons, most anything not in the stage or npc folder basicly. But for the moment just leave it as is.

I think we need to make a standard character sheet. A soldier mimiga perhaps. Why don't we both make one and see what the people decide.
 
Jun 9, 2011 at 5:46 AM
A old relic from older days
"..."
Join Date: Apr 9, 2011
Location:
Posts: 376
Age: 32
HyMyNameIsMatt said:
I think we need to make a standard character sheet. A soldier mimiga perhaps. Why don't we both make one and see what the people decide.

On it.
 
Jun 9, 2011 at 12:55 PM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3052
Here's an extension of the mimiga mask hack that allows infinite drown sprites.
Just add another column to the right of everything in MyChar - the row indicates direction and which character to draw.

Code:
[B]0x40a120:[/B]
push ebp
mov ebp,esp
sub esp,20
mov dword ptr [local.4],0C8
mov dword ptr [local.3],0
mov dword ptr [local.2],0D8
mov dword ptr [local.1],10
mov eax,[arg.1]
mov ecx,[eax+8]
shl ecx,4
add [local.3],ecx
add [local.1],ecx
mov eax,[49E184]
shl eax,5
add [local.3],eax
add [local.1],eax
mov ecx,[arg.1]
add ecx,34
mov edx,[local.4]
mov [ecx],edx
mov eax,[local.3]
mov [ecx+4],eax
mov edx,[local.2]
mov [ecx+8],edx
mov eax,[local.1]
mov [ecx+0C],eax
mov esp,ebp
pop ebp
ret
55 8B EC 83 EC 20 C7 45 F0 C8 00 00 00 C7 45 F4
00 00 00 00 C7 45 F8 D8 00 00 00 C7 45 FC 10 00
00 00 8B 45 08 8B 48 08 C1 E1 04 01 4D F4 01 4D
FC A1 84 E1 49 00 C1 E0 05 01 45 F4 01 45 FC 8B
4D 08 83 C1 34 8B 55 F0 89 11 8B 45 F4 89 41 04
8B 55 F8 89 51 08 8B 45 FC 89 41 0C 89 EC 5D C3


Again, if it doesn't work, tell me.
(gotta go to school bb)
 
Jun 9, 2011 at 12:58 PM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Pronouns: she/her
Hail to you, sir! I'll plug that in later, but soon. (I have the school too.)
Now I gotta make a drowned sprite too. :debug:
 
Jun 9, 2011 at 7:04 PM
I don't anymore.
"I'm sorry Mario, but your princess is in another castle."
Join Date: Aug 9, 2010
Location: Greener Pastures
Posts: 1188
Age: 30
LunarSoul said:
Hail to you, sir! I'll plug that in later, but soon. (I have the school too.)
Now I gotta make a drowned sprite too. :debug:

Gotta wait until we finish the normal MyChar sprite.

Lace you are awesome.
 
Jun 9, 2011 at 8:17 PM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Pronouns: she/her
Doesn't work Lace. The arg.1 thing doesn't let me put it in.
I can easily change the locals because they're already in the code. It's just the arg.1 I'm having trouble with.

EDIT: Okay that was poorly explained, but whatever. I tried putting in the hex numbers (and double checked them)
and it still gave an error when I loaded a (Cave Story) file.
 
Jun 9, 2011 at 9:16 PM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3052
arg.1 is [ebp+8]

ANYWAYS, I forgot to change the drawing routine to point to mychar, so I believe it was going oob.
I'll look in a bit, it was a rush-hack, so there are probably more dumb mistakes like that.

Edit: I'm not getting a crash. What version of Olly are you using?
(Graphics appear to be batch rendered, so I need to check that out more)
 
Jun 9, 2011 at 11:06 PM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Pronouns: she/her
I think I might be using version 1. I'm not too sure, since it was on a different computer.
I can try with version 2 later.
 
Jun 10, 2011 at 9:56 AM
A old relic from older days
"..."
Join Date: Apr 9, 2011
Location:
Posts: 376
Age: 32
Ohhai, I'll just leave this here...

p127395-0-mimisoldierpreview.png

p127395-1-mimisoldier.png


A little simple, but hey. And yes, he's naked in the mimigamask set. Mimiga nudity is sexy the greatest weapon one can ever use against zombies.
 
Jun 10, 2011 at 12:10 PM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Pronouns: she/her
Cripple, you are such a weirdo.
Didn't somebody else do that mychar anyway? (At least the top part)
 
Jun 11, 2011 at 5:04 AM
I don't anymore.
"I'm sorry Mario, but your princess is in another castle."
Join Date: Aug 9, 2010
Location: Greener Pastures
Posts: 1188
Age: 30
p127397-0-mycharcopy.png

This is all I got so far, I've been a bit busy. If you guys like this I can finish it, but I'm too tired to think of how to make him look up.
 
Jun 11, 2011 at 5:06 AM
Hey.
"In Soviet Russia, graves keep YOU!"
Join Date: Oct 20, 2010
Location: Within the hearts of all
Posts: 691
Age: 104
Pronouns: he/him
Wait, were we supposed to do something?
 
Jun 11, 2011 at 5:15 AM
I don't anymore.
"I'm sorry Mario, but your princess is in another castle."
Join Date: Aug 9, 2010
Location: Greener Pastures
Posts: 1188
Age: 30
Ollie said:
Wait, were we supposed to do something?

Cripple and I were supposed to try and make MyChar sheets and then you guys decide which ones was best, but I have failed so far.

EDIT: Damn, 600 posts.
 
Back
Top