Tutorial Bot
Unregistered
Author: grimsk8ter11
Difficulty: 1/5
See Also: http://www.key2heaven.net/ms/forums/viewtopic.php?t=797
:: CLIENT SIDE ::
In modGameLogic, find:
Code:
Public Sub EditorInit()
Change:
Code:
.Height = 255 * PIC_Y
To:
Code:
.Height = 500 * PIC_Y
Now, in frmMirage, click on the scrollbar that you use to navigate your tileset. On properties you will see:
Just change that to:
That's all!
Sorry for the necropost but this has been bugging me.
No matter what number I put before the * PIC_Y, it stops at a certain point, and just displays black, as though there is another maximum somewhere.
Have I missed something, do I need to define the height of my Tiles.bmp somewhere?
Posts: 129
Threads: 16
Joined: Feb 2025
Reputation:
0
Re do the tutorial , or reopen your project and do it again. that should work unless there is another bit to the tutorial which I doubt.
Kind of hard to do the tutorial wrong :roll:
Any way of changing that pre-defined limit?
Or would that be stupid and make the whole thing slow to a crawl?
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Or just use multiple tilesets. I have 50, tiny tilesets which take up about 1.44mb each. Each map can only have one tileset, but they're complete enough to make some fantastic maps with them.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
I assume that would optimize the map editor loading greatly, and also make mapping easier, being able to group tiles around themes (woodland, mountain, snowy etc.).
Could you give me any pointers on how I would do it?
I suppose I could just basically replicate the existing code, but I'm not entirely sure about assinging it to maps.
Thanks Perfekt, I'll attempt to code it myself, and upon failing, will rip it :roll:
It could just be that it is 1:30AM, but I cannot get my head round the Mod DirectX optimisations in MS2.44 so I am now asking directly for help. :oops:
Anyone?
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Go to sleep, have another look in the morning. Or go post in the 2.44 thread, rather than this thread.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?