OttD Error !
Moderator: OpenTTD Developers
OttD Error !
Hi,
My error is
"Too many sprites (3500). Recompile with higher Num_Sprites value or remove some custom GRF files.
Where i can set this higher. I haven't the compile programm.
My error is
"Too many sprites (3500). Recompile with higher Num_Sprites value or remove some custom GRF files.
Where i can set this higher. I haven't the compile programm.
Answer:nilsfeld wrote:i know this but my questen is
Where i can set this higher.
nilsfeld wrote:Recompile with higher Num_Sprites value
"There's a readme that comes with the source. I suggest you read it."
- Korenn
- Korenn
Yes, you would need the source code and compile the game yourself. You need to change line 108 in gfx.h fromnilsfeld wrote:i need the quellcode ???
and where i can change it ?
Code: Select all
enum { NUM_SPRITES = 0x3500 }; // 1500 + space for custom GRF sets
Code: Select all
enum { NUM_SPRITES = 0x6000 }; // 1500 + space for custom GRF sets
"There's a readme that comes with the source. I suggest you read it."
- Korenn
- Korenn
Who is online
Users browsing this forum: Amazon [Bot], Bing [Bot] and 15 guests