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

Regamedll_CS, Reverse-engineered mod CS


Post New Thread Reply   
 
Thread Tools Display Modes
Fr33m@n
Veteran Member
Join Date: May 2008
Location: France Marne
Old 06-12-2016 , 18:36   Re: Regamedll_CS, Reverse-engineered mod CS
Reply With Quote #41

Requesting tempdecal.wad from server
Error: server failed to transmit file 'customization'

Those errors are from the original hlds and are related to spray, they don't work in many servers.
Do you have a way to fix them ?

Last edited by Fr33m@n; 06-12-2016 at 18:36.
Fr33m@n is offline
Firewall_
Senior Member
Join Date: Aug 2012
Old 06-15-2016 , 17:36   Re: Regamedll_CS, Reverse-engineered mod CS
Reply With Quote #42

latest version is crashing server please fix.
Firewall_ is offline
UaExFanTasY
Senior Member
Join Date: Mar 2013
Location: UAE
Old 06-16-2016 , 19:33   Re: Regamedll_CS, Reverse-engineered mod CS
Reply With Quote #43

good job
__________________
UaExFanTasY is offline
Firewall_
Senior Member
Join Date: Aug 2012
Old 06-17-2016 , 20:00   Re: Regamedll_CS, Reverse-engineered mod CS
Reply With Quote #44

Quote:
Originally Posted by slLent View Post
Hi.
I started reversing.
This project is created on the ReHLDS basis


Source code | Project on GitHub


Current status:
  • Counter-Strike 1.6 100%
  • Counter-Strike: Condition Zero 100%

How to install it?
All you have to do is to download binaries and replace original mp.dll/cs.so
Compiled binaries are available here.

Archive's bin directory contains 2 subdirectories, 'bugfixed' and 'pure'
  • 'pure' version is designed to work exactly as official mod CS
  • 'bugfixed' version contains some fixes and improvements

Warning! Regamedll_CS is not binary compatible with original hlds since it's compiled with compilers other than ones used for original mod CS.
This means that plugins that do binary code analysis (Orpheu for example) probably will not work with Regamedll_CS

The project specifically created for this purposes:
  • to have actual and accurate source code of the latest build [+]
  • to fix critical bugs
  • to have CS:Z source code including bots module [+]
  • to provide advanced API for other modules
  • to have a basis for developing mods based on CS

Thanks to the 'black box testing' the quality of the code is much higher comparing to other reverse-engineered libraries.
silent there is problem at last version.
Firewall_ is offline
SkumTomteN
Veteran Member
Join Date: Oct 2013
Location: Asgard
Old 08-13-2016 , 12:27   Re: Regamedll_CS, Reverse-engineered mod CS
Reply With Quote #45

We have several problems because you provide bad signatures. please make updated ones.

Code:
L 08/13/2016 - 18:23:07: [CSTRIKE] BuyGunAmmo is not available
L 08/13/2016 - 18:23:07: [CSTRIKE] GiveNamedItem is not available
L 08/13/2016 - 18:23:07: [CSTRIKE] AddAccount is not available
L 08/13/2016 - 18:23:07: [CSTRIKE] CanPlayerBuy is not available
L 08/13/2016 - 18:23:07: [CSTRIKE] CanBuyThis is not available
L 08/13/2016 - 18:23:07: [CSTRIKE] Some functions are not available - forwards CS_OnBuy[Attempt] have been disabled
L 08/13/2016 - 18:23:07: [CSTRIKE] GiveDefaultItems is not available - native cs_set_no_knives has been disabled
L 08/13/2016 - 18:23:07: [CSTRIKE] CREATE_NAMED_ENITTY is not available - native cs_create_entity() has been disabled
L 08/13/2016 - 18:23:07: [CSTRIKE] UTIL_FindEntByString is not available - native cs_find_ent_by_class() has been disabled
L 08/13/2016 - 18:23:07: [CSTRIKE] GetWeaponInfo is not available - native cs_get_weapon_info() and forward CS_OnBuy have been disabled
L 08/13/2016 - 18:23:07: [CSTRIKE] g_pGameRules is not available - Forward CS_OnBuy has been disabled
L 08/13/2016 - 18:23:07: [FAKEMETA] get/set_gamerules_* natives have been disabled because g_pGameRules address could not be found.
__________________
Contact: Steam
Videos: Youtube

Last edited by SkumTomteN; 08-13-2016 at 12:28.
SkumTomteN is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-13-2016 , 12:36   Re: Regamedll_CS, Reverse-engineered mod CS
Reply With Quote #46

Try https://forums.alliedmods.net/showpo...5&postcount=23
__________________
Arkshine is offline
Mindaugash
New Member
Join Date: Jun 2017
Old 06-25-2017 , 10:39   Re: Regamedll_CS, Reverse-engineered mod CS
Reply With Quote #47

Hi guys,

I do not know who through the problem

Log:

Code:
L 06/25/2017 - 17:07:34: [GEOIP] Database info: GeoLite2 Country database 2.0
L 06/25/2017 - 17:07:34: [CSTRIKE] AddAccount is not available
L 06/25/2017 - 17:07:34: [CSTRIKE] Some functions are not available - forward CS_OnBuyAttempt and CS_OnBuy have been disabled
Mindaugash is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 06-26-2017 , 03:17   Re: Regamedll_CS, Reverse-engineered mod CS
Reply With Quote #48

Make sure you have ReGameDLL and AMXX updated to the latest version on your server.

If you are sure ReGameDLL is properly installed, having such can mean:
- ReGameDLL has bumped a new major version and AMXX needs to be recompiled (but doesn't seem to be the case)
- You have installed an old ReGameDLL version and you should update.
__________________

Last edited by Arkshine; 06-26-2017 at 03:17.
Arkshine is offline
Craxor
Veteran Member
Join Date: Jan 2016
Location: Romania
Old 06-30-2017 , 16:19   Re: Regamedll_CS, Reverse-engineered mod CS
Reply With Quote #49

-arkshine, i have same error-logs in my server wich use amxx 1.8.3 and withour ReGame/Reapii installed on the server.
__________________
Project: Among Us
Craxor is offline
Send a message via ICQ to Craxor
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 06-30-2017 , 16:33   Re: Regamedll_CS, Reverse-engineered mod CS
Reply With Quote #50

Quote:
Originally Posted by Craxor View Post
-arkshine, i have same error-logs in my server wich use amxx 1.8.3 and withour ReGame/Reapii installed on the server.
As I told you before, update your server. Signatures are likely not compatible.
__________________
HamletEagle 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 11:48.


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