Reducing mod size
#1

I've been writing a mod which is so far only 13.000 lines, but it takes very long to convert it, like 3 or 4 minutes. And the AMX file is 36mb.

Are there any solutions to this? How can I decrease the size of the mode?

Converting summary:
Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          13088 bytes
Code size:           883272 bytes
Data size:         148238164 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4488 cells (17952 bytes)
Total requirements:149150908 bytes
Includes that I use in the mod:
Код:
#include <a_samp>
#include <a_mysql>
#include <zcmd>
#include <sscanf2>
#include <fixchars>
#include <foreach>
#include <streamer>
#include <eSelection>
#include <cuff>
Now I started using global strings. This is one of the solutions I thought of.
Reply


Messages In This Thread
Reducing mod size - by Ripster - 12.02.2017, 08:44
Re: Reducing mod size - by Vince - 12.02.2017, 09:19
Re: Reducing mod size - by Ripster - 12.02.2017, 09:32
Re: Reducing mod size - by GoldenLion - 12.02.2017, 10:28

Forum Jump:


Users browsing this thread: 1 Guest(s)