Special-Operations-Brigade / SOB-Issue-Tracker

Public Issue Tracker for the MokTech Industries mods.
1 stars 0 forks source link

New Invisible IR/Lasers #273

Open oliv3lrg opened 8 months ago

oliv3lrg commented 8 months ago

Can we add new "No Model" versions of our new laser attachments

gumbekk commented 3 months ago

I can't do this one, weapon attachments got me messed up for some reason. I might give it another shot if someone else doesn't in a bit

ThatArcanist commented 3 months ago

I've re-assigned this one to you, all you should need to do is make an exact copy of an existing attachment and set the hiddenSelectionTextures to an empty array. That should make it invisible while still functional

m0kka commented 3 months ago

weapon attachments can't be retextured, silly goose

m0kka commented 3 months ago

will have to add relevant memory points to the existing "no model" attachment p3d in the mod and set the attachments model= to that

gumbekk commented 3 months ago

I was emptying the model, I just couldn't get the attachment switching to work

ThatArcanist commented 3 months ago

weapon attachments can't be retextured, silly goose

I'm pretty sure you can, they're declared in other mods

91st Aux Mod


model="SWLW_merc_mando\pistols\westar35sa\westar35sa_laser.p3d";
hiddenSelections[]=
{
    "camo1"
};
hiddenSelectionsTextures[]=
{
    "\SWLW_merc_mando\pistols\westar35sa\data\westar35sa_co.paa"
};
...```