AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [NMRiH] Difficulty and Mod changer(zombies convert to all runners) (https://forums.alliedmods.net/showthread.php?t=301322)

mostten 09-16-2017 12:36

[NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
2 Attachment(s)
Hell guys, I code this plugin for nmrih because somebody like to play Unofficial mod.

[Description]
You can vote for change the difficulty and mod or the other configs, for example: Enable the zombies to run all or kids all......

[Commands]
sm_dif: open the menu;
sm_difshow: show your curren info of the mod.

[Language]
English and sChinese or the other by yourself to edit the file of the path is translations/nmrih.diffmoder.phrases.txt

[Log]
1.0.0: first build
1.0.1: some fixes and Russian translation, Thanks for Grey83
1.0.2:add ammo "Infinity" to vote menu, You have to include this Grey83'plugin https://forums.alliedmods.net/showthread.php?p=2287730
1.0.3:add cfg file and some bugs was fixed

[Link]
Email:[email protected]
QQ:673542016

[Tip]
Sorry for my engllish...

Grey83 09-17-2017 09:50

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
Optimized plugin:
Code:

//// c_nmrih_diffmoder.sp
//
// Code size:            26816 bytes
// Data size:            4988 bytes
// Stack/heap size:      16384 bytes
// Total requirements:  48188 bytes
//
// Compilation Time: 0,84 sec
// ----------------------------------------

//// c_nmrih_diffmoder 1.0.1.sp
//
// Code size:            23952 bytes
// Data size:            4996 bytes
// Stack/heap size:      16384 bytes
// Total requirements:  45332 bytes
//
// Compilation Time: 0,42 sec
// ----------------------------------------


mostten 09-17-2017 10:30

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
Quote:

Originally Posted by Grey83 (Post 2549259)
Optimized plugin:
Code:

//// c_nmrih_diffmoder.sp
//
// Code size:            26816 bytes
// Data size:            4988 bytes
// Stack/heap size:      16384 bytes
// Total requirements:  48188 bytes
//
// Compilation Time: 0,84 sec
// ----------------------------------------

//// c_nmrih_diffmoder 1.0.1.sp
//
// Code size:            23952 bytes
// Data size:            4996 bytes
// Stack/heap size:      16384 bytes
// Total requirements:  45332 bytes
//
// Compilation Time: 0,42 sec
// ----------------------------------------


Yeah thanks:)

Grey83 09-17-2017 10:36

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
2 Attachment(s)
some fixes and Russian translation

mostten 09-17-2017 10:48

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
Quote:

Originally Posted by Grey83 (Post 2549277)
some fixes and Russian translation

Perfect job for this, thank you.:)

yomox9 03-14-2018 20:15

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
1. I want to use customized difficulty. Can i do it?
https://4.bp.blogspot.com/-KTz4aAJ2n...315_090834.JPG
2. I want to vote about other plugins ( ex. qol plugin enable/disable )

Grey83 03-15-2018 03:14

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
in c_nmrih_diffmoder 1.0.1.sp it's lines 276 - 304

yomox9 03-16-2018 23:10

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
Quote:

Originally Posted by Grey83 (Post 2583092)
in c_nmrih_diffmoder 1.0.1.sp it's lines 276 - 304

I tried it while 1 hour. But it's too difficult for me... I gave up.

Grey83 03-17-2018 02:47

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
3 Attachment(s)
yomox9, try this (You should fix chinese translations for new modes):

yomox9 03-19-2018 07:45

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
Quote:

Originally Posted by Grey83 (Post 2583337)
yomox9, try this (You should fix chinese translations for new modes):

Thank you~. It was worked.

ElTioPerra 11-07-2020 17:07

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
Como cojones se ocupa esto, no entiendo nada, lo que me intereza a mi es hacer que todo los zombies corran.:cry:

kimonl 11-11-2022 01:54

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
Quote:

Originally Posted by Grey83 (Post 2549277)
some fixes and Russian translation

I got an error
c_nmrih_diffmoder 1.0.1.sp (191): error 101: fixed dimensions must be after the array name, not on the type

How can i fix ? I use Sourcemod 1.11+

Grey83 11-11-2022 10:37

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
1 Attachment(s)
kimonl, you can change this string:
PHP Code:

int ShamblerToRunnerFromPosion(int shamblerfloat[3posbool isKid false

to this:
PHP Code:

int ShamblerToRunnerFromPosion(int shamblerfloat pos[3], bool isKid false

Or try this version:

kimonl 11-11-2022 11:27

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
Quote:

Originally Posted by Grey83 (Post 2792586)
kimonl, you can change this string:
PHP Code:

int ShamblerToRunnerFromPosion(int shamblerfloat[3posbool isKid false

to this:
PHP Code:

int ShamblerToRunnerFromPosion(int shamblerfloat pos[3], bool isKid false

Or try this version:

Nah...its worked, many thanks dude ♥

Grey83 11-11-2022 11:46

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
kimonl, You're welcome.

Btw, here are more changes in v1.0.2 than in this fix.


All times are GMT -4. The time now is 07:10.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.