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

[CSS] Jihad Suicide Bomb (.985) [Updated: 3/14/12]


Post New Thread Reply   
 
Thread Tools Display Modes
nightrider
SourceMod Donor
Join Date: Dec 2008
Old 05-07-2013 , 20:10   Re: [CSS] Jihad Suicide Bomb (.985) [Updated: 3/14/12]
Reply With Quote #51

You can do this yourself with ease.
Go to this path in your sourcemod install for your server.
cstrike\addons\sourcemod\scripting\sm_jihad-fix.sp

drag and drop the file sm_jihad-fix.sp onto the spcomp.exe
The spcomp will compile the script for you and creat an sm_jihad-fix.smx

Most .sp files can be compiled in this fasion,
unless certain dependencies are required by a plugins script.

I'm not an expert at this stuff as I have learned from from reading threads here.
Take your time to read enough on this forum and you can learn allot...
Attached Files
File Type: sp Get Plugin or Get Source (sm_jihad-fix.sp - 608 views - 21.7 KB)
__________________
[SIGPIC][/SIGPIC] the pantless
I am the Night Rider!, I'm a fuel-injected suicide machine.
I am a rocker! I am a roller!, I am an out-of-controller!



Last edited by nightrider; 05-07-2013 at 20:14.
nightrider is offline
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 05-07-2013 , 20:51   Re: [CSS] Jihad Suicide Bomb (.985) [Updated: 3/14/12]
Reply With Quote #52

for CSGO there are a few problems:


[Sound] S_StartSound(): Failed to load sound 'music\jihad\jihad.wav'. File is missing from disk/repository.
[Sound] S_StartSound(): Failed to load sound 'ambient\explosions\explode_1.wav'. File is missing from disk/repository.


1. as may or may not know, putting custom sounds in the sounds folder will not work, they have to be put in the sound/music folder, and its not simply changing the path, to get the sound to play from the sound/music folder there is some code that needs to be changed

Quote:
Originally Posted by mukunda View Post
change to ClientCommand(client, "playgamesound *\"%s\"", soundpath);

the * is a flag that tells the mixer to 'stream' the sound (or something? lol) and must be used to play sounds outside of the music folder

2. jihad.wav does not download

3. there is no bomb explosion sound, the terrorist just drops dead


in fact, im gonna request a whole new jihad mod plugin, one with a menu that lets you purchase bombs and guns and has you press "g" or drop to detonate it
__________________

Last edited by PresidentEvil; 05-07-2013 at 20:57.
PresidentEvil is offline
nightrider
SourceMod Donor
Join Date: Dec 2008
Old 05-08-2013 , 01:06   Re: [CSS] Jihad Suicide Bomb (.985) [Updated: 3/14/12]
Reply With Quote #53

Well seeing as the thread is labeled CSS that's probably a good idea to request a CS:GO version in another thread.
__________________
[SIGPIC][/SIGPIC] the pantless
I am the Night Rider!, I'm a fuel-injected suicide machine.
I am a rocker! I am a roller!, I am an out-of-controller!



Last edited by nightrider; 05-08-2013 at 01:06.
nightrider is offline
VJScope
Senior Member
Join Date: Jul 2012
Location: Finland
Old 06-19-2013 , 06:13   Re: [CSS] Jihad Suicide Bomb (.985) [Updated: 3/14/12]
Reply With Quote #54

Quote:
Originally Posted by PresidentEvil View Post
for CSGO there are a few problems:


[Sound] S_StartSound(): Failed to load sound 'music\jihad\jihad.wav'. File is missing from disk/repository.[1]
[Sound] S_StartSound(): Failed to load sound 'ambient\explosions\explode_1.wav'. File is missing from disk/repository.[2]


1. as may or may not know, putting custom sounds in the sounds folder will not work, they have to be put in the sound/music folder[3], and its not simply changing the path, to get the sound to play from the sound/music folder there is some code that needs to be changed




