[DoomRL] Design Issues - Results

G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

Hello,

As telling everyone in every subthread what I have planned would be too
time-consuming (I'd rather code ;-) ), I'll tell what I have planned for the
major issues -- of course thi is open to discussion.

Shotgun -- I finally decided for a variation of David's approach.
Assault Shotgun will be no more, standard shotgun will have a magazine of 4.
One pressing of 'r' will pump one shell into the magazine, the second one
(if in a row with the previous) will reload all shells (longer reload time
equal to the missing shells in the magazine). Double shotgun will stay as it
is.

Dodge -- the "slow bullet" approach would need severe modifications to
the engine. And DoomRL is a roguelike after all, so it doesn't have to be
exactly as Doom. But the dodge argument is valid, and again Daviid (IMVHO)
had the best proposition on that. Here's my version of his idea.

Firing and hitting will stay the same, UNLESS the player's (and only
player's) last action was a move. If so, there is a chance that the attacker
will fire at the last spot the player was at. This will only happen if the
adversary uses a non-instant missle (rocket, plasma, ball). The chance of
firing in the last cell is modified by the Traits Hellrunner and Dodge
(new), (maybe) by the direction of the last move), (maybe) by the distance
from the attacker. The problem here is, that the adversary will never fire
if the player just get's out of the LOS, but that would be only visually
interesting, so maybe we'll be able to live with that. Also it is modified
based on the shooters weapon.

Head Slot -- will be in, but only when I change the LOS and Dungen code
(then it will have sense).

New Weapons -- No grenades (they somehow don't go with the Doom-feel
IMHO). The only possibilities I'm left with are Lighting Gun (but it
probably would need to use dedicated ammo, right?), Railgun (Cells), BFG10k
(as a secret weapon), and (maybe,maybe) an assault rifle as a step between
Pistol and Chaingun.

Chaingun (Realism/Single-fire) -- Oh come on! The Chaingun *is* a
gatling gun, we see that clearly in the game. Unrealistic? Hell, if I were
supposed to make DoomRL weapons realistic, then you would be able to carry
just two-three weapons, and only a handfull of ammo to them. This is a
cinematic game, and anything other would make the game challenging, but also
boring and unDoomish. So, no single-fire chainguns, and damage of chaingun
versus pistol will stay the same.

Library change -- I'm fully determinated to port DoomRL to GenRogue's
Valkyrie library. If that is done it will solve a lot of issues. Linux
version will be possible, CMovies and screenshots will be possible, a
ini-file will be very easy to implement, and several other issues will be
solved. I will start writing a API facade unit between Valkyrie 1 and
Valkyrie 2 ASAP.

regards,
Kornel Kisielewicz
 

marcus

Distinguished
Aug 1, 2001
210
0
18,680
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

Kornel Kisielewicz wrote:
> Hello,
>
> New Weapons -- No grenades (they somehow don't go with the
> Doom-feel IMHO). The only possibilities I'm left with are Lighting
> Gun (but it probably would need to use dedicated ammo, right?),
> Railgun (Cells), BFG10k (as a secret weapon), and (maybe,maybe) an
> assault rifle as a step between Pistol and Chaingun.

Just a quick note on this as far as 'canon' goes. Doom 3 has both Grenades
AND a SMG/MG like weapon. I'm fairly ambivalent about either, and the
others, though I do think the Railgun could be a cool weapon (it behaves
markedly differently than the others). Grenades do open up some interesting
tactical possibilities.

Get those room traps and monster swarms in! :D
 

Ru

Distinguished
Jun 20, 2004
52
0
18,630
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

Kornel Kisielewicz wrote:

> Firing and hitting will stay the same, UNLESS the player's (and only
> player's) last action was a move. If so, there is a chance that the attacker
> will fire at the last spot the player was at.

nice :)

> New Weapons -- No grenades (they somehow don't go with the Doom-feel
> IMHO).

i'm not particularly fussed, but i tend to include quake in the doom
canon; the grenade launcher in quake is quite fun to bouncing shots off
walls.

> The only possibilities I'm left with are Lighting Gun (but it
> probably would need to use dedicated ammo, right?), Railgun (Cells),

