03-09-2007, 12:31 PM
Where do you go to change the map size of the game? Like i may want it like elyisum.
Map Size
|
03-09-2007, 12:31 PM
Where do you go to change the map size of the game? Like i may want it like elyisum.
03-09-2007, 01:04 PM
MAX_MAP_X
MAX_MAP_Y
03-09-2007, 01:07 PM
What module is it in server side?
03-09-2007, 01:09 PM
303 I think it's in modTypes.
MSE1, I THINK it's in modDeclares. Could also press alt+F and search for it. ![]()
03-09-2007, 01:10 PM
Alright, thanks for your help.
![]() Is this it? ' Convert NewMap.Name = OldMap.Name NewMap.Revision = OldMap.Revision + 1 NewMap.Moral = OldMap.Moral NewMap.Up = OldMap.Up NewMap.Down = OldMap.Down NewMap.Left = OldMap.Left NewMap.Right = OldMap.Right NewMap.Music = OldMap.Music NewMap.BootMap = OldMap.BootMap NewMap.BootX = OldMap.BootX NewMap.BootY = OldMap.BootY NewMap.Shop = OldMap.Shop For y = 0 To MAX_MAPY For x = 0 To MAX_MAPX
03-09-2007, 01:26 PM
NejiHyuga Wrote:Alright, thanks for your help. You need to find where MAX_MAPX and MAX_MAPY are set. So search for this: Code: max_mapx = Quote:Robin:
03-09-2007, 01:34 PM
Ok, i'm having a error with this. I change the MAPX AND Y on server and client, still didn't work. Any help?
Thanks, Joachim.
04-09-2007, 01:42 AM
brb cutting my own wrists...
k back. Server side: max_mapx = 1 max_mapy = 1 Client side: max_mapx = 1 max_mapy=1 Delete all maps server side. Gratz you now have 2x2 maps. The endz.
04-09-2007, 09:14 PM
Edit: I change the map size of x and y and as well as theserver folder and cleint and the maps just coming back and nothing is happening.
05-09-2007, 10:17 PM
There IS a tutorial on this..
05-09-2007, 10:25 PM
Where???
05-09-2007, 10:45 PM
In Tutorials section probably..
Yep, here, a picScreen tutorial for changing map size: viewtopic.php?f=75&t=175
07-09-2007, 09:55 PM
Ok, the map size works, I have another question.
Do you no how to keep fullscreen and not restore down?
07-09-2007, 10:18 PM
NejiHyuga Wrote:Ok, the map size works, I have another question.Please create a new topic for new questions. So people know what they are looking at. There are tutorials for fullscreen.
07-09-2007, 10:33 PM
Ok, i'll do that now. Also thanks for helping me.
EDIT: Still couldn't find it, i used search
08-09-2007, 03:15 AM
Search doesn't work for old topics.
08-09-2007, 11:17 AM
Oh, i didn't know about that..
08-09-2007, 11:32 AM
I didn't either till I was trying to search for one of my own posts..
XD
08-09-2007, 01:49 PM
I used ControlBox and i put fullscreen instead but when i get on client, i get a runtimeerror9.
08-09-2007, 03:05 PM
Maybe you should try working on something a lil easier first.. like learning to use notepad or something ^_^
I even searched the tutorial for you :* How to use notepad
08-09-2007, 03:43 PM
Eh? I think i fix it..Also i forgot to change the screen in some ways. Like the top of the screen for example. I'll ask anymore questiions about this if i get another error.
EDIT: ok i get this error. ![]() All i did was change the mapx to 64 and mapy to 24 on client/server on Module ModConstant.
08-09-2007, 03:58 PM
That's a fucking retarded amount of fucking tiles.
Change it to something more realistic you tit. Quote:Robin:
10-09-2007, 12:13 AM
Given that it doesent even count the first tile (since its zero), your having 65x65 tiles, thats 4225 tiles... jeesus christ?
|
« Next Oldest | Next Newest »
|