mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-10 06:42:17 +00:00
Updated Weapons
+ Shader fix for FX mod
This commit is contained in:
parent
fa54045159
commit
7424628a5d
3 changed files with 2 additions and 0 deletions
BIN
assets/assets6_vr_weapons_shaders.pk3
Normal file
BIN
assets/assets6_vr_weapons_shaders.pk3
Normal file
Binary file not shown.
Binary file not shown.
|
@ -245,6 +245,7 @@ import java.util.Vector;
|
||||||
|
|
||||||
//Weapon Models
|
//Weapon Models
|
||||||
copy_asset("/sdcard/JKXR/JK2/base", "z_Crusty_and_Elin_vr_weapons.pk3", true);
|
copy_asset("/sdcard/JKXR/JK2/base", "z_Crusty_and_Elin_vr_weapons.pk3", true);
|
||||||
|
copy_asset("/sdcard/JKXR/JK2/base", "assets6_vr_weapons_shaders.pk3", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Bunch of cool mods and their credits - only copy if user wants them
|
//Bunch of cool mods and their credits - only copy if user wants them
|
||||||
|
@ -275,6 +276,7 @@ import java.util.Vector;
|
||||||
|
|
||||||
//Weapon Models
|
//Weapon Models
|
||||||
copy_asset(demoFolder, "z_Crusty_and_Elin_vr_weapons.pk3", true);
|
copy_asset(demoFolder, "z_Crusty_and_Elin_vr_weapons.pk3", true);
|
||||||
|
copy_asset(demoFolder, "assets6_vr_weapons_shaders.pk3", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Read these from a file and pass through
|
//Read these from a file and pass through
|
||||||
|
|
Loading…
Reference in a new issue