actually i'd do these the other way round: cells for the lightning gun,
and dedicated railgun ammo. the reason being that the LG is just another
energy weapon which needs electricity to work, whereas the railgun needs
a solid slug. YMMV ;-)


--
ru
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

"Marcus" <akf@afdslkj.com> wrote:
>Just a quick note on this as far as 'canon' goes. Doom 3 has both Grenades
>AND a SMG/MG like weapon.

*ahem* I, and I believe several others, do not regard Doom 3 as part of
the Doom canon.
--
Martin Read - my opinions are my own. share them if you wish.
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

>> whereas the
>> railgun needs a solid slug. YMMV ;-)
>It is?? I always thought of it more as a laser... at least how far
>the
>graphics go...
It is a slug fired at hypersonic speeds. Magnets are used to propel
the slug, and at it's speed you probably could see it!
Nice game Kornel!

For those who couldn't guess I'm new around here. ;)
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

Marcus wrote:
> Kornel Kisielewicz wrote:
>> Hello,
>>
>> New Weapons -- No grenades (they somehow don't go with the
>> Doom-feel IMHO). The only possibilities I'm left with are Lighting
>> Gun (but it probably would need to use dedicated ammo, right?),
>> Railgun (Cells), BFG10k (as a secret weapon), and (maybe,maybe) an
>> assault rifle as a step between Pistol and Chaingun.
>
> Just a quick note on this as far as 'canon' goes. Doom 3 has both
> Grenades AND a SMG/MG like weapon.

I don't consider Doom3 as canon. At least until I see it ;-).

> I'm fairly ambivalent about
> either, and the others, though I do think the Railgun could be a cool
> weapon (it behaves markedly differently than the others).

Yes. But what to use as ammo?

> Get those room traps and monster swarms in! :D

Uh, yeah ;-)

regards,
Kornel Kisielewicz
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

ru wrote:
> Kornel Kisielewicz wrote:
>
>> Firing and hitting will stay the same, UNLESS the player's (and
>> only player's) last action was a move. If so, there is a chance that
>> the attacker will fire at the last spot the player was at.
>
> nice :)
>
>> New Weapons -- No grenades (they somehow don't go with the
>> Doom-feel IMHO).
>
> i'm not particularly fussed, but i tend to include quake in the doom
> canon; the grenade launcher in quake is quite fun to bouncing shots
> off walls.
>
>> The only possibilities I'm left with are Lighting Gun (but it
>> probably would need to use dedicated ammo, right?), Railgun (Cells),
>
> actually i'd do these the other way round: cells for the lightning
> gun, and dedicated railgun ammo. the reason being that the LG is just
> another energy weapon which needs electricity to work,

You think cells may provide electricity?

> whereas the
> railgun needs a solid slug. YMMV ;-)

It is?? I always thought of it more as a laser... at least how far the
graphics go...

regards,
Kornel Kisielewicz
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

Kornel Kisielewicz w wiadomosci news:ctjc3e$oqo$1@inews.gazeta.pl pisze,
co nastepuje:

>>
>> actually i'd do these the other way round: cells for the lightning
>> gun, and dedicated railgun ammo. the reason being that the LG is just
>> another energy weapon which needs electricity to work,
>
> You think cells may provide electricity?
>

It would be very impractical if they contained plasma (which is HOT!). :)

>> whereas the
>> railgun needs a solid slug. YMMV ;-)
>
> It is?? I always thought of it more as a laser... at least how far the
> graphics go...
>

Real "railguns" use magnetic fields to accelerate small metal objects. Some
people believe that one day it will be possible to construct a railgun that
accelerates projectiles to much higher speeds than those attained with
combustion based guns. No curly blue trails should be expected, though. And
no explosion flash. Not much noise, either. Sorry.

Pozdr.

--
Jacek "Zillameth" Weso³owski
zill@jimp.neostrada.pl
FAQ grupy prgk.rpg - http://faq.prgk.net/rpg.txt
"If you back up, it won't matter if you screw up."
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

"Zillameth" <zill@jimp.neostrada.pl> wrote:
>Real "railguns" use magnetic fields to accelerate small metal objects. Some
>people believe that one day it will be possible to construct a railgun that
>accelerates projectiles to much higher speeds than those attained with
>combustion based guns. No curly blue trails should be expected, though. And
>no explosion flash. Not much noise, either. Sorry.

