03-01-2009, 03:49 AM
Anyone have an idea on how I should go about this? All I need is a simple start and I'm sure I could get it done. Thanks.
Custom Map Sizes.
|
03-01-2009, 03:49 AM
Anyone have an idea on how I should go about this? All I need is a simple start and I'm sure I could get it done. Thanks.
03-01-2009, 04:47 AM
MAX_MAPX and MAX_MAPY, make sure the picScreen is always evenly divisible by 32.
03-01-2009, 07:24 AM
Rian Wrote:MAX_MAPX and MAX_MAPY, make sure the picScreen is always evenly divisible by 32. Lol, No No, I ment like, the vairables saved in the Maps Data file. So any maps X and Y can be adjusted.
03-01-2009, 07:27 AM
Take a look at Robin's Essence's source.
03-01-2009, 08:16 AM
GIAKEN Wrote:Take a look at Robin's Essence's source. I believe it's Direct X 8 is it not? Would it be worth looking at? I'm using 3.0.3 of Mirage.
03-01-2009, 01:24 PM
You really should use MS4 if you're starting fresh.
And I'd look at Robin's code. It's drawn with DirectX8, but I'm sure you can get the jist of how it all works.
03-01-2009, 06:09 PM
Matt Wrote:You really should use MS4 if you're starting fresh. I've been working on my game for about a year or two now, I'm not restarting with MS4. Oh, and I'll be sure to check out Essence.
25-01-2009, 05:26 AM
So, everything went okay, Untill now. The maps get created, then when they load I get RTE 7 Out of Memory, The error referring to the following line of code;
Code: ReDim Map(i).Tile(0 To Map(i).x, 0 To Map(i).y) As TileRec Now when I hover over map(i).x and map(i).y, I see the following Code: map(i).x = 538976288 Code: map(i).y = 53897628 Now in clear map, which is called in the initServer sub, map(i).x and .y each = 5. Any Ideas?
25-01-2009, 11:10 PM
Lea Wrote:how big is a tile (in bytes)? "how big is a tile (in bytes)" - I find this kind of information were? |
« Next Oldest | Next Newest »
|