Archvile
Register | User Profile | Member List | F.A.Q | Privacy Policy | New Blog | Search Forums | Forums Home
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Classic Doom > Doom Editing > Increasing Bullet Damage
 
Author
All times are GMT. The time now is 20:02. Post New Thread    Post A Reply
Mik57
Junior Member


Posts: 154
Registered: 03-08


How do I change the amount of damage a bullet does? I know how to change a particle, like a plasma shot or a rocket, but not a bullet.

Old Post 06-21-08 02:01 #
Mik57 is offline Profile || Blog || PM || Email || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
deathbringer
Post invalidated by first word being "uhhh"


Posts: 2849
Registered: 04-02


uhhhhhhhhh

IN B4 "USE ZDOOM"

It's not possible in dehacked, however with code pointers and manipulation of the frames it is possible to get a weapon to shoot two bullets at the same time, making one do "double damage". The "sniper rifle" in Twilight Warrior / the old Immoral Confduct Dehacked edition did things like that. "The Blessed Engine" somehow manipulated the chaingun to shoot every bullet the player had at once... even if they had 400!

That said... it's easier to use DECORATE which works with ZDoom...
(or DDF for EDGE!)

Old Post 06-21-08 10:24 #
deathbringer is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
printz
CRAZY DOOM ZEALOT


Posts: 1754
Registered: 06-06



deathbringer said:
(or DDF for EDGE!)
Or EDF for the Eternity Engine. This port would appeal if you wanted to preserve the Doom.exe physics (and over-all feel) yet add lots of new stuff to the gameplay.

__________________
"Bow down before the one you serve,
You're going to get what you deserve!"

Old Post 06-21-08 10:59 #
printz is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Mik57
Junior Member


Posts: 154
Registered: 03-08


Well, im using zdoom. I have no idea how to make a DECORATE (I use Whacked) or what a DDF or EDF is.

Sry, im just kind of a noob at scripting.

I suppose maybe I could just make the pistol fire invisible tiny plasma shots at light speed?

Last edited by Mik57 on 06-21-08 at 17:29

Old Post 06-21-08 17:18 #
Mik57 is offline Profile || Blog || PM || Email || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Stilgar
Mini-Member


Posts: 83
Registered: 07-06



Mik57 said:
I suppose maybe I could just make the pistol fire invisible tiny plasma shots at light speed?

If I'm recalling right, projectiles over a certain speed have a tendency to veer off to the side instead of shooting straight, but then ZDoom might change that too, I'm not sure.

Old Post 06-21-08 17:54 #
Stilgar is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
printz
CRAZY DOOM ZEALOT


Posts: 1754
Registered: 06-06


In ZDoom, projectiles with very fast speeds move correctly.
As a side note, so do the ones in Hexen. See its Sapphire Wand projectiles.

__________________
"Bow down before the one you serve,
You're going to get what you deserve!"

Old Post 06-21-08 20:00 #
printz is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
EarthQuake
9.5 on the Richter!


Posts: 1395
Registered: 05-03


There is the classic dehacked approach of assigning multiple hitscan codepointers in zero-duration succession to a weapon's firing state. Remove the weapon's refire codepointer and the randomization of the shot placement is disabled (so each hitscan hits at the same precide spot). Replace the BFG and you can specify how much ammo is used per shot (otherwise it will use a number of ammo equal to the number of codepointers used in the firing state).

It's potential for a flawless high-powered rifle on slot 7.

Old Post 06-21-08 21:04 #
EarthQuake is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Vermil
Junior Member


Posts: 159
Registered: 03-04



printz said:
In ZDoom, projectiles with very fast speeds move correctly.
As a side note, so do the ones in Hexen. See its Sapphire Wand projectiles.



Ah yes, but HeXen's Sapphire wand is a special case with code specifically for it.

IIRC the max speed for a normal projectile in the original engines was something like 25 before it started behaving a bit strangely. Has ZDoom fixed this then?

Old Post 06-21-08 21:36 #
Vermil is online now Profile || Blog || PM || Email || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
esselfortium
Senior Member


Posts: 1625
Registered: 01-02



EarthQuake said:
There is the classic dehacked approach of assigning multiple hitscan codepointers in zero-duration succession to a weapon's firing state. Remove the weapon's refire codepointer and the randomization of the shot placement is disabled (so each hitscan hits at the same precide spot). Replace the BFG and you can specify how much ammo is used per shot (otherwise it will use a number of ammo equal to the number of codepointers used in the firing state).

It's potential for a flawless high-powered rifle on slot 7.


I'm pretty sure the BFG ammo setting actually only affects the BFG-firing codepointer itself. You can use that codepointer on any weapon slot and it'll use the specified amount of ammo.

__________________
sl4.poned.com: Free Esselmusic
Esselmusic: The Album
Knee-Deep in KDiZD: Relive KDiZD, in doom2.exe: (WiP Page) (Doomworld Thread)

Old Post 06-21-08 21:37 #
esselfortium is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Mik57
Junior Member


Posts: 154
Registered: 03-08



EarthQuake said:
There is the classic dehacked approach of assigning multiple hitscan codepointers in zero-duration succession to a weapon's firing state. Remove the weapon's refire codepointer and the randomization of the shot placement is disabled (so each hitscan hits at the same precide spot). Replace the BFG and you can specify how much ammo is used per shot (otherwise it will use a number of ammo equal to the number of codepointers used in the firing state).

It's potential for a flawless high-powered rifle on slot 7.



Erm..?

Whacked wont let me do anything but edit existing properties. No adding frames. No adding things. No adding anything.

Old Post 06-21-08 23:17 #
Mik57 is offline Profile || Blog || PM || Email || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
magicsofa
Junior Member


Posts: 118
Registered: 04-03


I tried making super fast plasma bullets once. Of course, this was an older version of ZDoom so I don't know how it may have changed, but when I did it the projectiles would go in weird directions past speed of about 30. The thing is, even with a moderate enough speed so that it would travel straight, I found out that it would begin to skip great distances. It seemed that the projectile was actually moving like a monster - a couple map units at a time - rather than tracing a true line and just animating the projectile over that line. It was most obvious when you shot the floor because the puff would appear a short distance ahead. Weird stuff!

Anyway, EarthQuake wasn't talking about adding things, just modifying the code pointers on weapon frames.

Old Post 06-22-08 17:48 #
magicsofa is offline Profile || Blog || PM || Email || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
All times are GMT. The time now is 20:02. Post New Thread    Post A Reply
 
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Classic Doom > Doom Editing > Increasing Bullet Damage

Show Printable Version | Email this Page | Subscribe to this Thread

 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are OFF
[IMG] code is ON
 

< Contact Us - Doomworld >

Powered by: vBulletin Version 2.2.5
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Forums Directory