08 Aug 11, 10:17PM
It's just a simple script
Open your default text editor (nano, vim, leafpad, gedit) and copy and paste it (replacing ".1.1.0.4" with the games directory) and then
to make it executable, then
Now whenever you would like to change weapons, just type in "filename" and it's done. Pretty simple
[SELECT ALL] Code:
#! /bin/bash
rm -rf ~/.1.1.0.4/packages/models/weapons/assault
cp -r ~/.1.1.0.4/packages/models/weapons/AK47 ~/.1.1.0.4/packages/models/weapons/assault
echo "AK47 is now current Assault Rifle"
Open your default text editor (nano, vim, leafpad, gedit) and copy and paste it (replacing ".1.1.0.4" with the games directory) and then
[SELECT ALL] Code:
chmod +x filename
to make it executable, then
[SELECT ALL] Code:
sudo mv filename /bin/
Now whenever you would like to change weapons, just type in "filename" and it's done. Pretty simple