Community Project: Deity Project

May 26, 2011 at 12:57 AM
A old relic from older days
"..."
Join Date: Apr 9, 2011
Location:
Posts: 376
Age: 32
Re: Community Project: Diety Project

I do like the idea of having a melee weapon with its own dedicated key so you don't have to swap to it, but I dunno about assigning it to w. That's a bit of a reach from x. I'd assign it to C if possible.
 
May 26, 2011 at 1:00 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
Re: Community Project: Diety Project

Cripplechair said:
I do like the idea of having a melee weapon with its own dedicated key so you don't have to swap to it, but I dunno about assigning it to w. That's a bit of a reach from x. I'd assign it to C if possible.

Well I only said W because that's the button normally used for the map system. Gir uses it for his portal gun so it was the first button to come to mind. It really wouldn't require much effort to make the button C so lets do that.
 
May 26, 2011 at 1:00 AM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Pronouns: she/her
Re: Community Project: Diety Project

The knife would be mostly simple ASM programming; set the X and Y pos crap to 0, lower the range a lot, blank out the bullet.pbm so it looks like a knife poke. The only thing that I don't know how to do is set it to appear beside you instead of on you. We also need to know the knife's addresses.
 
May 26, 2011 at 1:04 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
Re: Community Project: Diety Project

LunarSoul said:
Although it'll require some ASM.
Code:
[B]0x4154B8[/B]
cmp [49e6cc],[I]a[/I]
jg Z
add [ebp-c],20
add [ebp-4],20
Z ...

Or if you want it to work with multiple characters:
Code:
[B]0x4154B8[/B]
mov eax,[49e184]
shl eax,6
cmp [49e6cc],[I]a[/I]
jg Z
add eax,20
Z add [ebp-c],eax
add [ebp-4],eax
...
Italicized is the number at which the char image changes. Note that for the life of me I couldn't remember whether cc or d0 contains the current health, so you may have to twiddle with that.
 
May 26, 2011 at 1: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
Re: Community Project: Diety Project

Well you can adjust how far a bullet appears from you with any gun. That wouldn't be much asm at all. That's why the rockets from the Rocket Launcher come from the shoulders, and the bullets from the Polar Star come from the hip.
 
May 26, 2011 at 1:06 AM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Pronouns: she/her
Re: Community Project: Diety Project

Lace said:
Code:
[B]0x4154B8[/B]
cmp [49e6cc],[I]a[/I]
jg Z
add [ebp-c],20
add [ebp-4],20
Z ...

Or if you want it to work with multiple characters:
Code:
[B]0x4154B8[/B]
mov eax,[49e184]
shl eax,6
cmp [49e6cc],[I]a[/I]
jg Z
add eax,20
Z add [ebp-c],eax
add [ebp-4],eax
...
Italicized is the number at which the char image changes. Note that for the life of me I couldn't remember whether cc or d0 contains the current health, so you may have to twiddle with that.

You're the man, man!
Also, CC is current, D0 is maximum.
 
May 26, 2011 at 1:13 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
Re: Community Project: Diety Project

Lace said:
Code:
[B]0x4154B8[/B]
cmp [49e6cc],[I]a[/I]
jg Z
add [ebp-c],20
add [ebp-4],20
Z ...

Or if you want it to work with multiple characters:
Code:
[B]0x4154B8[/B]
mov eax,[49e184]
shl eax,6
cmp [49e6cc],[I]a[/I]
jg Z
add eax,20
Z add [ebp-c],eax
add [ebp-4],eax
...
Italicized is the number at which the char image changes. Note that for the life of me I couldn't remember whether cc or d0 contains the current health, so you may have to twiddle with that.

You're fricken awesome Lace. Now we must decide on the max health. If health regenerates automatically then it should be somewhere around 4 or 5 if each enemy were to do 1 damage per hit. That's kinda like nazi Zombies health system.
 
May 26, 2011 at 1:15 AM
A old relic from older days
"..."
Join Date: Apr 9, 2011
Location:
Posts: 376
Age: 32
Re: Community Project: Diety Project

I'm gonna disappear for a little bit so I can get some spriting done. Keeping read up with this and that is time-consuming, and I suddenly have a good handful of things to work on. :mrgreen:
 
May 26, 2011 at 1:16 AM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Pronouns: she/her
Re: Community Project: Diety Project

Cripplechair said:
I'm gonna disappear for a little bit so I can get some spriting done. Keeping read up with this and that is time-consuming, and I suddenly have a good handful of things to work on. :mrgreen:
Thanks and sorry, cripple. :D
 
May 26, 2011 at 1:18 AM
A old relic from older days
"..."
Join Date: Apr 9, 2011
Location:
Posts: 376
Age: 32
Re: Community Project: Diety Project

Don't sweat it, it's a variety of people, and the thing you gave me is the easiest on the list.

....I am bad at disappearing for a bit. Okay, for REAL this time.
 
May 26, 2011 at 1:21 AM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Pronouns: she/her
Re: Community Project: Diety Project

Well, good you're making your name known!
It's funny, I believe I was your first customer. XD
 
May 26, 2011 at 1:30 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
Re: Community Project: Diety Project

I finished those things that I think I was supposed to do.

p126930-0-mimi.png


And I did part of a 2x one just for fun.

p126930-1-mimi2.png
 
May 26, 2011 at 1:32 AM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Pronouns: she/her
Re: Community Project: Diety Project

Nice, olleh. :mrgreen:
 
May 26, 2011 at 2:09 AM
Demon taming, headphone wearing, casanova
"All your forum are belong to us!"
Join Date: Dec 31, 2010
Location:
Posts: 560
Pronouns: he/him
Re: Community Project: Diety Project

And also i put dibs on story.
 
May 26, 2011 at 2:10 AM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Pronouns: she/her
Re: Community Project: Diety Project

Dibs? How old are you?
And it's a community project, we all get credit.
 
May 26, 2011 at 2:13 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
Re: Community Project: Diety Project

Do young people these days not call dibs anymore?
 
May 26, 2011 at 2:16 AM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Pronouns: she/her
Re: Community Project: Diety Project

Well, I don't. No one I know does.
I haven't heard that for a long time.
 
May 26, 2011 at 2:22 AM
Demon taming, headphone wearing, casanova
"All your forum are belong to us!"
Join Date: Dec 31, 2010
Location:
Posts: 560
Pronouns: he/him
Re: Community Project: Diety Project

I wanted to see how that saying was holding up these days.
 
May 26, 2011 at 2:24 AM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Pronouns: she/her
Re: Community Project: Diety Project

I call your bluff.

Anyway, on a different topic, I'm not ashamed to say I downloaded everyone's MyChars just so I could stare at them :mrgreen:EDIT: Examining your mimiga, Marx, it looks like your char could look a bit better by making the bottom two pixels of your bluetooth earpiece a darker shade.
 
May 26, 2011 at 2:38 AM
Demon taming, headphone wearing, casanova
"All your forum are belong to us!"
Join Date: Dec 31, 2010
Location:
Posts: 560
Pronouns: he/him
Re: Community Project: Diety Project

Thanks. Ill fix it. And you're the only person who noticed one of my bluffs so congrats.
 
Back
Top