AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Client Crash when Join in Favourite (Unpreache) (https://forums.alliedmods.net/showthread.php?t=293036)

Celena Luna 01-21-2017 12:10

Client Crash when Join in Favourite (Unpreache)
 
1 Attachment(s)
Hi, I am running a Zombie Server so limit 512 is really a problem.
So I tried this unprecache plugins to unprecache those file that every CS 1.6 have to limit it.
I worked but when a client want to join through Favourite, it will crash.
They can join by console "connect <ip>" but that really bad for new player to know.
Can anyone see what wrong with the plugin?

edon1337 01-21-2017 15:36

Re: Client Crash when Join in Favourite (Unpreache)
 
Why not just crash yourself doing that and look at the console errors ?

Celena Luna 01-21-2017 23:01

Re: Client Crash when Join in Favourite (Unpreache)
 
Quote:

Originally Posted by edon1337 (Post 2488763)
Why not just crash yourself doing that and look at the console errors ?

it is tottaly crash at blank connection bar :cry:

faKe91 01-22-2017 15:40

Re: Client Crash when Join in Favourite (Unpreache)
 
You can try this https://github.com/In-line/metamod_unprecacher

Celena Luna 01-23-2017 09:44

Re: Client Crash when Join in Favourite (Unpreache)
 
Quote:

Originally Posted by faKe91 (Post 2489045)

how can I compile this one? I don't know how to compile a module :cry:

MaXs 01-24-2017 05:35

Re: Client Crash when Join in Favourite (Unpreache)
 
Hi, Celena Luna.
There is tutorial down below here on the website.

Compilation

Quote:

sudo apt-get install libboost-all-dev cxxtest cmake gcc g++
sudo apt-get install gcc-multilib g++-multilib libc6-dev-i386 libc6-i386 # If cross compiling from 64 bit linux
cmake .
make
Installation

Quote:

Extract files from archive to cstrike/addons/
In addons/metamod/plugins.ini write linux addons/unprecacher/libunprecacher.so
Restart server
Configuring

Quote:

In list.ini write file paths that need to be unprecached and blocked. path_to_file.extension flags replace_path After file name flags "a","b","c" are supported. a - delete entity b - not delete players (working if "a" was set) c - replace file

Map prefixes also supported. In maps/ directory create file map_name.ini or prefix-my_map_prefix.ini.

Celena Luna 01-24-2017 10:47

Re: Client Crash when Join in Favourite (Unpreache)
 
I read it but I don't know what program to compile it

MaXs 01-24-2017 10:51

Re: Client Crash when Join in Favourite (Unpreache)
 
how file ends with? example: .txt

Edit:
Oh compilation its for putty im sure

edon1337 01-24-2017 17:20

Re: Client Crash when Join in Favourite (Unpreache)
 
Quote:

Originally Posted by MaXs (Post 2489495)
how file ends with? example: .txt

Edit:
Oh compilation its for putty im sure

Just L I N U X Susan.


All times are GMT -4. The time now is 20:43.

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