Oh, there'll be plenty of sound from a railgun projectile, given its
airspeed. Not to mention the sound of the railgun violently disassembling
itself :)
--
Martin Read - my opinions are my own. share them if you wish.
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

TheWickedFlea wrote:
>>> whereas the
>>> railgun needs a solid slug. YMMV ;-)
>> It is?? I always thought of it more as a laser... at least how far
>> the
>> graphics go...
> It is a slug fired at hypersonic speeds. Magnets are used to propel
> the slug, and at it's speed you probably could see it!

So how should I name the ammo? (or maybe it could be powered by BOTH cells
and 10mm ammo, that would be fun! :D -- and would mean you would still have
to carry at least a handfull of those 10mm bullets :D).

> Nice game Kornel!

Thank you... ;-)

> For those who couldn't guess I'm new around here. ;)

....and welcome ;D

regards,
Kornel Kisielewicz
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

On Sat, 29 Jan 2005 17:09:14 +0100, "Kornel Kisielewicz"
<kisielewicz@gazeta.pl> wrote:

>Hello,
>
> As telling everyone in every subthread what I have planned would be too
>time-consuming (I'd rather code ;-) ), I'll tell what I have planned for the
>major issues -- of course thi is open to discussion.
>
> Shotgun -- I finally decided for a variation of David's approach.
>Assault Shotgun will be no more, standard shotgun will have a magazine of 4.
>One pressing of 'r' will pump one shell into the magazine, the second one
>(if in a row with the previous) will reload all shells (longer reload time
>equal to the missing shells in the magazine). Double shotgun will stay as it
>is.

Too bad. I preferred the simplicity of the walk-and-reload idea.

> Dodge -- the "slow bullet" approach would need severe modifications to
>the engine. And DoomRL is a roguelike after all, so it doesn't have to be
>exactly as Doom. But the dodge argument is valid, and again Daviid (IMVHO)
>had the best proposition on that. Here's my version of his idea.

> Firing and hitting will stay the same, UNLESS the player's (and only
>player's) last action was a move. If so, there is a chance that the attacker
>will fire at the last spot the player was at. This will only happen if the
>adversary uses a non-instant missle (rocket, plasma, ball).

This should work. At least running for cover will be semi-viable.

> Head Slot -- will be in, but only when I change the LOS and Dungen code
>(then it will have sense).

How about a Tor Johnson Mask for the Head Slot. Monsters think you're
another monster until they see you attack, so you can sneak into
position and attack by surprise. Unfortunately, it wouldn't be very
durable, so would be shot off in one or two hits.

> New Weapons -- No grenades (they somehow don't go with the Doom-feel
>IMHO). The only possibilities I'm left with are Lighting Gun (but it
>probably would need to use dedicated ammo, right?), Railgun (Cells), BFG10k
>(as a secret weapon), and (maybe,maybe) an assault rifle as a step between
>Pistol and Chaingun.

I don't think new weapons are needed, just more utility for the
existing ones. What you could add some variety to is barrels. In
addition to exploding barrels, there could be barrels that spill acid
when shot (cover the floor around them with acid), barrels that do
nothing (make shooting through them difficult/impossible and they
serve as extra cover), barrels that burst into flame (light up the
level -- addition after darkness implemented), barrels that do other
interesting things.

> Chaingun (Realism/Single-fire) -- Oh come on! The Chaingun *is* a
>gatling gun, we see that clearly in the game. Unrealistic? Hell, if I were
>supposed to make DoomRL weapons realistic, then you would be able to carry
>just two-three weapons, and only a handfull of ammo to them.

And one assumes a bit more advanced design than today, and it is only
using pistol ammo (a sensible decision if you want soldiers firing the
thing on the run).

R. Dan Henry
danhenry@inreach.com
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

On Sun, 30 Jan 2005 20:50:18 +0100, "Zillameth"
<zill@jimp.neostrada.pl> wrote:

>Kornel Kisielewicz w wiadomosci news:ctjc3e$oqo$1@inews.gazeta.pl pisze,
>co nastepuje:

>>> actually i'd do these the other way round: cells for the lightning
>>> gun, and dedicated railgun ammo. the reason being that the LG is just
>>> another energy weapon which needs electricity to work,
>>
>> You think cells may provide electricity?

