]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_rifle.qc
Now make the weapon files use it
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_rifle.qc
index af90b2b98ca5492e356fe586b5068040f13794fc..1f6581a492869b9e6c8dae94879bdb04e4490439 100644 (file)
@@ -7,7 +7,10 @@ REGISTER_WEAPON(
 /* flags     */ WEP_FLAG_MUTATORBLOCKED | WEP_FLAG_RELOADABLE | WEP_TYPE_HITSCAN,
 /* rating    */ BOT_PICKUP_RATING_MID,
 /* color     */ '0.5 1 0',
-/* model     */ "campingrifle",
+/* firstpmdl */ "models/weapons/h_campingrifle.iqm",
+/* thirdpmdl */ "models/weapons/v_campingrifle.md3",
+/* pickupmdl */ "models/weapons/g_campingrifle.md3",
+/* simplemdl */ "foobar",
 /* crosshair */ "gfx/crosshairrifle 0.5",
 /* refname   */ "rifle",
 /* wepname   */ _("Rifle")