![]() |
More Tiles in MapEditor - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49) +---- Thread: More Tiles in MapEditor (/showthread.php?tid=25) |
More Tiles in MapEditor - Tutorial Bot - 01-06-2006 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() Code: .Height = 255 * PIC_Y Code: .Height = 500 * PIC_Y Code: Max: 255 Code: Max: 500 Re: More Tiles in MapEditor - Acruno - 16-08-2008 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? Re: More Tiles in MapEditor - Jack - 16-08-2008 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. Re: More Tiles in MapEditor - Robin - 16-08-2008 Jack Wrote: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. What would re-opening your project do? Anyway, if your tileset is huge, it might have reached a pre-defined limit in memory. Or you've just done the tutorial wrong, or set the height of the picture box too small. Re: More Tiles in MapEditor - Acruno - 16-08-2008 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? Re: More Tiles in MapEditor - Robin - 16-08-2008 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. Re: More Tiles in MapEditor - Acruno - 16-08-2008 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. Re: More Tiles in MapEditor - Matt - 16-08-2008 Acruno Wrote: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.). Wow. Either do one of two things. Download the current RC for MSE3 and rip the code.. Or save the tileset number to the map and load based on that. Re: More Tiles in MapEditor - Acruno - 16-08-2008 Thanks Perfekt, I'll attempt to code it myself, and upon failing, will rip it :roll: Re: More Tiles in MapEditor - Acruno - 17-08-2008 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? Re: More Tiles in MapEditor - Robin - 17-08-2008 Go to sleep, have another look in the morning. Or go post in the 2.44 thread, rather than this thread. |