Raised This Month: $51 Target: $400
 12% 

Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve


Post New Thread Reply   
 
Thread Tools Display Modes
savemgs
Junior Member
Join Date: Jan 2015
Old 11-04-2016 , 17:48   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #411

Hay i would like to set it to 50 hp for Bleeding on low health. How do i do that?
I say 50 cuz I run a scoutzknive server and 2 hits with a scout and you die.
savemgs is offline
savemgs
Junior Member
Join Date: Jan 2015
Old 11-05-2016 , 22:20   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #412

Quote:
Originally Posted by savemgs View Post
Hay i would like to set it to 50 hp for Bleeding on low health. How do i do that?
I say 50 cuz I run a scoutzknive server and 2 hits with a scout and you die.
Anyone?
savemgs is offline
xairgeo
Member
Join Date: Oct 2014
Old 03-27-2017 , 02:31   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #413

How do I change which weapon causes the gib explosion? I want to make it so that only HE nades can cause gib explosions.
xairgeo is offline
Enrory
Senior Member
Join Date: Nov 2016
Location: Austria
Old 04-03-2017 , 15:50   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #414

Hello guys!
I had one time change my server and the blood wos break words. So i ovveride one file from old server and finish. but now again must do it.
I dont find what file do this break blood again.
pls help
__________________
Enrory is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 04-03-2017 , 19:44   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #415

The blood was what?
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Enrory
Senior Member
Join Date: Nov 2016
Location: Austria
Old 04-04-2017 , 02:07   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #416

Standart comes blood but me comes break words down to floor. That is a file that make this problem. But what file was this.
__________________
Enrory is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 04-04-2017 , 09:37   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #417

I understood nothing of what you just wrote.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Enrory
Senior Member
Join Date: Nov 2016
Location: Austria
Old 04-04-2017 , 14:38   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #418

i found it was the decals.wad file!
look page 38 to find the screenhots for the bug.
__________________
Enrory is offline
R4to0.exe
Member
Join Date: Sep 2008
Location: Sao Paulo,Brazil
Old 09-20-2017 , 22:31   Decal blood fix! 1.6.1 for testing
Reply With Quote #419

Hey folks.

Recently I have rebuild our HL1DM servers and I decided to give a go with this gore ultimate plugin. Unfortunately even after all these years I was getting wrong decal bloods:



So I decided to learn just to fix this! I commented the old fixed array and added a piece of code to dynamically query indexes directly from decals.wad and store in a array:

PHP Code:
    // Array with decal names, to get index dynamically -R4to0
    
new const decalnames_large[BLOOD_LG_NUM][] = {
        
"{BIGBLOOD1",
        
"{BIGBLOOD2"
    
}
    new const 
decalnames_small[BLOOD_SM_NUM][] = {
        
"{BLOOD1",
        
"{BLOOD2",
        
"{BLOOD3",
        
"{BLOOD4",
        
"{BLOOD5",
        
"{BLOOD6",
        
"{BLOOD7",
        
"{BLOOD8"
    
}

    
// Store indexes once -R4to0
    
for (new r=0r<BLOOD_LG_NUMr++) {
        
blood_large_red[r] = get_decal_index(decalnames_large[r])
    }

    for (new 
t=0t<BLOOD_SM_NUMt++) {
        
blood_small_red[t] = get_decal_index(decalnames_small[t])
    } 
Final result:



If anyone is getting same issue, could try the attached one? Let me know which game/mod you're running, since I've only tested with Half-Life 1.

EDIT: forgot changelog:
Code:
    1.6.1 - Rafael "R4to0" Maciel - September 20, 2017
       - Replaced static index array with dynamic one:
		Now plugin queries indexes from decals.wad at startup. (No more numbers, symbols, etc as decals)
       - Renamed gib models to lower case (prevent issue with linux case sensitivity systems)
Important: Make sure your server is fully up to date. Technically both client and server have same decals.wad file because Steam depot are shared between HLDS and game client. See: https://steamdb.info/depot/11/apps/

Thanks,
R4to0.
Attached Files
File Type: sma Get Plugin or Get Source (amx_gore_ultimate.sma - 863 views - 34.9 KB)

Last edited by R4to0.exe; 09-20-2017 at 22:50. Reason: spells
R4to0.exe is offline
Send a message via MSN to R4to0.exe Send a message via Skype™ to R4to0.exe
Enrory
Senior Member
Join Date: Nov 2016
Location: Austria
Old 09-24-2017 , 07:30   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #420

@ R4to0.exe

i test it now on my server. (sven coop)
i give later info.
__________________
Enrory is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:05.


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