Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Custom server encounters a forced shutdown when the suicide bomber triggers an explosion #19

Open
LeiMuu opened this issue Feb 9, 2017 · 10 comments

Comments

@LeiMuu
Copy link

LeiMuu commented Feb 9, 2017

Hello author , I have installed the latest version of the sourcemod, Insurgency Support Library 1.4.2, insurgency.inc, scripting / include / updater.inc from jaredballou.
Then allahuakbar, bsuicide_bomb_redux.smx, bsuicide_bomb_redux_naong.smx, bsuicide_bomb_redux_naong.sp from you.

Bomber's roar is normal, but when the suicide bomber triggers an explosion, the custom server encounters a forced shutdown.
Can you help solve this problem? I quite like your work, but this plugin after the official update in 2017/2/8 getting problems, before it is normal.

@thecannons
Copy link
Owner

thecannons commented Feb 9, 2017 via email

@ghost
Copy link

ghost commented Feb 9, 2017 via email

@wjk199511140034
Copy link

me too....

@LeiMuu
Copy link
Author

LeiMuu commented Feb 12, 2017

Hello author , after the official update in 2017/2/10 fix some bug, this plugin is normal now.

@thecannons
Copy link
Owner

Recently updated, should be in mostly working order.

@LeiMuu
Copy link
Author

LeiMuu commented Feb 12, 2017

Thank you for works and selflessly paid!!!

@kcapazzi
Copy link

Daimyo21 - I realize you probably are flooded with requests for this, but I am OH SO CLOSE to getting this working just by simply reading different threads on steam/github and was wondering if you could help me out? I just have a few questions that I think will make everything fit together and finally work.

I have the following:

bsuicide_bomb_redux_naong.smx ----> /plugins/
bsuicide_bomb_redux_naong.sp ----> /scripting/

Server.cfg:

sm_suicidebomb_chest_stomach_death_chance .75
sm_suicidebomb_death_chance 0.5
sm_suicidebomb_enabled 1
sm_suicidebomb_explosive_death_chance .5
sm_suicidebomb_incen_death_chance .5
sm_yelling_delay 6

I have all the .ogg files but dont know where to put them or what to do with them.

I was getting a bad header error when loading but now it seems to be loading the plugin properly but still no explosions.... can you please help me fine tune this to get it finally to work? Thank you in advance for any input! Your knowledge is greatly appreciated

@thecannons
Copy link
Owner

Make sure you have latest stable build for sourcemod: https://www.sourcemod.net/downloads.php

Also latest metamod version (don't use my addons folder which is probably incomplete and outdated).

In your theater, you will need your insurgent templates to have the word "bomber" in them.

image

Let me know if that resolves the issue.

@kcapazzi
Copy link

kcapazzi commented Dec 13, 2017 via email

@thecannons
Copy link
Owner

So first understand how to mod game theater and or assets for insurgency and source engine in general. There is tons of guides in the insurgency community that you can follow. Also read up on how sourcemod runs files. Basically .sp files are script files that need to be compiled when changes are made. \plugins folder are the compiled versions of plugins that will run on your server.

The basic concept is:

  • Custom VPK's mimic the games vanilla directory insurgency2\insurgency\materials, models, sound.vpk etc. They can replace and or add content. Scripts are easiest to mod. in the "misc".vpk In the case of bomber sounds, you can place them in a directory within the custom VPK you make
  • Sourcemod was made for source and understands its file structure etc. So it can reference everything within those VPKs vanilla and custom.

Also do not place sm_ commands in any config file. If the plugin generates a config file, it will be in insurgency2\insurgency\cfg\sourcemod That is where you can modify those configs. Sometimes certain plugins will create a config in your sourcemod\configs folder. Some plugins use no configs and you must make changes in the .sp file and then compile them.

Modding is a time consuming thing that you have to commit lots of time to learning but becomes exponentially easier when you understand the basics. The best thing about insurgency is there is tons of guides and resources out there. Also most other source engine games work almost entirely identical to insurgency so you can find outside help as well, especially for sourcemod related questions.

Let me know if you got any more questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants