Alliedassault           
FAQ Calendar
Go Back   Alliedassault > FPS Gaming General Discussion > MoH Maps, Mods & Skins
Reload this Page HELP,how to prevent bullets from going thru the vehicles
MoH Maps, Mods & Skins Discuss custom maps, skins and mods here.

Reply
 
Thread Tools Display Modes
HELP,how to prevent bullets from going thru the vehicles
Old
  (#1)
[75th ABN] CPT Cleaner is Offline
Member
 
Posts: 52
Join Date: May 2002
 Send a message via ICQ to [75th ABN] CPT Cleaner  
Default HELP,how to prevent bullets from going thru the vehicles - 09-13-2002, 06:57 AM

I cant seem to prevent bullets from going thru a truck that i have, if you stand on the other side you can shoot thru it and kill the person on the opposite end,, what line do i need to add to the script or what do I need to do to make it solid
  
Reply With Quote
Old
  (#2)
scorpiomidget is Offline
Senior Member
 
Posts: 352
Join Date: Apr 2002
Location: Notts, UK
  Send a message via MSN to scorpiomidget  
Default 09-13-2002, 07:11 AM

couple of ways around it

if you targetname the truck say as "mytruck"

you can do

$mytruck solid

or in the map add a clip brush around the truck (you can countour it to the truck if ya like, and let people jump in the back etc).

Use a clip texture from the common folder, like tankclip or metalclip

then you get nice bullet sounds when u shoot at it.
  
Reply With Quote
Old
  (#3)
[75th ABN] CPT Cleaner is Offline
Member
 
Posts: 52
Join Date: May 2002
 Send a message via ICQ to [75th ABN] CPT Cleaner  
Default 09-13-2002, 08:25 AM

hmm im not quit sure what you mean, I have this
local.opeld = spawn script_model
local.opeld model "vehicles/opeltruckgreen_d.tik"
local.opeld.origin = ( 3952 -3982 2)
local.opeld.angles = (0 93 0)


and I can build a bounding wall around it i guess,,what would I add to that script above
  
Reply With Quote
Old
  (#4)
scorpiomidget is Offline
Senior Member
 
Posts: 352
Join Date: Apr 2002
Location: Notts, UK
  Send a message via MSN to scorpiomidget  
Default 09-13-2002, 09:28 AM

you need the following after your code

local.opeld solid
  
Reply With Quote
Old
  (#5)
RUNGSI is Offline
Senior Member
 
Posts: 454
Join Date: Jan 2002
Location: Charlotte NC USA
   
Default 09-13-2002, 10:38 AM

you can also just box the model in using WEAPON CLIP
found in COMMON textures
  
Reply With Quote
Old
  (#6)
[75th ABN] CPT Cleaner is Offline
Member
 
Posts: 52
Join Date: May 2002
 Send a message via ICQ to [75th ABN] CPT Cleaner  
Default 09-13-2002, 10:40 AM

werd..thanx fellas
  
Reply With Quote
Old
  (#7)
Joss is Offline
Member
 
Posts: 74
Join Date: Jun 2002
Location: Netherlands
  Send a message via MSN to Joss  
Default 09-13-2002, 02:10 PM

Quote:
Originally Posted by scorpiomidget
couple of ways around it

if you targetname the truck say as "mytruck"

you can do

$mytruck solid
Much easyer way;

1.Select the vehicle
2. Push "N"
3. set:
targetname: solid
value: 1
4. Push enter
Ready
  
Reply With Quote
Old
  (#8)
scorpiomidget is Offline
Senior Member
 
Posts: 352
Join Date: Apr 2002
Location: Notts, UK
  Send a message via MSN to scorpiomidget  
Default 09-13-2002, 04:23 PM

Rungsi:

i already said that

Joss:

that isn't easier, coz he's talking about a model that has been scripted not added in MohRadiant


Come on folks, read the threads before u reply
  
Reply With Quote
Old
  (#9)
[75th ABN] CPT Cleaner is Offline
Member
 
Posts: 52
Join Date: May 2002
 Send a message via ICQ to [75th ABN] CPT Cleaner  
Default 09-15-2002, 06:58 AM

well the easy way..I added the solid line into it exactly as you typed it..and it still doesnt work,,you cant walk thru it and you cant jump into the back of the truck which is good altho I could when i didnt add the solid-- but you can still shoot thru it..I must do it the hard way i guess
  
Reply With Quote
Old
  (#10)
scorpiomidget is Offline
Senior Member
 
Posts: 352
Join Date: Apr 2002
Location: Notts, UK
  Send a message via MSN to scorpiomidget  
Default 09-16-2002, 08:37 AM

just looked at what you typed again:

local.opeld = spawn script_model
local.opeld model "vehicles/opeltruckgreen_d.tik"
local.opeld.origin = ( 3952 -3982 2)
local.opeld.angles = (0 93 0)

i'd change it as below

local.opeld = spawn script_object
local.opeld model "vehicles/opeltruckgreen_d.tik"
local.opeld.origin = ( 3952 -3982 2)
local.opeld.angles = (0 93 0)

* NOTE the script_object instead of script_model
  
Reply With Quote
Old
  (#11)
[75th ABN] CPT Cleaner is Offline
Member
 
Posts: 52
Join Date: May 2002
 Send a message via ICQ to [75th ABN] CPT Cleaner  
Default 09-25-2002, 08:17 AM

thanx scorpio I shall do that hey another question here is it possible to make the single player sounds or some of them to be activated in replace of some of the mutiplayer taunt sounds..so everyone can hear it SERVERSIDE mod?
  
Reply With Quote
Old
  (#12)
joncoupe is Offline
Member
 
Posts: 73
Join Date: Jul 2002
   
Default 09-25-2002, 02:30 PM

dont argue with scorpio!
He is god
  
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBulletin Skin developed by: vBStyles.com
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.