Jump to content
Mr. Green Gaming

Big ZS Topic (aka ZS Changes)


Recommended Posts

Reverted all stuff from 'Insanely Twisted Pufulet's Update' back because it was unprepared.

Gotta bring back few good parts of it later.

(Also cleaning svn. spam from actual server)

Oh thanks for that, even though nothing was wrong in the update that I spent 10 hours doing.

Edited by Pufulet
Link to comment

Another thing which needs fixing is the human class speeds because for some reason they are not the same. Medic and Marksman have speed 200, Commando 210, Engineer 190 and Support 220.

I find it funny that Support and Commando are faster than a level 0 medic, despite the level 0 medic's perk being 2% increase.

LOLOLOLOLOLOL

Those speeds only work when the player dosnt have any weapons. But the player always does so speed is same with any class.

At least thats what I believe. But then again wouldnt that mean medic speed dosnt work? No idea.

Link to comment

Another thing which needs fixing is the human class speeds because for some reason they are not the same. Medic and Marksman have speed 200, Commando 210, Engineer 190 and Support 220.

I find it funny that Support and Commando are faster than a level 0 medic, despite the level 0 medic's perk being 2% increase.

LOLOLOLOLOLOL

Those speeds only work when the player dosnt have any weapons. But the player always does so speed is same with any class.

At least thats what I believe. But then again wouldnt that mean medic speed dosnt work? No idea.

It means, you have to be a level 4 medic to match the speed of a support class, how stupid is that?

I changed all to 200 and commando to 180 in my changelog

Link to comment

You said SP needs some more balancing a while ago Necro.

Well.

´
RewardsTable = {}
RewardsTable[1] = { --Medic
[100] = { "weapon_zs_deagle", "weapon_zs_fiveseven","weapon_zs_elites"},
[250] = { "weapon_zs_glock3","weapon_zs_magnum" },
[400] = { "weapon_zs_alyxgun"},
[800] = { "weapon_zs_sg552"},
[1500] = { "weapon_zs_shotgun", "weapon_zs_m1014" },
}
RewardsTable[2] = { --Commando
[100] = { "weapon_zs_glock3", "weapon_zs_deagle", "weapon_zs_magnum" },
[250] = { "weapon_zs_grenade" },
[500] = { "weapon_zs_aug", "weapon_zs_galil", "weapon_zs_ak47", "weapon_zs_m4a1" },
[1000] = { "weapon_zs_famas" },
[1450] = { "weapon_zs_m249" },
[1950] = { "weapon_zs_shotgun", "weapon_zs_m1014" },
}
RewardsTable[3] = { -- marksman
[100] = { "weapon_zs_deagle", "weapon_zs_fiveseven","weapon_zs_elites"},
[250] = { "weapon_zs_scout" },
[600] = { "weapon_zs_sg550" },
[1000] = { "weapon_zs_g3sg1"},
[1700] = { "weapon_zs_awp"},
--[75] = { "weapon_zs_shotgun", "weapon_zs_m1014" },
}
RewardsTable[4] = { --Engineer
[100] = { "weapon_zs_glock3", "weapon_zs_deagle", "weapon_zs_elites", "weapon_zs_magnum" },
[300] = { "weapon_zs_pulsesmg" },
[700] = {"weapon_zs_pulserifle" },
[1250] = { "weapon_zs_m249" },
[1800] = { "weapon_zs_shotgun", "weapon_zs_m1014" },
}
RewardsTable[5] = { --Support
[100] = { "weapon_zs_glock3", "weapon_zs_deagle", "weapon_zs_fiveseven", "weapon_zs_magnum" },
[300] = { "weapon_zs_tmp","weapon_zs_ump","weapon_zs_p90","weapon_zs_mac10" },
[700] = { "weapon_zs_mp5", "weapon_zs_smg" },
[1260] = { "weapon_zs_m249", "weapon_zs_m3super90" },
[1800] = { "weapon_zs_shotgun", "weapon_zs_m1014" },
}

You like ?

Link to comment

You said SP needs some more balancing a while ago Necro.

Well.

´
RewardsTable = {}
RewardsTable[1] = { --Medic
[100] = { "weapon_zs_deagle", "weapon_zs_fiveseven","weapon_zs_elites"},
[250] = { "weapon_zs_glock3","weapon_zs_magnum" },
[400] = { "weapon_zs_alyxgun"},
[800] = { "weapon_zs_sg552"},
[1500] = { "weapon_zs_shotgun", "weapon_zs_m1014" },
}
RewardsTable[2] = { --Commando
[100] = { "weapon_zs_glock3", "weapon_zs_deagle", "weapon_zs_magnum" },
[250] = { "weapon_zs_grenade" },
[500] = { "weapon_zs_aug", "weapon_zs_galil", "weapon_zs_ak47", "weapon_zs_m4a1" },
[1000] = { "weapon_zs_famas" },
[1450] = { "weapon_zs_m249" },
[1950] = { "weapon_zs_shotgun", "weapon_zs_m1014" },
}
RewardsTable[3] = { -- marksman
[100] = { "weapon_zs_deagle", "weapon_zs_fiveseven","weapon_zs_elites"},
[250] = { "weapon_zs_scout" },
[600] = { "weapon_zs_sg550" },
[1000] = { "weapon_zs_g3sg1"},
[1700] = { "weapon_zs_awp"},
--[75] = { "weapon_zs_shotgun", "weapon_zs_m1014" },
}
RewardsTable[4] = { --Engineer
[100] = { "weapon_zs_glock3", "weapon_zs_deagle", "weapon_zs_elites", "weapon_zs_magnum" },
[300] = { "weapon_zs_pulsesmg" },
[700] = {"weapon_zs_pulserifle" },
[1250] = { "weapon_zs_m249" },
[1800] = { "weapon_zs_shotgun", "weapon_zs_m1014" },
}
RewardsTable[5] = { --Support
[100] = { "weapon_zs_glock3", "weapon_zs_deagle", "weapon_zs_fiveseven", "weapon_zs_magnum" },
[300] = { "weapon_zs_tmp","weapon_zs_ump","weapon_zs_p90","weapon_zs_mac10" },
[700] = { "weapon_zs_mp5", "weapon_zs_smg" },
[1260] = { "weapon_zs_m249", "weapon_zs_m3super90" },
[1800] = { "weapon_zs_shotgun", "weapon_zs_m1014" },
}

You like ?

I only see one change?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...