>It would be very impractical if they contained plasma (which is HOT!). :)

The cells would generate plasma on firing. Just having hot plasma
sitting around would be silly. Furthermore, if it is the right kind of
plasma, it could power a miniature fusion generator which would
generate electricity.

R. Dan Henry
danhenry@inreach.com
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

Zillameth wrote:
> Kornel Kisielewicz w wiadomosci news:ctjc3e$oqo$1@inews.gazeta.pl
> pisze, co nastepuje:
>
>>>
>>> actually i'd do these the other way round: cells for the lightning
>>> gun, and dedicated railgun ammo. the reason being that the LG is
>>> just another energy weapon which needs electricity to work,
>>
>> You think cells may provide electricity?
>
> It would be very impractical if they contained plasma (which is
> HOT!). :)

So with what to power Lighting Guns?

>> It is?? I always thought of it more as a laser... at least how far
>> the graphics go...
>
> Real "railguns" use magnetic fields to accelerate small metal
> objects. Some people believe that one day it will be possible to
> construct a railgun that accelerates projectiles to much higher
> speeds than those attained with combustion based guns. No curly blue
> trails should be expected, though. And no explosion flash. Not much
> noise, either. Sorry.

I know, I know, but DoomRL wont simulate reality ;-) (this is GenRogue's job
:D), anyway see post above about the ammo for railguns...
regards,
Kornel Kisielwicz
 

marcus

Distinguished
Aug 1, 2001
210
0
18,680
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

Kornel Kisielewicz wrote:
> TheWickedFlea wrote:
>>>> whereas the
>>>> railgun needs a solid slug. YMMV ;-)
>>> It is?? I always thought of it more as a laser... at least how far
>>> the
>>> graphics go...
>> It is a slug fired at hypersonic speeds. Magnets are used to propel
>> the slug, and at it's speed you probably could see it!
>
> So how should I name the ammo? (or maybe it could be powered by BOTH
> cells and 10mm ammo, that would be fun! :D -- and would mean you
> would still have to carry at least a handfull of those 10mm bullets
> :D).

That's a neat idea... 1x 10mm slug + 5-10 cells per shot or something
similar. Though since you can stack 10mm so high, that wouldn't have much of
a meaningful impact. It would at least force you to use one extra slot to
use the Railgun. I wouldn't recommend adding Slugs, since it'd be another
ammo type that only *one* weapon uses. If nothing else, only Cells wouldn't
feel entirely unnatural.

Speaking of ammo, do you plan for the plasma rifle to supercede the chaingun
entirely later in the game? In Doom, I'd generally use the Chaingun on
weaker stuff later, but the way DRL is now, there *isn't* any weaker stuff
later ;) Some more swarms of weaker monsters later would help that, forcing
you to decide what to carry around to deal with them.
 

Loonie

Distinguished
Jun 30, 2001
182
0
18,680
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

Kornel Kisielewicz .-- .-. --- - . ---...

>> I'm fairly ambivalent about
>> either, and the others, though I do think the Railgun could be a cool
>> weapon (it behaves markedly differently than the others).
> Yes. But what to use as ammo?

IMVHO ammo issues should not be a problem for a designer. I regard it much
more interesting if they will be a lot of weapons with a lot of types of
ammo, that (ammo) will be not as easily disponible as now (it's enough to
go into hell arena on 2nd level to have more than you can carry). That will
give situations like: "oh, no - no more 7.62 bullets - I've got to switch
to this 20mm gatling gun again! Hope will find some shotgun bullets soon
anyway."
I think that inventory limitations \ ammo simplification issues are
blocking you development. ;->

--
Loonie
---------------------------------------
Respondit Pilatus quod scripsi scripsi.
http://www.crawl.webpark.pl
 

marcus

Distinguished
Aug 1, 2001
210
0
18,680
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