2. jihad.wav does not download[4]

3. there is no bomb explosion sound, the terrorist just drops dead[5]


in fact, im gonna request a whole new jihad mod plugin, one with a menu that lets you purchase bombs and guns and has you press "g" or drop to detonate it
1. I think this can be fixed if all your players execute snd_rebuildaudiocache when in game lobby AFTER they've downloaded that file.
2. Looks like that is cstrike's sound-file. Here's fixed path for csgo's bomb explosion: "weapons\c4\c4_explode1.wav"
3. Are you completely sure that custom sounds work when they are in sound/music/ folder? I think I have to test it someday.... Would help me a lot!
4. Have you tried to pack it as .bz2 in your fastdwnload server?
5. Because of my "2." answer...
__________________
Strange women lying in ponds distributing swords is no basis for a system of government. Supreme executive power derives from a mandate from the masses, not from some farcical aquatic ceremony.
VJScope is offline
Dkmuniz
Senior Member
Join Date: Jun 2013
Old 08-25-2013 , 14:09   Re: [CSS] Jihad Suicide Bomb (.985) [Updated: 3/14/12]
Reply With Quote #55

Can add for store also? is very nice plugin
Dkmuniz is offline
DarkPower2
Junior Member
Join Date: Aug 2013
Old 08-26-2013 , 07:31   Re: [CSS] Jihad Suicide Bomb (.985) [Updated: 3/14/12]
Reply With Quote #56

This is weird.. Im getting this error when detonated the bomb. (I didn't exploded)

L 08/26/2013 - 1803: [SM] Native "CreateEntityByName" reported: "CreateEntityByName" not supported by this mod
L 08/26/2013 - 1803: [SM] Displaying call stack trace for plugin "sm_jihad-fix.smx":
L 08/26/2013 - 1803: [SM] [0] Line 377, /home/groups/alliedmodders/forums/files/1/5/1/6/1/2/96364.attach:etonate()
L 08/26/2013 - 1803: [SM] [1] Line 371, /home/groups/alliedmodders/forums/files/1/5/1/6/1/2/96364.attach::TimerCallback_Detonate()
DarkPower2 is offline
Fr33
Junior Member
Join Date: Oct 2013
Old 10-22-2013 , 07:22   Re: [CSS] Jihad Suicide Bomb (.985) [Updated: 3/14/12]
Reply With Quote #57

Has anyone got a version with a workable button, to explode the bomb? for CS GO?
Instead of binding a key, or typing boom, in chat..
Fr33 is offline
fanta2go
Junior Member
Join Date: Oct 2013
Old 10-27-2013 , 06:10   Re: [CSS] Jihad Suicide Bomb (.985) [Updated: 3/14/12]
Reply With Quote #58

what i had to change that i could buy the bomb with "!bomb" instead of "!bomb 1" ???

i dont need bomb levels, a simple bomb is enough ^^...

and can you add that if a ct trys to buy a bomb (and its allowed only for ct's), the message come:

"Only Terrorists can buy a bomb"...

thanks...

Last edited by fanta2go; 10-27-2013 at 11:18.
fanta2go is offline
andre2843
Member
Join Date: Apr 2011
Old 03-23-2014 , 23:31   Re: [CSS] Jihad Suicide Bomb (.985) [Updated: 3/14/12]
Reply With Quote #59

And the translate this plugin please
andre2843 is offline
starter87
Junior Member
Join Date: Jul 2012
Old 03-03-2017 , 18:01   Re: [CSS] Jihad Suicide Bomb (.985) [Updated: 3/14/12]
Reply With Quote #60

I know this plugin is old but, could anyone tell me how to increase the explosion radius? I've tried several numbers on sm_jihad_sizemultiplier but nothing changes and the current radius looks like a regular grenade and I will like to something as a T bomb for bigger maps. Thanks

Last edited by starter87; 03-03-2017 at 18:04.
starter87 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 06:50.


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