Compare commits

...

9 Commits

Author SHA1 Message Date
Louvenarde 38696ab9ee PlayerDataDef V160 built-in 2024-06-16 11:19:38 +02:00
Louvenarde 4255047379 Include every IWD in release script 2024-06-16 11:18:45 +02:00
Louvenarde b9ef601902 Merge branch 'develop' of github.com:iw4x/iw4x-rawfiles into develop 2024-06-16 11:18:35 +02:00
Louvenarde 525d77f95a Added new card icons, titles and updated playerdatadef 2024-06-16 11:17:57 +02:00
Louvenarde c81478edb2 Set head model name 2024-06-16 11:16:15 +02:00
Louve 550f1bd27d
Merge pull request #25 from efinst0rm/patch-1
fix: gamemode killstreaks getting overwritten
2024-06-16 11:05:21 +02:00
Louvenarde b1e0774bb8 (did i forgert to commit these?) 2024-04-14 11:53:55 +02:00
efinst0rm 1652ed0a0e
fix: gamemode killstreaks getting overwritten 2024-03-03 13:51:35 -06:00
efinst0rm 4652b1ad41
Fixed loadoutDeathstreak in Infected. 2024-03-03 13:45:00 -06:00
269 changed files with 651 additions and 146 deletions

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_arab_regular_assault");
self attach("head_mp_arab_regular_suren", "", true);
self.headModel = "head_mp_arab_regular_suren";
self setViewmodel("viewhands_desert_opfor");
self.voice = "arab";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_arab_regular_cqb");
self attach("head_mp_arab_regular_headwrap", "", true);
self.headModel = "head_mp_arab_regular_headwrap";
self setViewmodel("viewhands_desert_opfor");
self.voice = "arab";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_arab_regular_engineer");
self attach("head_mp_arab_regular_ski_mask", "", true);
self.headModel = "head_mp_arab_regular_ski_mask";
self setViewmodel("viewhands_desert_opfor");
self.voice = "arab";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_arab_regular_sniper");
self attach("head_mp_arab_regular_sadiq", "", true);
self.headModel = "head_mp_arab_regular_sadiq";
self setViewmodel("viewhands_desert_opfor");
self.voice = "arab";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_arab_regular_support");
self attach("head_mp_arab_regular_asad", "", true);
self.headModel = "head_mp_arab_regular_asad";
self setViewmodel("viewhands_desert_opfor");
self.voice = "arab";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_opforce_assault");
self attach("head_mp_opforce_headwrap", "", true);
self.headModel = "head_mp_opforce_headwrap";
self setViewmodel("viewhands_op_force");
self.voice = "russian";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_opforce_cqb");
self attach("head_mp_opforce_gasmask", "", true);
self.headModel = "head_mp_opforce_gasmask";
self setViewmodel("viewhands_op_force");
self.voice = "russian";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_opforce_eningeer");
self attach("head_mp_opforce_gasmask", "", true);
self.headModel = "head_mp_opforce_gasmask";
self setViewmodel("viewhands_op_force");
self.voice = "russian";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_opforce_sniper");
self attach("head_mp_opforce_ghillie", "", true);
self.headModel = "head_mp_opforce_ghillie";
self setViewmodel("viewhands_marine_sniper");
self.voice = "russian";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_opforce_support");
self attach("head_mp_opforce_3hole_mask", "", true);
self.headModel = "head_mp_opforce_3hole_mask";
self setViewmodel("viewhands_op_force");
self.voice = "russian";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_opforce_assault");
self attach("head_mp_opforce_headwrap", "", true);
self.headModel = "head_mp_opforce_headwrap";
self setViewmodel("viewhands_op_force");
self.voice = "russian";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_opforce_cqb");
self attach("head_mp_opforce_gasmask", "", true);
self.headModel = "head_mp_opforce_gasmask";
self setViewmodel("viewhands_op_force");
self.voice = "russian";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_opforce_eningeer");
self attach("head_mp_opforce_gasmask", "", true);
self.headModel = "head_mp_opforce_gasmask";
self setViewmodel("viewhands_op_force");
self.voice = "russian";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_opforce_sniper_urban");
self attach("head_mp_opforce_justin", "", true);
self.headModel = "head_mp_opforce_justin";
self setViewmodel("viewhands_op_force");
self.voice = "russian";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_opforce_support");
self attach("head_mp_opforce_3hole_mask", "", true);
self.headModel = "head_mp_opforce_3hole_mask";
self setViewmodel("viewhands_op_force");
self.voice = "russian";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_usmc_assault");
self attach("head_mp_usmc_tactical_mich", "", true);
self.headModel = "head_mp_usmc_tactical_mich";
self setViewmodel("viewmodel_base_viewhands");
self.voice = "american";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_usmc_recon");
self attach("head_mp_usmc_nomex", "", true);
self.headModel = "head_mp_usmc_nomex";
self setViewmodel("viewmodel_base_viewhands");
self.voice = "american";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_usmc_sniper");
self attach("head_mp_usmc_tactical_baseball_cap", "", true);
self.headModel = "head_mp_usmc_tactical_baseball_cap";
self setViewmodel("viewmodel_base_viewhands");
self.voice = "american";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_usmc_specops");
self attach("head_mp_usmc_tactical_mich_stripes_nomex", "", true);
self.headModel = "head_mp_usmc_tactical_mich_stripes_nomex";
self setViewmodel("viewmodel_base_viewhands");
self.voice = "american";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_usmc_support");
self attach("head_mp_usmc_shaved_head", "", true);
self.headModel = "head_mp_usmc_shaved_head";
self setViewmodel("viewmodel_base_viewhands");
self.voice = "american";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_usmc_woodland_assault");
self attach("head_mp_usmc_tactical_mich", "", true);
self.headModel = "head_mp_usmc_tactical_mich";
self setViewmodel("viewhands_sas_woodland");
self.voice = "british";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_usmc_woodland_recon");
self attach("head_mp_usmc_nomex", "", true);
self.headModel = "head_mp_usmc_nomex";
self setViewmodel("viewhands_sas_woodland");
self.voice = "british";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_usmc_woodland_sniper");
self attach("head_mp_usmc_ghillie", "", true);
self.headModel = "head_mp_usmc_ghillie";
self setViewmodel("viewhands_marine_sniper");
self.voice = "british";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_usmc_woodland_specops");
self attach("head_mp_usmc_tactical_mich_stripes_nomex", "", true);
self.headModel = "head_mp_usmc_tactical_mich_stripes_nomex";
self setViewmodel("viewhands_sas_woodland");
self.voice = "british";
}

View File

@ -3,6 +3,7 @@ main()
{
self setModel("body_mp_usmc_woodland_support");
self attach("head_mp_usmc_shaved_head", "", true);
self.headModel = "head_mp_usmc_shaved_head";
self setViewmodel("viewhands_sas_woodland");
self.voice = "british";
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More