Home » MODDING HQ 1.13 » v1.13 General Development Talk » "1.13" Mod - Main Thread
Re: "1.13" Mod - Main Thread[message #10613] Thu, 01 September 2005 06:12 Go to previous messageGo to next message
the scorpion

 
Messages:1833
Registered:September 2004
Location: CH
maybe you can force enemies with "stationary" order to remain on ground/ on roof where they were initially placed?

because AI going on roofs or climbing down at will can become a pain for a mapdesigner

Report message to a moderator

Sergeant Major
Re: "1.13" Mod - Main Thread[message #10614] Thu, 01 September 2005 07:26 Go to previous messageGo to next message
Madd_Mugsy

 
Messages:626
Registered:July 2005
Location: Canada
Scorpion,

Done! Stationary guys now have zero chance of rooftop climbing up/down when status is green. They might (small chance) still climb to investigate noises or hunt down mercs above or below them, however.

gpmg,

Some enemies are assigned a "sniper" flag if they climb a roof and are either Defensive or CunningSolo personality types. Snipers won't climb down. This was dumb on my part though, because you may, rarely, end up with a whole sector of defensive/cunning enemies who all end up being snipers, even if they only have pistols.

In the next release, any personality will be able to become a sniper, but they will only become one if they've got a scope and a gun with a range >= 30.

Report message to a moderator

First Sergeant

Re: "1.13" Mod - Main Thread[message #10615] Thu, 01 September 2005 07:40 Go to previous messageGo to next message
the scorpion

 
Messages:1833
Registered:September 2004
Location: CH
thx! this comes handy once designing maps. because it`s strange to see the rooftop sniper that you manually placed in his spot climb down and seek the enemy

how much AP does the AI use to get on roofs? same as mercenaries i guess?

and (this question is directed at those that have already intensly tested this feature) do the AI have a tendency of coming up to the roof all on the same spot?

Report message to a moderator

Sergeant Major
Re: "1.13" Mod - Main Thread[message #10616] Thu, 01 September 2005 07:48 Go to previous messageGo to next message
Madd_Mugsy

 
Messages:626
Registered:July 2005
Location: Canada
Scorpion,

(see my edit in my last post too)

Enemies use the same APs as mercs for everything. It's all the same code for both teams (mercs, civs and enemies are all just called "soldiers").

The AI does just use a few spots (depends on the size of the building, usually 1-3 per side) to climb up buildings. This is because of the way the potential climbing spots are calculated. I'm not 100% certain how it works, but I'll look into it when I have some time.

BTW, would someone be able to make me some bigitems and interface bitmaps of the 9mm and 5.56mm feed clip kits for the beta c-mags? I just don't see myself having enough time before the next release to do them myself. I can do them if I need to, but I may need to delay the release a bit. (I'm slow at doing pics Razz ) The clip kit pics on the beta website should be usable.

Report message to a moderator

First Sergeant

Re: "1.13" Mod - Main Thread[message #10617] Thu, 01 September 2005 07:57 Go to previous messageGo to next message
the scorpion

 
Messages:1833
Registered:September 2004
Location: CH
hm i see

because i have the tendency to actually wait for the enemy on the roof (again, i`m using an exe with this feature as well). usually they come up the same spot one after the other and usually don`t have enough AP left to fire/ seriously hurt my merc camping on the roof and waiting for them

could the AI throw grenades on the position they suspect a rooftop sniper too?

(don`t get me wrong, i like this feature, don`t want to bash the great stuff you have achieved so far)

Report message to a moderator

Sergeant Major
Re: "1.13" Mod - Main Thread[message #10618] Thu, 01 September 2005 08:03 Go to previous messageGo to next message
Madd_Mugsy

 
Messages:626
Registered:July 2005
Location: Canada
They're supposed to be smart enough in 1.13 to not climb up unless they've got enough APs to shoot at you too, but it doesn't always work (MAJOR pain when it does though)

The AI can throw grenades onto roofs now, I think. But it calculates its best chance to hit with each of its weapons before it uses them. I guess the grenades don't have a good enough chance. I'll look into this some part a bit.

Report message to a moderator

First Sergeant

Re: "1.13" Mod - Main Thread[message #10619] Thu, 01 September 2005 08:07 Go to previous messageGo to next message
the scorpion

 
Messages:1833
Registered:September 2004
Location: CH
oh, that`s really good to hear

now there is only the risk left for them to get interruptet when they climb up

but if my merc has tunnelvision because he uses a sniper scope he might not even see them climbing up

so this actually sounds very convincing muggsy!


btw i have heard that it should be possible to raise the number of tilesets (sorry i keep bugging about that)

Report message to a moderator

Sergeant Major
Re: "1.13" Mod - Main Thread[message #10620] Thu, 01 September 2005 08:23 Go to previous messageGo to next message
Madd_Mugsy

 
Messages:626
Registered:July 2005
Location: Canada
Quote:

btw i have heard that it should be possible to raise the number of tilesets (sorry i keep bugging about that)
It should be, I think. I've already raised the number of tileset image slots stored in memory to 5000 for both the Guns and the P1Items sti's in the tileset/0 folder (which show up on the tactical screen, not just in the interface bars). Is this similar to what you're referring to?

Report message to a moderator

First Sergeant

Re: "1.13" Mod - Main Thread[message #10621] Thu, 01 September 2005 09:07 Go to previous messageGo to next message
the scorpion

 
Messages:1833
Registered:September 2004
Location: CH
my "wish" is to have a higher maximal number of tilesets

tileset folder for ja2 has around 50 or so sets of graphics that you can chose from for each map

UB has more of them (snow tilesets, Fall town and so on)

i thought, if you can add the guns from UB, you could also add tilesets. This is problematic because they would have to work with betaeditor to be of any use

the UB source also is around somewhere. if this miht be useful, i could search for the link

Report message to a moderator

Sergeant Major
Re: "1.13" Mod - Main Thread[message #10622] Thu, 01 September 2005 09:17 Go to previous messageGo to next message
Madd_Mugsy

 
Messages:626
Registered:July 2005
Location: Canada
Really?

Please do! I could probably add the new tilesets over to the 1.13 code without too much pain, if I knew what the changes were. Plus, I might be able to get the editor up and working.

Report message to a moderator

First Sergeant

Re: "1.13" Mod - Main Thread[message #10623] Thu, 01 September 2005 10:09 Go to previous messageGo to next message
the scorpion

 
Messages:1833
Registered:September 2004
Location: CH
http://www.ja2.org/index.php?c=17

there you go, it is in russian, but to the right is an english name saying it is the UB source

hope this is any useful to you

oh, i just noticed it is apparantly the UB source in 800*600 instead of 640*480

so, apparently, some adjustments have been made to it (i hope, it still is useful for you)

Report message to a moderator

Sergeant Major
Re: "1.13" Mod - Main Thread[message #10624] Thu, 01 September 2005 10:36 Go to previous messageGo to next message
Madd_Mugsy

 
Messages:626
Registered:July 2005
Location: Canada
Nice! Thank you very much!

If it's got the 800x600 enhancement, I can compare the code I've got to it and maybe put that in too.

I'll compare it to the original JA2 gold source too, and see what's been changed.

Cheers! :cheers:

EDIT: This is AWESOME! Now I can see exactly what's different between the original code and UB. I've already found how they fixed stuff falling through roofs!

Report message to a moderator

First Sergeant

Re: "1.13" Mod - Main Thread[message #10625] Thu, 01 September 2005 11:17 Go to previous messageGo to next message
the scorpion

 
Messages:1833
Registered:September 2004
Location: CH
i`m happy i could have helped you (even if the contribution is minor)

some have skills... others are well informed *gg*


btw according to members of the german board, it is even possible to raise the resolution to 1024*768 in that UB code
the thread about it is completely in german though

Report message to a moderator

Sergeant Major
Re: "1.13" Mod - Main Thread[message #10626] Thu, 01 September 2005 12:24 Go to previous messageGo to next message
Snap is currently offline Snap

 
Messages:285
Registered:September 2000
Location: USA (by way of the Old Wo...
@Mugs: Than you, kind Sir Smile

Rooftop climbing (and fence climbing, while we are at it): I think someone who just climbed and immediately came into contact with an enemy should have a significant penalty in the interrupt duel (it seems to me that this should already be implemented, but I am not sure).

I just remembered that there was a bug in JA2, where someone who climbed on a roof at night became instantaneously visible to everyone within the daylight range. I.e. an enemy 20 tiles away and facing in the right direction would see the climbing merc (and most likely get a drop on him).

JA2UB source: This IS awesome! :rulez: Does this mean that we can now do something with the editor?

Edit: IMHO there's no sense in going to even higher resolutions, because the graphics will become too small. 800x600 is already a bit of a stretch... I mean squeeze Very Happy

Report message to a moderator

Master Sergeant
Re: "1.13" Mod - Main Thread[message #10627] Thu, 01 September 2005 12:44 Go to previous messageGo to next message
Snap is currently offline Snap

 
Messages:285
Registered:September 2000
Location: USA (by way of the Old Wo...
An idea for calculating burst length for AI: Make sure that the CTH of the last round in the burst (factoring in the burst penalty) is above a certain value. If the minimum burst length is too inaccurate, then prefer single shots. For suppression fire, requirements are relaxed (suppression fire is used only by enemies on red alert).

Report message to a moderator

Master Sergeant
Re: "1.13" Mod - Main Thread[message #10628] Thu, 01 September 2005 15:32 Go to previous messageGo to next message
grindedstone is currently offline grindedstone

 
Messages:88
Registered:August 2004
This is turning into JA 2.95, good on ya MM

Report message to a moderator

Corporal 1st Class
Re: "1.13" Mod - Main Thread[message #10629] Thu, 01 September 2005 19:49 Go to previous messageGo to next message
Majek is currently offline Majek

 
Messages:431
Registered:January 2003
Location: Slovenia
yeah 800x600 resolution is more than enough. at 1024x 768 i found it frustrating to move inside building and open a locker when there were more together. well maybe that was just Wildfire but still when i played the game with the russian made patch for 800x600 it felt much better.

but anyway MM and alll of you helping with this 1.13 thing :bow: Insane is great, i only wish it'd be $18000 for starting money Very Happy

Report message to a moderator

Master Sergeant
Re: "1.13" Mod - Main Thread[message #10630] Fri, 02 September 2005 00:36 Go to previous messageGo to next message
Apocalypse is currently offline Apocalypse

 
Messages:5
Registered:August 2004
Location: New York
Is it possible to increase resolution without editing the Mss32.dll ? The existing 800x600 patch edited it, and I couldn't play it because I need to use the miles sound fix. Its just a concern.

Report message to a moderator

Private
Re: "1.13" Mod - Main Thread[message #10631] Fri, 02 September 2005 05:33 Go to previous messageGo to next message
Nighthawk is currently offline Nighthawk

 
Messages:46
Registered:February 2002
Location: Springfield, MO
Hopefully all the UB specific tilesets should be able to work with the beta editor. I am editing both ja2 and UB set.dat files. It's easier for me to create a new map in UB editor first then convert to beta format then load it. You can always make templates for the altered tilesets as well.

I'm hard at work at putting all the UB stuff into the ja2set.dat that was part of the UC mod.
Read about it below:

www.geocities.com/jedinighthawk/JA2SupplyRoom.html

Nighthawk

Report message to a moderator

Corporal
Re: "1.13" Mod - Main Thread[message #10632] Fri, 02 September 2005 06:03 Go to previous messageGo to next message
quasimodo is currently offline quasimodo

 
Messages:54
Registered:November 2000
Location: eugene, oregon U.S.A.
What Snap said about night time roof climbers becoming "day light" visible after reaching the roof still seems to be the case. I have had several of my guys hit from other roof tops way beyond normal night time distances right after they reach the roof top. The next turn everything seems back to normal nighttime ranges.

Report message to a moderator

Corporal
Re: "1.13" Mod - Main Thread[message #10633] Fri, 02 September 2005 06:13 Go to previous messageGo to next message
gmonk

 
Messages:668
Registered:April 2002
Location: Newfoundland, Canada
Is it possible to add a single attachment slot to the gas mask that will only take goggle-type items?

It always bothered me that you can only wear a gas mask if you didn't wear goggles. Now that I can wear both I want to eat my cake, too!

Is this a good idea or do you think it might be a little unbalancing?

Report message to a moderator

First Sergeant
Re: "1.13" Mod - Main Thread[message #10634] Fri, 02 September 2005 07:19 Go to previous messageGo to next message
Khor1255 is currently offline Khor1255

 
Messages:1815
Registered:August 2003
Location: Pleasantville, NJ
Mugsy's already mentioned allowing certain headgear to be usable with other headgear. Specifically he mentioned Gas Mask/ Goggles combination.

This is both realistic and good for game balance in my opinion provided; of course that enemies will also be able to do this.

Report message to a moderator

Sergeant Major
Re: "1.13" Mod - Main Thread[message #10635] Fri, 02 September 2005 07:40 Go to previous messageGo to next message
drunk71 is currently offline drunk71

 
Messages:56
Registered:March 2004
Location: England
Hi all, great work by the way. Loving this so much, how ja is ment to be!

As to the roof climbing becoming daylight visible i'm sure it happens with any major animation movement, eg fence climing, coming down off roof tops and also when you have been blasted a square from a grenade at your feet. This can sometimes lead to lots of interupts where anyone that turn can open fire at you.

Also found this little possible bug, the first shot a character does from either from the ground or the roof to an enemy on the roof it has no chance of hitting but the second is fine

bye

Report message to a moderator

Corporal
Re: "1.13" Mod - Main Thread[message #10636] Fri, 02 September 2005 08:09 Go to previous messageGo to next message
the scorpion

 
Messages:1833
Registered:September 2004
Location: CH
i think the AI used to be able to use these items togehter before, but i`m unsure. i think night goggles and gas masks should not be compatible, unless you want tear- and mustardgas to become completey obsolete (that would be sad, becasue enemies tend to use gas even if they had better solutions like shooting)

if you climb up on a roof, you become visible even in far distance because the sky behind you, even at night time, is much brighter than the house wall

this difference in contrast gives away that something is moving there

it`s similar like smoking at night (although a cigarette can be spotted much further off course)

this is in every version of ja2 AFAIK and is not unrealistic. Maybe the nsiper enemies in 1.13 hit more when interrupting a merc climbing on a roof? that might be a balance issue

Report message to a moderator

Sergeant Major
Re: "1.13" Mod - Main Thread[message #10637] Fri, 02 September 2005 08:30 Go to previous messageGo to next message
Majek is currently offline Majek

 
Messages:431
Registered:January 2003
Location: Slovenia
one request from me.
since Drop all is an option i think we need some way to quickly destroy/erase items in inventory without needing to drag it to the trashbin and then confirming to destroy it.
in the russian 800x600 patch, the Ctrl + L mouse button combination did just that if i remember correctly.

i'd really need it.

Report message to a moderator

Master Sergeant
Re: "1.13" Mod - Main Thread[message #10638] Fri, 02 September 2005 09:41 Go to previous messageGo to next message
Madd_Mugsy

 
Messages:626
Registered:July 2005
Location: Canada
So I've been looking at the UB code, and I'm trying to slowly merge it in to the JA2 Gold code using Beyond Compare.

Don't expect 800x600 mode or a working editor in the next release. For this task, I wish I was 3 or 4 people Razz

I've managed to implement some fixes for stuff falling through roofs, smoke going up through roofs and (hopefully) for that problem where the tiles don't refresh in certain spots on certain maps.

Report message to a moderator

First Sergeant

Re: "1.13" Mod - Main Thread[message #10639] Fri, 02 September 2005 09:51 Go to previous messageGo to next message
Khor1255 is currently offline Khor1255

 
Messages:1815
Registered:August 2003
Location: Pleasantville, NJ
@Scorpion
I know wearing the Night Goggles and Gas Mask together would tend to make gas a little less effective but - the fact is - after a certain point it usually isn't very effective anyway. I'd much rather have the more realistic wearing of these items together than to artificially disallow this for the sake of balance. If the items become fully externalised we will all be able to tweak these things as we like so this is what I'm hoping for most. The important thing is that mod makers be able to give items whatever trait they want.


@Madd Mugsy
By working editor are you referring to the Beta or the externalised data? Having a fully functional map editor for this fantastic .exe would be awesome but for the time being I'd be very happy with the externalised items coding you're doing.

Report message to a moderator

Sergeant Major
Re: "1.13" Mod - Main Thread[message #10640] Fri, 02 September 2005 10:07 Go to previous messageGo to next message
Madd_Mugsy

 
Messages:626
Registered:July 2005
Location: Canada
Aren't the gas mask and various goggles usable together in the current release?

Eventually, I'd like to get an editor working for this new exe that would be compatible with the old JA2 maps and with the UB tilesets. But at this point, I haven't looked at the code enough to know what is and is not possible.

Report message to a moderator

First Sergeant

Re: "1.13" Mod - Main Thread[message #10641] Fri, 02 September 2005 10:26 Go to previous messageGo to next message
the scorpion

 
Messages:1833
Registered:September 2004
Location: CH
i know the current release allows to wear gas mask and goggles at the same time

some people here even think it is realistic. i`d like to see them trying to wear a pair of night goggles over a gas mask! ever tried to shoot at something while wearing a gas mask? no? it is really hard. (even if you have an extraordinarily accurate weapon)

now imagine you have the gas mask and night goggles over it... no way you gonna be able to aim for something that moves and nooooooo way to hit it. this is no request (@muggsy) it is just my usual arguing with khor1255, but if you want it realistic, khor, add a 50 percent malus to aiming with gas mask and add a 75 percent malus to aim with gas mask AND night goggles at the same time

@muggsy

i think you`re doing right in exteranlising it. I`m usually not very particuliar about realism, but night goggles over a fully functional gas mask would never pass the reality check i`m afraid. a usual gas mask doesn`t allow night goggles and i like it that way, both for balance and for realism reasonsm, so i appreciate if this things can still be edited for each modmaker and his particuliar taste

Report message to a moderator

Sergeant Major
Re: "1.13" Mod - Main Thread[message #10642] Fri, 02 September 2005 11:00 Go to previous messageGo to next message
Khor1255 is currently offline Khor1255

 
Messages:1815
Registered:August 2003
Location: Pleasantville, NJ
I think penalising accuracy while using gas masks is a great idea. Penalising accuracy while using night vision goggles is also good and having a cumulative effect while using both would be great.
But in fact insertion teams routinely use night vision/gas masks during training with very good results. The current generation of gas masks have mounting hardware specifically for night vision goggles.

A great solution would be to have night vision scopes as an item.

Report message to a moderator

Sergeant Major
Re: "1.13" Mod - Main Thread[message #10643] Fri, 02 September 2005 11:22 Go to previous messageGo to next message
Wil473

 
Messages:2808
Registered:September 2004
Location: Canada
I don't remember any mention of problems with externalizing headgear, so I'll take my chances with this suggestion. With 5000 items, research, time and effort. There's no reason for there not to be different levels of head gear at some point in the future of modding thanks to the tools now being made available by Madd Mugsy.

Commercial/Civilian grade:
- NV and gas masks would be incompatible
- both with severe aiming and Field of View (FOV) penalties

Military/Police:
- NV and gas masks are compatible
- both have only moderate aiming penalties
- both still have severe FOV penalties

Land/Objective Force/Future Warrior (Orta) grade:
- the NV and gas mask are buit into the same piece of headgear
- aiming bonus, thermal imaging, kitchen sink...

Someone did mention earlier that the externalization would be useful for sci-fi leaning modders.

Report message to a moderator

Lieutenant

Re: "1.13" Mod - Main Thread[message #10644] Fri, 02 September 2005 11:24 Go to previous messageGo to next message
the scorpion

 
Messages:1833
Registered:September 2004
Location: CH
yes. modern state of the art gas masks CAN mount night goggles. howevever my arulco doesn`t yet have them, so i`d like to have the possibilty to exclude thes etwo items (but as far as i understand, muggsy is working very hard on these things


i`m absolutely for a night vision scope. sometimes they can also be attached to existing triicon or other rifle scopes so they don`t necessarily exclude each other

so, a gas mask, a night vision scope and a triicon (or Acog or something) scope could in my opinion be used together and deliver good results

the nvg atop of gas masks is probably a bit over the top for a standard arulco infantry man (or Flo as another example)

btw the condition of your gasmask is essential to the chance on hitting anything while wearing a gas mask. But this is just a sidenote and not a request (@muggsy)

Edit:

if we can have multiple gas masks, then i`d agree that it is the best solution to have different gas mask versions

Report message to a moderator

Sergeant Major
Re: "1.13" Mod - Main Thread[message #10645] Fri, 02 September 2005 11:56 Go to previous messageGo to next message
Madd_Mugsy

 
Messages:626
Registered:July 2005
Location: Canada
Scorpion,

You brought up a good point. The status of items WILL BE checked for most bonuses. If your bonus providing item is less than 85% in status, then you won't get as much of a bonus.

Report message to a moderator

First Sergeant

Re: "1.13" Mod - Main Thread[message #10646] Fri, 02 September 2005 12:27 Go to previous messageGo to next message
Lochmacher is currently offline Lochmacher

 
Messages:53
Registered:March 2005
Location: Tacoma, WA US
Enemies still have 100% accuracy with their throws, even when throwing at people that they shouldn't, in my estimation, be able to see. Perhaps a random radius should be in effect?

Also, I still think that enemies that a merc can't see shouldn't show up as definite black outlines when that merc is selected just because another can see them. It should reflect the mercs understanding of the enemies location through other mercs instructions, "No, aim a little more left!", etc. (usw). It's kinda ridiculous how well the current system works if your merc has a scope and decent Marksmanship (has worked out in my favor many times, but still feels kinda dirty). If possible, could one make it so that there is a larger graphic that represents the general area that the enemy is in, like a badguy fog using red smoke or the red enemy indicator that flashes when you first spot one (the red circles effect)? You could call it "Vague Locations" and assign it a radio button to toggle on or off. Again, please feel free to disregard or back-log this if it is either unnecessary or impossible. It might just be both since you would have to incorporate it for the AI as well, giving them the choice of which to fire at for the sniper code to work. Oh well, just had to get that out there.

Again, the "Mod" sounds great, plays just as well, and I look forward to more posts by our resident experts.

Report message to a moderator

Corporal
Re: "1.13" Mod - Main Thread[message #10647] Fri, 02 September 2005 12:33 Go to previous messageGo to next message
Wil473

 
Messages:2808
Registered:September 2004
Location: Canada
Isn't there a time dependent variable that governs the use of certain gear in JA2? (NV goggles only work at night, and sunglasses only work in day.)

If this can be applied to an attachment, then won't a night only + aiming bonus attachment count as a night scope, or is everyone talking about an attachment that gives longer vision range at night? Both?

Report message to a moderator

Lieutenant

Re: "1.13" Mod - Main Thread[message #10648] Fri, 02 September 2005 13:35 Go to previous messageGo to next message
Snap is currently offline Snap

 
Messages:285
Registered:September 2000
Location: USA (by way of the Old Wo...
A quick pointer
I just posted a suggestion relating to CTH penalty for damaged waepon.

Report message to a moderator

Master Sergeant
Re: "1.13" Mod - Main Thread[message #10649] Fri, 02 September 2005 14:06 Go to previous messageGo to next message
Madd_Mugsy

 
Messages:626
Registered:July 2005
Location: Canada
Snap,

Nice suggestion! Noted and added. (see my response there for my comments).

Cheers!

EDIT: Well folks, I've got bad news. It seems I can't increase the number of tilesets in JA2Gold because it causes the map files to fail to load. :bawling: (Unless of course, there were some way to convert all the JA2 map files to UB format... And if that's the case, then I should be able to use them once I merge the UB code, plus then I'd see no reason why we couldn't just use the UB editor)

Report message to a moderator

First Sergeant

Re: "1.13" Mod - Main Thread[message #10650] Fri, 02 September 2005 16:15 Go to previous messageGo to next message
gmonk

 
Messages:668
Registered:April 2002
Location: Newfoundland, Canada
I was actually wondering if there was a way to add a 'pocket' to the gasmask so that you could put the various goggles in there, have them active, and still be able to use the extended ear.

The goggles/gasmask thing is already in the current release, but now that I think of the little bit of training I did, actually having that much junk on your head has a lot of disadvantages. Restricted field of view, fogged up goggles and garbage noise on the headset. Maybe it's best left as it is.

offtopic/weird thought: has anyone else done minefield clearance training and been told to wear goggles? I always thought that was kinda odd. Unless you're a little ways back from the point guy and don't want to get any brain in your eye what difference will it make?

Report message to a moderator

First Sergeant
Re: "1.13" Mod - Main Thread[message #10651] Fri, 02 September 2005 17:09 Go to previous messageGo to next message
grindedstone is currently offline grindedstone

 
Messages:88
Registered:August 2004
On the gasmask reducing accuricy, i think using NVG's should have a tunnel vision effect.

I also saw the images of a NVG and Thermal's proof camoflage, if you got NVG or Thermals you really cant see the person wearing the armour. Maybe a something Mike could have?

Report message to a moderator

Corporal 1st Class
Re: "1.13" Mod - Main Thread[message #10652] Fri, 02 September 2005 18:04 Go to previous messageGo to previous message
Snap is currently offline Snap

 
Messages:285
Registered:September 2000
Location: USA (by way of the Old Wo...
Quote:
Originally posted by gpmg:
offtopic/weird thought: has anyone else done minefield clearance training and been told to wear goggles? I always thought that was kinda odd. Unless you're a little ways back from the point guy and don't want to get any brain in your eye what difference will it make?
"Safety first!" - It's the sapper's motto Very Happy

Report message to a moderator

Master Sergeant
Next Topic: .edt to .xml conversion
Goto Forum:
  


Current Time: Mon May 18 21:23:57 GMT+3 2026

Total time taken to generate the page: 0.02934 seconds