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

PAID Plugin help needed - Insurgency Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ozrich
AlliedModders Donor
Join Date: Oct 2015
Old 05-24-2018 , 10:37   PAID Plugin help needed - Insurgency Plugin
Reply With Quote #1

Hi Modders,

I need help troubleshooting a plugin and willing to pay for this.

May be potential paid opportunity for debugging/improving mod in future.

Please contact me at earliest convenience.
ozrich is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 05-24-2018 , 11:17   Re: PAID Plugin help needed - Insurgency Plugin
Reply With Quote #2

if you can post the plugin here maybe some1 will debug it for free
__________________
8guawong is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 05-24-2018 , 19:13   Re: PAID Plugin help needed - Insurgency Plugin
Reply With Quote #3

Currently I am working on plugins for Insurgency for someone. No idea if he have relation with you, if not, feel free to contact with me too.

Insurgency is a bit different from CSGO (the game where normally I make plugins) like not exist a weapon_fire event (or basically dont work) but I am having succeess in porting plugins for it.
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 05-24-2018 at 19:18.
Franc1sco is offline
Send a message via MSN to Franc1sco
ozrich
AlliedModders Donor
Join Date: Oct 2015
Old 05-24-2018 , 22:40   Re: PAID Plugin help needed - Insurgency Plugin
Reply With Quote #4

Hi All,

The plugin source is attached. There is different inc files I can provide, but the actually plugin is here.

Essentially, the coder has a theater too with a jammer. If the jammer isn't used, or another theater used then the option for various different bots doesn't work, and re-inforcements from bots isn't working either.

A couple of us want to use this plugin with separate theaters.

There is an option in the cfg file for no jammer to be required but it still errors out.

We receive these errors:

Code:
L 05/25/2018 - 12:34:16: [SM] Call stack trace:
L 05/25/2018 - 12:34:16: [SM]   [1] Line 2057, C:\Users\Daimyo\Dropbox\Github\Insurgency-dy-sourcemod\scripting\c_dy_respawn_naong_ai_director.sp::Timer_Enemies_Remaining
L 05/25/2018 - 12:34:31: [SM] Exception reported: Client index 0 is invalid
L 05/25/2018 - 12:34:31: [SM] Blaming: c_dy_respawn_naong_ai_director.smx
Code:
L 05/25/2018 - 12:33:18: [SM] Call stack trace:
L 05/25/2018 - 12:33:18: [SM]   [0] IsFakeClient
L 05/25/2018 - 12:33:18: [SM]   [1] Line 3835, C:\Users\Daimyo\Dropbox\Github\Insurgency-dy-sourcemod\scripting\c_dy_respawn_naong_ai_director.sp::Event_RoundEnd_Pre
L 05/25/2018 - 12:33:46: [SM] Exception reported: Divide by zero
L 05/25/2018 - 12:33:46: [SM] Blaming: c_dy_respawn_naong_ai_director.smx
Code:
L 05/25/2018 - 12:33:16: [SM] Call stack trace:
L 05/25/2018 - 12:33:16: [SM]   [1] Line 2057, C:\Users\Daimyo\Dropbox\Github\Insurgency-dy-sourcemod\scripting\c_dy_respawn_naong_ai_director.sp::Timer_Enemies_Remaining
L 05/25/2018 - 12:33:18: [SM] Exception reported: Client 10 is not connected
L 05/25/2018 - 12:33:18: [SM] Blaming: c_dy_respawn_naong_ai_director.smx
I know his coding for is fakeclient and clientingame in incorrect order and I can fix that but things like divide by zero I'm know sure about.

Aside from here, my contact details are below:

https://steamcommunity.com/id/ozrich/
Lionheart/ozrich#3144
Attached Files
File Type: sp Get Plugin or Get Source (c_dy_respawn_naong_ai_director.sp - 74 views - 353.2 KB)
__________________

Last edited by ozrich; 05-24-2018 at 23:51. Reason: Uploading correct source
ozrich is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 05-24-2018 , 23:22   Re: PAID Plugin help needed - Insurgency Plugin
Reply With Quote #5

Your error logs indicate it's from a plugin called c_dy_respawn_naong_ai_director.sp; however, you uploaded the plugin c_dy_respawn_naong.sp.
The source of your plugin looks to be from here: Daimyo21
Is this source the same as yours?
If not, you should upload c_dy_respawn_naong_ai_director.sp

Last edited by Maxximou5; 05-24-2018 at 23:22.
Maxximou5 is offline
ozrich
AlliedModders Donor
Join Date: Oct 2015
Old 05-24-2018 , 23:50   Re: PAID Plugin help needed - Insurgency Plugin
Reply With Quote #6

My apologies! Here is the correct file.

Yes, it's the plugin from Daimyo.
Attached Files
File Type: sp Get Plugin or Get Source (c_dy_respawn_naong_ai_director.sp - 77 views - 353.2 KB)
__________________
ozrich is offline
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 05-25-2018 , 01:25   Re: PAID Plugin help needed - Insurgency Plugin
Reply With Quote #7

Just to add to the convo and anyone working on INS, jaredballou's github can be found here:
https://github.com/jaredballou

Jaredballou has probably done more development for INS than most others, and I've found some of his work helpful in the past when I've developed for Insurgency. That said, all of the errors noted above are quite simple and don't require someone to be versed in INS (which is quite different than other games and not fully supported by SM).

Note: The error snapshots you provided are split across multiple errors. Look at the time stamps. Single errors should have basically the same time stamp. The posts above are starting mid-log, then including lines from the next log. Please re-paste the logs and we can better help. For the divide by zero, look for division in the lines it notes, then add a check if zero.
__________________

Last edited by ThatOneGuy; 05-25-2018 at 01:33.
ThatOneGuy is offline
ozrich
AlliedModders Donor
Join Date: Oct 2015
Old 05-25-2018 , 01:52   Re: PAID Plugin help needed - Insurgency Plugin
Reply With Quote #8

@ThatOneGuy, Daimyo's plugins are mostly based on JBallou's work and I know him well.

The first and third error regarding the client I think I can fix, but the divide by zero I'm not sure about.

Also, I want to modify the requirement to have to use the jammer in his theater. Besides even that, the code is meant to allow to choose x of bots based on x of players but this isn't working either.
__________________
ozrich is offline
Reply


Thread Tools
Display Modes

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 02:08.


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