mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Removed AllowLargeTiles option
* Originally, its goal was to bypass the tile FRM limit and save people's time from splitting tiles. But no one has really used this option since sfall 2.0 (no bug reports about being broken for many years). And boosting the limit to 16383 should practically solve the first goal. * In the end the option doesn't really do what its name suggests and is completely unused. Its tile auto-splitting function is also not very practical.
This commit is contained in:
@@ -477,11 +477,6 @@ SkipOpeningMovies=0
|
||||
;Set to 0 to disable
|
||||
NPCsTryToSpendExtraAP=0
|
||||
|
||||
;Allows the use of tiles over 80x36 in size. sfall will just split and resave them to art\tiles\zzz####.frm at startup
|
||||
;Set to 1 to check all tiles on started (slow, but can also be useful for checking the correct size of your new tiles)
|
||||
;Set to 2 if you provide a XLtiles.lst file in art\tiles\ containing a list of the tile indexes that need checking
|
||||
AllowLargeTiles=0
|
||||
|
||||
;Set to 1 to boost the maximum number of tile FRMs from 4096 to 16383
|
||||
;This option is always enabled in 4.3.7/3.8.37 or later and cannot be disabled (kept for reference only)
|
||||
MoreTiles=1
|
||||
|
||||
Reference in New Issue
Block a user