AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Module Coding (https://forums.alliedmods.net/forumdisplay.php?f=9)
-   -   [Metamod-Module] - BSP parse fixer (engine bug) (https://forums.alliedmods.net/showthread.php?t=218751)

joropito 06-20-2013 10:38

[Metamod-Module] - BSP parse fixer (engine bug)
 
3 Attachment(s)
This module fixes non-valid characters in bsp files to avoid server to enter an endless loop while loads the map.

It's a bug from engine and it's reported here https://github.com/ValveSoftware/halflife/issues/1200

I made this module and it supports only linux (but it's easy to add windows support because of chooker).

It's a metamod plugin so should be enabled in plugins.ini from metamod config.

For example:
Quote:

linux addons/metamod/dlls/bsploaderfixer_i386.so
I'm also uploading bb_sonne.bsp, some map having this issue.

Bos93 06-20-2013 10:43

Re: [Metamod-Module] - BSP parse fixer (engine bug)
 
Never encountered such. Thank you.

yokomo 06-21-2013 14:11

Re: [Metamod-Module] - BSP parse fixer (engine bug)
 
We need Windows version please...

Arkshine 06-21-2013 15:32

Re: [Metamod-Module] - BSP parse fixer (engine bug)
 
1 Attachment(s)
Try that.

yokomo 06-21-2013 16:05

Re: [Metamod-Module] - BSP parse fixer (engine bug)
 
Quote:

Originally Posted by Arkshine (Post 1974616)
Try that.

Thanks, loaded fine in WinServer2003.

pokemonmaster 07-20-2013 17:42

Re: [Metamod-Module] - BSP parse fixer (engine bug)
 
Quote:

Originally Posted by Arkshine (Post 1974616)
Try that.

Tested with map sj_spacejam, server crashs with the error
FATAL ERROR (shutting down): Host_Error: PF_precache_generic_I: Bad string '////////////////////////////////////////////////////////////'

although the module loaded fine ...

Can anyone provide a fixed version?

Thanks in advance. :3

Some info if needed:

I tried turning off AMX MOD X from metamod plugins, map still crashed with this module running..
meta list

kwpd 07-20-2013 19:03

Re: [Metamod-Module] - BSP parse fixer (engine bug)
 
Quote:

Originally Posted by Arkshine (Post 1974616)
Try that.

norton detecte virus xD

joropito 07-20-2013 19:09

Re: [Metamod-Module] - BSP parse fixer (engine bug)
 
Quote:

Originally Posted by pokemonmaster (Post 1995266)
Tested with map sj_spacejam, server crashs with the error
FATAL ERROR (shutting down): Host_Error: PF_precache_generic_I: Bad string '////////////////////////////////////////////////////////////'

Update engine + cs + amxmodx
You're running amx 1.8.1 (old, unsupported, only work with old engine)

pokemonmaster 07-20-2013 22:06

Re: [Metamod-Module] - BSP parse fixer (engine bug)
 
Wierd... I thought that I have updated amxx that day ... Maybe I used the backup ..

Anyway ...
Quote:

Originally Posted by pokemonmaster (Post 1995266)
I tried turning off AMX MOD X from metamod plugins, map still crashed with this module running..

Also my server is updated
Code:

version :  48/1.1.2.7 6027 secure  (10)
tcp/ip  :  192.168.1.115:27017
map    :  de_dust2_2013 at: 0 x, 0 y, 0 z
players :  4 active (25 max)


kwpd 07-20-2013 23:20

Re: [Metamod-Module] - BSP parse fixer (engine bug)
 
This module is the solution to all my problems ... thanks


All times are GMT -4. The time now is 11:02.

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