Loonie wrote:
> Kornel Kisielewicz .-- .-. --- - . ---...
>
>>> I'm fairly ambivalent about
>>> either, and the others, though I do think the Railgun could be a
>>> cool weapon (it behaves markedly differently than the others).
>> Yes. But what to use as ammo?
>
> IMVHO ammo issues should not be a problem for a designer. I regard it
> much more interesting if they will be a lot of weapons with a lot of
> types of ammo, that (ammo) will be not as easily disponible as now
> (it's enough to go into hell arena on 2nd level to have more than you
> can carry). That will give situations like: "oh, no - no more 7.62
> bullets - I've got to switch to this 20mm gatling gun again! Hope
> will find some shotgun bullets soon anyway."
> I think that inventory limitations \ ammo simplification issues are
> blocking you development. ;->

I like the ammo management. I've had to make tough decisions on what to
carry. Hopefully he'll tweak the chaingun/plasma rifle vs monster armor
behavior, this will force even more contemplation of the issue. Even more so
when the monster mixes and packs change and grow.

Doom inherently doesn't have a ton of weapons, and he's already added
modified versions of the 'basic' weaponry. The rest is carefully monitoring
your healthpacks, ammo, phase devices, possibly thermo bomb, backup armor,
extra weapons, and so on. Even with the 'limited' weapon selection, I still
find myself agonizing over whether I should ditch certain weapons. I suspect
these choices will become more difficult, not less, as he tweaks weapon and
monster behavior.
 

Loonie

Distinguished
Jun 30, 2001
182
0
18,680
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

Kornel Kisielewicz .-- .-. --- - . ---...

>> It is a slug fired at hypersonic speeds. Magnets are used to propel
>> the slug, and at it's speed you probably could see it!
>
> So how should I name the ammo? (or maybe it could be powered by BOTH cells
> and 10mm ammo, that would be fun! :D -- and would mean you would still have
> to carry at least a handfull of those 10mm bullets :D).

Slugs - http://www.quake2.com/q2wfaq/q2wfaq.html

You don't need to invent the wheel again ;-)

--
Loonie
---------------------------------------
Respondit Pilatus quod scripsi scripsi.
http://www.crawl.webpark.pl
 

Loonie

Distinguished
Jun 30, 2001
182
0
18,680
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

R. Dan Henry .-- .-. --- - . ---...

>> Chaingun (Realism/Single-fire) -- Oh come on! The Chaingun *is* a
>>gatling gun, we see that clearly in the game. Unrealistic? Hell, if I were
>>supposed to make DoomRL weapons realistic, then you would be able to carry
>>just two-three weapons, and only a handfull of ammo to them.
>
> And one assumes a bit more advanced design than today, and it is only
> using pistol ammo (a sensible decision if you want soldiers firing the
> thing on the run).

That's why I argued that it is a submachine gun implemented under a great
name. The arguments:

1) rate of fire - seems to be five times the pistol fire, so say it's 10
rounds for a second, giving something like 600fpm, while for gatling guns
1 300 - 10 000 rounds per minute:
http://world.guns.ru/machine/minigun-e.htm

2) pistol ammo 10mm comparing to something like 20mm ammo for gatling guns
- this one is explainable however

3) so - with such a rate of fire it is unnecessary to use multiple barrels
as the barrel will not heat itself enough to use gatling gun paradigm, as
we can see on example here:

http://world.guns.ru/smg/smg39-e.htm

this gun uses 9mm ammo and shots at 550 rounds per minute, while having
only one barrel, using only recoil to operate, instead of costly energy
sources to rotate gatling barrels (increased weight).

--
Loonie
---------------------------------------
Respondit Pilatus quod scripsi scripsi.
http://www.crawl.webpark.pl
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

"Kornel Kisielewicz" <kisielewicz@gazeta.pl> wrote in message
news:ctjc0o$od4$1@inews.gazeta.pl...
> Marcus wrote:
>> Kornel Kisielewicz wrote:
>>> Hello,
>>>
>>> New Weapons -- No grenades (they somehow don't go with the
>>> Doom-feel IMHO). The only possibilities I'm left with are Lighting
>>> Gun (but it probably would need to use dedicated ammo, right?),
>>> Railgun (Cells), BFG10k (as a secret weapon), and (maybe,maybe) an
>>> assault rifle as a step between Pistol and Chaingun.
>>
>> Just a quick note on this as far as 'canon' goes. Doom 3 has both
>> Grenades AND a SMG/MG like weapon.
>
> I don't consider Doom3 as canon. At least until I see it ;-).
>

