Dominator in SMG slot

Yes just just edit the weapons table and edit the inventory slot
Just open up the weapon.xtbl in your yourtext editor of choice search for the weapon you want to edit (CTRL+F)
then scroll down till you see this code:

Code:
<Inv_Slot>pistol</Inv_Slot>
and change yours to
Code:
<Inv_Slot>smg</Inv_Slot>

If you wish to do any further weapon slot swaping here is a refrence of all possible inventory slots

Code:
  <Inv_Slot>
     <Name>unarmed</Name>
     <_Editor>
       <Category>Entries</Category>
       </_Editor>
     </Inv_Slot>
   <Inv_Slot>
     <Name>single_use</Name>
     <_Editor>
       <Category>Entries</Category>
       </_Editor>
     </Inv_Slot>
   <Inv_Slot>
     <Name>rifle</Name>
     <_Editor>
       <Category>Entries</Category>
       </_Editor>
     </Inv_Slot>
   <Inv_Slot>
     <Name>explosive</Name>
     <_Editor>
       <Category>Entries</Category>
       </_Editor>
     </Inv_Slot>
   <Inv_Slot>
     <Name>special</Name>
     <_Editor>
       <Category>Entries</Category>
       </_Editor>
     </Inv_Slot>
   <Inv_Slot>
     <Name>grenade</Name>
     <_Editor>
       <Category>Entries</Category>
       </_Editor>
     </Inv_Slot>
   <Inv_Slot>
     <Name>vehicle</Name>
     <_Editor>
       <Category>Entries</Category>
       </_Editor>
     </Inv_Slot>
   <Inv_Slot>
     <Name>melee</Name>
     <_Editor>
       <Category>Entries</Category>
       </_Editor>
     </Inv_Slot>
   <Inv_Slot>
     <Name>pistol</Name>
     <_Editor>
       <Category>Entries</Category>
       </_Editor>
     </Inv_Slot>
   <Inv_Slot>
     <Name>smg</Name>
     <_Editor>
       <Category>Entries</Category>
       </_Editor>
     </Inv_Slot>
   <Inv_Slot>
     <Name>shotgun</Name>
     <_Editor>
       <Category>Entries</Category>
       </_Editor>
     </Inv_Slot>
 
hey i cant find the cyborg smg pistol, do you know which one is it?
Off the top of my head I cant rember what slot its in I think its the first I think the pattern for all weps in store is: Gang, Police, Alien so then in weapons table it goes Pistol-Gang, Pistol Police, etc

so it should be Pistol-Gang in weapons.xtbl you have to make sure you have cyborg camo set then in game :)

im trying to make a refrence book atm for all the weapons im hoping to have all internal names as they have diffrent names in diffrent tabels like what would be like shotgun_pump or somthing in one table is then SG_Slow stuff like that so its almost imposisble to know weapon names to edit them across as needed tabels for some mods unless you follow then weapon from table to table and that takes ages -.-

atm im print screening 100's of images of all the guns/camos taking ages to save them all -.- then im going to make PDF with them all in and in time hope to add
all names for tabels and texture files but it will take a while prob
 
ah all good i got it :) thanks tho, and oh that would really help a lot because it takes too much time figuring out which one are each , best of luck tho! :) its kind of hard to just like go in the game and back out to see if you did the stuff correctly its a big pain in the butt xD although i just want a mod or tool that can change the texture of guns so i can make a new version of the LMG but i dont think it can be done without the SDK :( but ooooh well. hah.
 
ah all good i got it :) thanks tho, and oh that would really help a lot because it takes too much time figuring out which one are each , best of luck tho! :) its kind of hard to just like go in the game and back out to see if you did the stuff correctly its a big pain in the butt xD although i just want a mod or tool that can change the texture of guns so i can make a new version of the LMG but i dont think it can be done without the SDK :( but ooooh well. hah.

It is very possible to replace in game weapon textures iv made a good few, but making a new weapon mesh is another thing thers guy working on some atm

If you wana see some of the camos ther are some photo's up here of a few of them and like 2 camos in a pack Click here to try it out

Edit: started working on an LMG camo its gunmetal and gold
28ldlom.jpg
 
Last edited:
oh that looks pretty cool :O im trying to edit the AR mesh to turn it black or silver but i cant get it to work. the codes are all weird

i mean texture or whatever is called.
 

Attachments

  • assaultrifle_a_sk1_high.str2_pc
    1.2 MB · Views: 349
Last edited by a moderator:
Back
Top