Gamestudio Links
Zorro Links
Newest Posts
Lapsa's very own thread
by Lapsa. 06/26/24 12:45
Executing Trades on Next Bar Open
by Zheka. 06/20/24 14:26
A simple game ...
by VoroneTZ. 06/18/24 10:50
Face player all the time ...
by bbn1982. 06/18/24 10:25
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 1,361 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
Mino, squik, AemStones, LucasJoshua, Baklazhan
19061 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Help me become saner, by helping me code this idea! #11048
11/22/02 02:38
11/22/02 02:38
Joined: May 2002
Posts: 845
Missouri the "Show me" State
Zerodin Offline OP
Developer
Zerodin  Offline OP
Developer

Joined: May 2002
Posts: 845
Missouri the "Show me" State
Can't finish my game, just can't why? simple answer, I can't make weapons that reload when ammo is spent!

Lets look at this problem closer

I have...a well drawn 12 guage pump action shotgun, good script behavior! nice animations to boot! The firing of the weapon, the pumping action, and an animation of a hand putting more shells into the gun, sounds like it looks great in the game right?
Well....it would look even better, if I could JUST get someone to help me out with something...

OK here is what I want
I want a special counter in the player's inventory for each weapon called say reloads
and for the shotgun I want the player to have the ability to pick up more reloads when they come in contact with a box of shotgun shells!
and the maximum ammo of the shotgun to 5
Now when all five shells are fired out of the shotgun, I need it to say on the screen
"RELOAD!!!" using a panel which will flash on the screen whenever the player tries to fire the empty weapon.
Now comes for what I need for reloading.
I need it when the player presses say the right mouse button, one reload is removed from the player's inventory, the shotgun reload animation plays, then the shotgun's maximum ammo is restored!

So in short I want the screen to flash when empty, and the player presses right mouse button to remove a reload from the inventory and put the 5 shells back into the gun's ammo counter.

someone PLEASE help! I found one reloading script, but it was utter crap to try to understand!

Re: Help me become saner, by helping me code this idea! #11049
11/24/02 12:34
11/24/02 12:34

A
Anonymous
Unregistered
Anonymous
Unregistered
A



I assume this is the one your upset about? [Smile] I'll help you get this done. Heres what I need to know..

What action are you using? Template or custom?
If its custom please paste it in a private message.

P.S. Dude those posts were'nt so good. My box is always open to anyone asking for help. [Wink]

Re: Help me become saner, by helping me code this idea! #11050
11/24/02 12:53
11/24/02 12:53
Joined: May 2002
Posts: 845
Missouri the "Show me" State
Zerodin Offline OP
Developer
Zerodin  Offline OP
Developer

Joined: May 2002
Posts: 845
Missouri the "Show me" State
((OT: SEE this is what I mean! to get ANY reply I gotta be mean first!))
It's basically just a modified version of the standard Shotgun script (Changed it so the weapon is at the center of the user instead off of the the side at about shoulder hieght)

there was no need to modify the script to she the shell-for-shell reload cause I just named the 'Pump' frames as extensions of the "shot" animation, but for completely reloading the emptied gun(as those of us know who have physically reloaded a shotgun)I made frames of you holding the gun, and putting shells back into it(basically 3 frames repeating themselves 4 times) I mean if it proves TOO hard to make a reload script is there any way to make it so when every 'X' shots fired Animation 'Y' plays?

Re: Help me become saner, by helping me code this idea! #11051
11/24/02 13:09
11/24/02 13:09

A
Anonymous
Unregistered
Anonymous
Unregistered
A



After some thought on this subject and looking at how u spoke against Georges efforts, told a noob in the beginners section you REFUSED to help, and spammed this nonsense in several posts.. I'll let you take care of it. [Smile]

Re: Help me become saner, by helping me code this idea! #11052
11/25/02 11:53
11/25/02 11:53
Joined: Nov 2001
Posts: 1,402
U.S.A.
NoelCower Offline
Expert
NoelCower  Offline
Expert

