Page 1 of 1
Portal Gun Weapon Priority
Posted: Thu May 19, 2011 3:13 pm
by Sokoro
I am trying to set priority of PortalGun to lowest so i wont acidently shot it when my linkgun run out of ammo.. etc. ..but the problem is that i cant find that weapon in my weapon list in UT Settings/Weapons tab. I already extracted portalgun2c.u file but i cant find any ucl or ini file in cache extractor.. (which could be posibly needed for game to detect that mutator).
Any idea how to make it appear in my settings?
Re: Portal Gun Weapon Priority
Posted: Thu May 19, 2011 9:34 pm
by DW_BrainPan
You can try this:
Open a command prompt and navigate to your UT/system folder.
Then run this command:
ucc exportcache portalgun2c.u
if that doesn't work try:
ucc exportcache *.*
(yes that is star-dot-star, not a face I drew)
Re: Portal Gun Weapon Priority
Posted: Thu May 19, 2011 9:40 pm
by DW_FrankyTheFly
The portal gun is not only a U file, it need a control file (.ucl) and a .ini file that is only server side so it is not send to your cache. I think for this version it also need texture and static meshes files. I don't know where u can get a full package file taught, most portal gun version find on the net for UT2004 are using the link gun has model or a cheap texture model (nothing like the one in the MM server). Good luck.