Gas grenades in FOT?
-
- SDF!
- Posts: 6
- Joined: Thu Sep 12, 2002 3:18 am
- Location: well.. um.. Sverige, Borlänge...
Gas grenades in FOT?
Does anyone know if it is possible to make teargas grenades to the grenade launcher? I tried to use the acid animation and stun damage only, but it doesnt work... And, it would be cool to make the gas lower their perception to, but doesnt work either...
- OnTheBounce
- TANSTAAFL
- Posts: 2257
- Joined: Thu Apr 18, 2002 8:39 am
- Location: Grafenwoehr, Oberpfalz, Bayern, Deutschland
- Contact:
Just so you don't think you don't think you're getting blown off, I'm posting this now. I have to check into this issue as its been a long time since I worked w/it. (I don't recall whether or not I achieved a satisfactory result, but I don't think so.) I'm in the middle of a bunch of stuff because of a meltdown on my comp this morning, so it will probaby be tomorrow morning my time (GMT -7:00) before I get back to you. (Unfortunately I have to earn my rent money. You know? )
OTB
OTB
"On the bounce, you apes! Do you wanna live forever?!"
- OnTheBounce
- TANSTAAFL
- Posts: 2257
- Joined: Thu Apr 18, 2002 8:39 am
- Location: Grafenwoehr, Oberpfalz, Bayern, Deutschland
- Contact:
Well, it's a good idea, but unfortunately you can't execute it. Here's why:
Now, just incase you're wanting to set up Chemical Grenades of the hand variety that show up in the items.txt like this:
Hope this helps,
OTB
PS Was that sage-like enough for you, Viktor?
- The Damage Type (e.g. Normal, Gas, etc.) is controlled by the ammunition entity, so that is a way to have the same weapon do different types of damage, depending on what type of ammo you're using. So you can have 40mm Grenades that do Explosion damage, others that do Gas damage, and still others that do Electrical Damage.
- The Damage Range is controlled by the weapon, however. The only way to allow a weapon to do no damage w/a Damage Range of other than 0-0 would be to set up an ammo entity w/the Ammo Subtype set to "Non-Lethal". (I know, so far it looks like it can be done, but bear w/me.)
- The problem arises when you want to inflict some sort of Special Damage Type, e.g. Stun, Radiation, Poison, etc. This is controlled by the weapon itself, and therefore you will either have to set up a new type of weapon that will have a custom ammo type designed for it, or you're going to have to put up with all of your 40mm grenades stunning their targets. (I encountered this problem when I wanted to set up a weapon for tribals that would allow me to make leader types tougher by allowing them poisoned ammo.)
Now, just incase you're wanting to set up Chemical Grenades of the hand variety that show up in the items.txt like this:
That is not workable AFAIK. The problem is that it would require a single weapon entity to inflict two types of Special Damage (Poison and Stun). Unfortunately you can only set the entity to inflict a single type.Items.txt wrote: name_chemicalGrenade = {Chemical Grenade}
desc_chemicalGrenade = {Poisons and causes and a loss of perception in area of effect.} [emphasis added]
Hope this helps,
OTB
PS Was that sage-like enough for you, Viktor?
"On the bounce, you apes! Do you wanna live forever?!"
-
- SDF!
- Posts: 6
- Joined: Thu Sep 12, 2002 3:18 am
- Location: well.. um.. Sverige, Borlänge...
Thank you all, it was indeed wery informative... yes...
Ill try to think something else out...
But you say that it is possible to to make an entirely NEW weapon that at least does ONE type of damage, right?
Like a teargas launher... If I can use the skin of the grenadelauncher from Rebellion, make it black, and there you go, the teargaslauncher from Terminator 2!
What say you?
Ill try to think something else out...
But you say that it is possible to to make an entirely NEW weapon that at least does ONE type of damage, right?
Like a teargas launher... If I can use the skin of the grenadelauncher from Rebellion, make it black, and there you go, the teargaslauncher from Terminator 2!
What say you?
- Max-Violence
- Wandering Hero
- Posts: 1221
- Joined: Thu Apr 18, 2002 4:15 am
- Location: In my own personal vault
- Contact:
Well, it's nice to know someone at least PLAYED the thing, even though I've gotten next to zero emails/posts/PM's about 'em...Eldkorp wrote:If I can use the skin of the grenadelauncher from Rebellion, make it black, and there you go, the teargaslauncher from Terminator 2!
Closing our eyes forces us to look
At the darkness inside.
Our emotions always find us
Regardless of where we hide.
maxviolence@hotmail.com
http://mvmaphub.duckandcover.cx <--- Updated July 10th, 2006
At the darkness inside.
Our emotions always find us
Regardless of where we hide.
maxviolence@hotmail.com
http://mvmaphub.duckandcover.cx <--- Updated July 10th, 2006
- OnTheBounce
- TANSTAAFL
- Posts: 2257
- Joined: Thu Apr 18, 2002 8:39 am
- Location: Grafenwoehr, Oberpfalz, Bayern, Deutschland
- Contact:
Yes, that can be done. Go to the tutorials section, there you can find a little blurb I put together on making custom ammo types. Then you can fiddle around w/your weapon until it suits your needs.Eldkorp wrote:But you say that it is possible to to make an entirely NEW weapon that at least does ONE type of damage, right?
BTW, there is another Grenade Launcher sprite in the game. It's located at: C:\Program Files\14 Degrees East\Fallout Tactics\core\sprites\weapons\Heavy
The name of the file is "Grenade Launcher.spr". I'm not sure if that's the one that Max used in Rebellion, but it has a large drum on it.
OTB
"On the bounce, you apes! Do you wanna live forever?!"
- Red
- Hero of the Glowing Lands
- Posts: 2085
- Joined: Wed May 15, 2002 11:58 am
- Location: Nowhere (important anyway)
- Contact:
Speaking of tutorials....
I find Goldenheart's "using the edtior's" turotial a bit stupid... It does cover a few useful points, but it would have been just 2 more lines to tell the user how to add a character to the map so that you can use it to test your map (and possibly a few other lines to set the camera boundaries)...\
I mean the only thing it really covers is telling the reader that you need to place wall tiles 1 over the floor tiles... Well, it also covers how to align "connected" roof tiles properly...
It's kinda sad though how it leaves off with "Which will be covered in the next tutorial" which was never made...
I mean the only thing it really covers is telling the reader that you need to place wall tiles 1 over the floor tiles... Well, it also covers how to align "connected" roof tiles properly...
It's kinda sad though how it leaves off with "Which will be covered in the next tutorial" which was never made...
...
- OnTheBounce
- TANSTAAFL
- Posts: 2257
- Joined: Thu Apr 18, 2002 8:39 am
- Location: Grafenwoehr, Oberpfalz, Bayern, Deutschland
- Contact:
Re: Speaking of tutorials....
Those may seem like simple issues to a lot of us, but believe me Red, I've seen plenty of people that had problems those things.
Yes, camera boundaries and placing a character on the map for test purposes would have been a good addition.
OTB
Yes, camera boundaries and placing a character on the map for test purposes would have been a good addition.
Does anyone know whatever became of him?Red wrote:It's kinda sad though how it leaves off with "Which will be covered in the next tutorial" which was never made...
OTB
"On the bounce, you apes! Do you wanna live forever?!"
- Red
- Hero of the Glowing Lands
- Posts: 2085
- Joined: Wed May 15, 2002 11:58 am
- Location: Nowhere (important anyway)
- Contact:
That's a good point, Red. I think a lot of people fail to realize that while the core campaign has its share of flaws, there are examples of pretty much anything you would want to do in it. It's especially helpful if you're looking for details on how to implement something.Red wrote:Though in my first map I remember figuring this out by myself simply looking at one of the the SP demo maps, since his tutorial didn't exist yet...
OTB
Oh Jesus! Sorry Red, I hit "Edit" instead of quote... :oops:
...
- Jimmyjay86
- Hero of the Glowing Lands
- Posts: 2102
- Joined: Thu Apr 18, 2002 4:02 am
- Location: Wisconsin
- Contact:
-
- Vault Hero
- Posts: 1017
- Joined: Thu Apr 18, 2002 5:30 pm
- Location: Stone of Light Land
- Contact:
- Red
- Hero of the Glowing Lands
- Posts: 2085
- Joined: Wed May 15, 2002 11:58 am
- Location: Nowhere (important anyway)
- Contact:
Speaking of implimenting things, where are the damn switches... I'd like to make a elevator like switch (that would simply teleport you somehwere else on the map (probably directly under where you are really - well, not directly as it could lead to problems but you get the idea), and I'm looking for a simple switch you'd put on the wall, a bit like a retical scanner really. ANything like that anywhere?
...