I personally adore Doom3. But if you want to really speak about canon,
you should read the doom bible:

http://www.planetdoom.com/doom/doombible.pdf

Being one of the original design documents. Check it out for any ideas
wrt enhancing DRL...I personally think most people don't know what the doom
feel actually is, what was aimed for by id. Then again, it is pretty common
to get these things mixed up. The pdf above is pretty helpful clarifying
all that. Doom3 itself is much closer to that above than any of the other
doom games.

>> I'm fairly ambivalent about
>> either, and the others, though I do think the Railgun could be a cool
>> weapon (it behaves markedly differently than the others).
>
> Yes. But what to use as ammo?
>

I don't think a railgun has any place in the doom universe.

--
Glen
L:pyt E+++ T-- R+ P+++ D+ G+ F:*band !RL RLA-
W:AF Q+++ AI++ GFX++ SFX-- RN++++ PO--- !Hp Re-- S+
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

"Kornel Kisielewicz" <kisielewicz@gazeta.pl> wrote in message
news:ctgceu$hrr$1@inews.gazeta.pl...
> Hello,
>
> [..]
>
> Dodge -- the "slow bullet" approach would need severe modifications to
> the engine. And DoomRL is a roguelike after all, so it doesn't have to be
> exactly as Doom. But the dodge argument is valid, and again Daviid (IMVHO)
> had the best proposition on that. Here's my version of his idea.
>
> Firing and hitting will stay the same, UNLESS the player's (and only
> player's) last action was a move. If so, there is a chance that the
> attacker will fire at the last spot the player was at. This will only
> happen if the adversary uses a non-instant missle (rocket, plasma, ball).
> The chance of firing in the last cell is modified by the Traits Hellrunner
> and Dodge (new), (maybe) by the direction of the last move), (maybe) by
> the distance from the attacker. The problem here is, that the adversary
> will never fire if the player just get's out of the LOS, but that would be
> only visually interesting, so maybe we'll be able to live with that. Also
> it is modified based on the shooters weapon.
>
> [..]

It is a roguelike, and how you approach this depends on your aims as a
designer. If you are trying to replicate the doom approach, this isn't the
way to do it. If you want to adapt the doom approach to something more
roguelike then some kind of dodge statistic which determines through a
formula involving the enemy's accuracy (and perhaps other things) if a
projectile passes through your square instead of hitting you seems more
appropriate. The above seems counter-intuitive, since most dodging is
performed while firing (at least in doom).

--
Glen
L:pyt E+++ T-- R+ P+++ D+ G+ F:*band !RL RLA-
W:AF Q+++ AI++ GFX++ SFX-- RN++++ PO--- !Hp Re-- S+
 

Loonie

Distinguished
Jun 30, 2001
182
0
18,680
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

Kornel Kisielewicz .-- .-. --- - . ---...

> Shotgun -- I finally decided for a variation of David's approach.
> Assault Shotgun will be no more, standard shotgun will have a magazine of 4.
> One pressing of 'r' will pump one shell into the magazine, the second one
> (if in a row with the previous) will reload all shells (longer reload time
> equal to the missing shells in the magazine). Double shotgun will stay as it
> is.

So, pump-action shotgun finally? The size of magazine seems a little small
to me however, it's 5 up to 8 in modern pump-action shotguns. The goal is
obviously not to reload the magazine until the danger is removed.


> Dodge -- the "slow bullet" approach would need severe modifications to
> the engine. And DoomRL is a roguelike after all, so it doesn't have to be
> exactly as Doom. But the dodge argument is valid, and again Daviid (IMVHO)
> had the best proposition on that. Here's my version of his idea.
> Firing and hitting will stay the same, UNLESS the player's (and only
> player's) last action was a move. If so, there is a chance that the attacker
> will fire at the last spot the player was at. This will only happen if the
> adversary uses a non-instant missle (rocket, plasma, ball). The chance of
> firing in the last cell is modified by the Traits Hellrunner and Dodge
> (new), (maybe) by the direction of the last move), (maybe) by the distance
> from the attacker. The problem here is, that the adversary will never fire
> if the player just get's out of the LOS, but that would be only visually
> interesting, so maybe we'll be able to live with that. Also it is modified
> based on the shooters weapon.