Joined: Nov 2001
Posts: 1,402
U.S.A.
OK, here, how about something similar to this:

code:
define shots,skill25;

if ( shotgun_wep == 1 && my.shots /*shots fired*/ >= 6 ) {
while (1) {
my.frame += 1;
if ( my.frame == 3 ) {
my.frame = 0;
}
wait(2);
}
}

That is pretty basic, I'm not sure if this will work, but if it stops your whining then it'll do fine. Good day/night, child.


Noel R. Cower Portfolio Athlon 64 3000+, 1GB RAM, 400GB HDD, Radeon X800 XT Onboard Realtek 7.1 Audio, WinXP Home SP2, Slackware 10.0
Re: Help me become saner, by helping me code this idea! #11053
11/26/02 02:22
11/26/02 02:22

A
Anonymous
Unregistered
Anonymous
Unregistered
A



@Wildcard

LOL [Big Grin] [Big Grin] [Big Grin] [Big Grin] [Big Grin] [Big Grin]

Re: Help me become saner, by helping me code this idea! #11054
11/26/02 13:06
11/26/02 13:06
Joined: May 2002
Posts: 845
Missouri the "Show me" State
Zerodin Offline OP
Developer
Zerodin  Offline OP
Developer

Joined: May 2002
Posts: 845
Missouri the "Show me" State
Why is it when an amature gets bitchy and abusive it is considered stupid, but when someone who does it professionally does it it's considered geneous?

Re: Help me become saner, by helping me code this idea! #11055
11/26/02 13:33
11/26/02 13:33
Joined: Nov 2001
Posts: 1,402
U.S.A.
NoelCower Offline
Expert
NoelCower  Offline
Expert

Joined: Nov 2001
Posts: 1,402
U.S.A.
Reasons:
1. They don't drag in other people that have nothing to do with their issues.
2. They don't want to be whiny bitches, they want to vent a bit.
3. They don't spam in other forums like you did.
4. They don't intend to cause trouble, they just intend to get pissed off for a while.
5. They aren't 8 year-olds that talk in that crappy "chat lingo" (U,R,UR,THX,PLZ,WAZZUP,etc.).

I've given you the reasons. I'll let you become a tolerant human being that is patient and kind.
And anyways they are GENIUS.

Now shut up, edit and tweak that code, and come back like a good person.

P.S. Forgive the rudeness, but it is neccessary.


Noel R. Cower Portfolio Athlon 64 3000+, 1GB RAM, 400GB HDD, Radeon X800 XT Onboard Realtek 7.1 Audio, WinXP Home SP2, Slackware 10.0
Re: Help me become saner, by helping me code this idea! #11056
11/26/02 14:10
11/26/02 14:10

A
Anonymous
Unregistered
Anonymous
Unregistered
A



Well, at least you're admitting you're bitchy and abusive. [Big Grin]

Re: Help me become saner, by helping me code this idea! #11057
11/26/02 15:31
11/26/02 15:31
Joined: Jul 2000
Posts: 11,321
Virginia, USA
Dan Silverman Offline
Senior Expert
Dan Silverman  Offline
Senior Expert

Joined: Jul 2000
Posts: 11,321
Virginia, USA
Zero'd,

I am very surprised that anyone here is bothering to help you with the massive attitude you have been displaying. It just goes to show you what a great community we have here that you can get help despite slamming people on this board.

I would recommend that you change your attitude and treat people with respect.

To all others here:

I realize that Zero'd has an attitude, is disrespectful, etc., but let's move on. The purpose of this forum is not to teach people how to behave, but to help one another with 3DGS. No one is under any obligation to help anyone here. I understand that. But it never hurts to help (at least from my perspective).


Professional 2D, 3D and Real-Time 3D Content Creation:
HyperGraph Studios

Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1