Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Map Size
#1
Where do you go to change the map size of the game? Like i may want it like elyisum.
Reply
#2
MAX_MAP_X
MAX_MAP_Y
Reply
#3
What module is it in server side?
Reply
#4
303 I think it's in modTypes.
MSE1, I THINK it's in modDeclares.

Could also press alt+F and search for it. Tongue
Reply
#5
Alright, thanks for your help. Smile
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
Reply
#6
NejiHyuga Wrote:Alright, thanks for your help. Smile
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

You need to find where MAX_MAPX and MAX_MAPY are set.

So search for this:
Code:
max_mapx =
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?
Reply
#7
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.
Reply
#8
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.
Reply
#9
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.
Reply
#10
There IS a tutorial on this..
Reply
#11
Where???
Reply
#12
In Tutorials section probably..

Yep, here, a picScreen tutorial for changing map size: viewtopic.php?f=75&t=175
Reply
#13
Ok, the map size works, I have another question.
Do you no how to keep fullscreen and not restore down?
Reply
#14
NejiHyuga Wrote:Ok, the map size works, I have another question.
Do you no how to keep fullscreen and not restore down?
Please create a new topic for new questions. So people know what they are looking at.

There are tutorials for fullscreen.
Reply
#15
Ok, i'll do that now. Also thanks for helping me.
EDIT: Still couldn't find it, i used search
Reply
#16
Search doesn't work for old topics.
Reply
#17
Oh, i didn't know about that..
Reply
#18
I didn't either till I was trying to search for one of my own posts..

XD
Reply
#19
I used ControlBox and i put fullscreen instead but when i get on client, i get a runtimeerror9.
Reply
#20
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
Reply
#21
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.
[Image: Help.png]

All i did was change the mapx to 64 and mapy to 24 on client/server on Module ModConstant.
Reply
#22
That's a fucking retarded amount of fucking tiles.

Change it to something more realistic you tit.
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?
Reply
#23
Given that it doesent even count the first tile (since its zero), your having 65x65 tiles, thats 4225 tiles... jeesus christ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)