This mechanism is quite complicated and innovative, but I guess it's not
really interesting to use, as the dodging move is usually backward in
roguelikes, eventually backwards across. That usually induces monster
chasing character instead of shooting, while character is going for
obstacle, which is in some way necessary for him.


> Head Slot -- will be in, but only when I change the LOS and Dungen code
> (then it will have sense).

Nice.


> New Weapons -- No grenades (they somehow don't go with the Doom-feel
> IMHO). The only possibilities I'm left with are Lighting Gun (but it
> probably would need to use dedicated ammo, right?), Railgun (Cells), BFG10k
> (as a secret weapon), and (maybe,maybe) an assault rifle as a step between
> Pistol and Chaingun.

Let me guess - 10mm assault rifle? :> Seems be closer to verity than 10mm
gatling gun, but anyway too simplified for my taste. (I might be deviated
by Vietcong).


> Chaingun (Realism/Single-fire) -- Oh come on! The Chaingun *is* a
> gatling gun, we see that clearly in the game. Unrealistic? Hell, if I were
> supposed to make DoomRL weapons realistic, then you would be able to carry
> just two-three weapons, and only a handfull of ammo to them. This is a
> cinematic game, and anything other would make the game challenging, but also
> boring and unDoomish. So, no single-fire chainguns,

Right now it's a submachine gun that has unnecessary gatling gun mechanism.
;-> Unrealistic - take reality, multiply by 2 and you will receive
science-fiction, I've nothing against. If some weapon fires realistic ammo
with realistic rate of fire doing realistic damage it's ok for me. Unless
the gun is close in parameters to modern 2 kg submachine gun and is
supposed to be a 50kg six(?)-barelled gatling gun used primarily as
antiaircraft gun. Doom creators needed a weapon that is visually
interesting and distinctive, that's why they used gatling gun I guess.


> ...and damage of chaingun versus pistol will stay the same.

You omitted word "illogically". ;>

PS. Inventory decisions are unDoomish if you ask me.
--
Loonie
---------------------------------------
Respondit Pilatus quod scripsi scripsi.
http://www.crawl.webpark.pl
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

Dnia Sun, 30 Jan 2005 20:50:18 +0100, Zillameth napisal(a):
> Kornel Kisielewicz w wiadomosci news:ctjc3e$oqo$1@inews.gazeta.pl pisze,
> co nastepuje:

> Real "railguns" use magnetic fields to accelerate small metal objects.

You're talking about coil guns.
They use a set of electromagnets (coils) along the barrell to propel the
projectile.

Rail guns use two (or more?) rails, positioned like a letter V, and a very
powerful electric field is used to propel the projectile along the rails
(in similar way you can shoot an appleseed [not the manga] by pressing it
between your fingers).

> Some
> people believe that one day it will be possible to construct a railgun that
> accelerates projectiles to much higher speeds than those attained with
> combustion based guns.

Especially the ones who already did it in the labs.
Railguns were already built, they are working. Unfortunatelly, they
require a small power plant to operate and you need to install new rails
for every shot. And the size is hardly portable.

> No curly blue trails should be expected, though. And
> no explosion flash. Not much noise, either. Sorry.

Since the projectiles brak the sound barrier, considerable amount of noise
is expected. Some flashes between the rails and a trail of ionized air
could be expected too...

The projectiles has such an energy, that there's a large explosion when it
hits the target (AFAIR the projectile and part of the target turn into
plasma, or something).

--
Radomir @**@_ Bee! .**._ .**._ .**._ .**._ zZ
`The Sheep' ('') 3 (..) 3 (..) 3 (..) 3 (--) 3
Dopieralski .vvVvVVVVVvVVVvVVVvVvVVvVvvVvVVVVVVvvVVvvVvvvvVVvVVvv.v.
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.misc (More info?)

>> I don't think a railgun has any place in the doom universe.
> 1 vote against. Any others?
FOR. Gimme that gun!! ;)
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.development,rec.games.roguelike.misc (More info?)

>> I don't think a railgun has any place in the doom universe.
> 1 vote against. Any others?
For, gimme the gun! ;)
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.misc (More info?)

>> I don't think a railgun has any place in the doom universe.
> 1 vote against. Any others?
For. I really want that gun! ;)