Raised This Month: $32 Target: $400
 8% 

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
hengan
Junior Member
Join Date: Aug 2010
Old 08-21-2010 , 16:42   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #381

i download the .sma and compiled in plugins ok?

i download the .sma and compiled in plugins, and i write the name of the plugin in plugin.ini

in hl work fine
hengan is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-21-2010 , 16:49   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #382

And what says amxx list ?
__________________
Arkshine is offline
hengan
Junior Member
Join Date: Aug 2010
Old 08-22-2010 , 12:03   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #383

[ 1] Admin Base 1.8.1.3746 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.1.3746 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.8.1.3746 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.8.1.3746 AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual System 1.8.1.3746 AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.8.1.3746 AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.8.1.3746 AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.8.1.3746 AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.8.1.3746 AMXX Dev Team mapsmenu.amxx running
[ 10] Plugin Menu 1.8.1.3746 AMXX Dev Team pluginmenu.amxx running
[ 11] Admin Chat 1.8.1.3746 AMXX Dev Team adminchat.amxx running
[ 12] Anti Flood 1.8.1.3746 AMXX Dev Team antiflood.amxx running
[ 13] Scrolling Message 1.8.1.3746 AMXX Dev Team scrollmsg.amxx running
[ 14] Info. Messages 1.8.1.3746 AMXX Dev Team imessage.amxx running
[ 15] Admin Votes 1.8.1.3746 AMXX Dev Team adminvote.amxx running
[ 16] NextMap 1.8.1.3746 AMXX Dev Team nextmap.amxx running
[ 17] Nextmap Chooser 1.8.1.3746 AMXX Dev Team mapchooser.amxx running
[ 18] TimeLeft 1.8.1.3746 AMXX Dev Team timeleft.amxx running
[ 19] Pause Plugins 1.8.1.3746 AMXX Dev Team pausecfg.amxx running
[ 20] Stats Configuration 1.8.1.3746 AMXX Dev Team statscfg.amxx running
[ 21] StatsX 1.8.1.3746 AMXX Dev Team statsx.amxx running
[ 22] Colored Smoke 1.1 xPaw ColoredSmoke.am running
[ 23] Grenade Jump 0.1 VEN grenadejump.amx running
[ 24] Advanced Bullet Damage 1.0 Sn!ff3r abd.amxx running
[ 25] Back Weapons 1.87 hoboman313/cheap backweapons.amx running
[ 26] RoundSound 1.0 PaintLancer roundsound.amxx running
[ 27] Ultimate Sounds 1.8 Dizzy / Bmann_42 ultimate_sounds running
[ 28] c4 timer 1.1 cheap_suit c4timer.amxx running
[ 29] unknown unknown unknown amx_gore_ultima bad load
( 29) Load fails: Plugin file open error (plugin "amx_gore_ulti



--------------------------------------------------------------------------------
hengan is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-22-2010 , 12:18   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #384

*sigh* http://forums.alliedmods.net/showpos...&postcount=378
__________________
Arkshine is offline
NullWarez
Member
Join Date: Aug 2010
Location: Internet
Old 09-26-2010 , 00:15   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #385

Bug report:

In Unix-Like system this code not working:

PHP Code:
public plugin_precache()
{
    
spr_blood_drop precache_model("sprites/blood.spr")
    
spr_blood_spray precache_model("sprites/bloodspray.spr")

    
#if defined GIBS_ENABLED
    
mdl_gib_flesh precache_model("models/Fleshgibs.mdl")
    
mdl_gib_meat precache_model("models/GIB_B_Gib.mdl")
    
mdl_gib_head precache_model("models/GIB_Skull.mdl")

    if (!
equali(mod_name,"dod")) {
        
mdl_gib_spine precache_model("models/GIB_B_Bone.mdl")
        
mdl_gib_lung precache_model("models/GIB_Lung.mdl")
        
mdl_gib_legbone precache_model("models/GIB_Legbone.mdl")
    }
    
#endif

You use uppercase example: GIB_Legbone.mdl
Unix-like system not found this model.
In windows no reference to the upper or lower case characters.

AMXX log not logging this error, i found this error through ktrace.

Strangely, amxx had to find a bug

Please use lowercase...
__________________
Develop ZP 4.3 Tear Devil

Last edited by NullWarez; 09-26-2010 at 00:17.
NullWarez is offline
rx1983
Senior Member
Join Date: Jan 2009
Location: BRASIL
Old 03-22-2011 , 09:14   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #386

[ request adaptation ]
I did not like to use this plugin + CSDM.
because the models are on the ground and not disappear.
causing a great lag.
someone could make an adjustment for CSDM.
remove dead and models from the ground?
__________________
rx1983 is offline
Send a message via MSN to rx1983
Darkraver
Junior Member
Join Date: Sep 2007
Old 10-11-2011 , 05:26   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #387

Hi together,

I have a little problem with this plugin (v1.6).
I see a little bit more blood as like as normal but I can't see the other gore effects.
I get no error on the amx list or i my logs, so I think the plugin runs fine.

The CVARS are set in the amxx.cfg

I use:
Linux-System
AMXmodX 1.8.2-dev-hg24


I hope somebody can help me?!

BR
Darkraver
__________________
84.200.48.65:27015 [GER] Freibierstube [FUN]

Darkraver is offline
BENDERJKE
New Member
Join Date: Feb 2011
Old 11-01-2011 , 10:55   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #388

good plugin, but very old =( we require updates for the level of 2011
BENDERJKE is offline
SyluxLockjaw100
Senior Member
Join Date: Jul 2010
Location: Novaya Russia
Old 05-27-2012 , 01:22   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #389

I know this is a huge bump,but can you make the gib system like in HL1? This plugin's gib system just hides the body and spawns the gibs.
SyluxLockjaw100 is offline
bibu
Veteran Member
Join Date: Sep 2010
Old 05-27-2012 , 05:04   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #390

Quote:
Originally Posted by SyluxLockjaw100 View Post
I know this is a huge bump,but can you make the gib system like in HL1? This plugin's gib system just hides the body and spawns the gibs.
Try this:

http://pastebin.com/vUSkR2e6
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu 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 01:21.


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