Forum

> > Stranded II > General > Random Island
Forums overviewStranded II overviewGeneral overviewLog in to reply

English Random Island

5 replies
To the start Previous 1 Next To the start

old Random Island

Maric
User Off Offline

Quote
I was wondering if there was a text file that holds the information on how large the random islands can be?

I haven't been able to find a realistic modded map and don't exactly want to mod my own map due to me being lazy and was wondering if I could change a variable in some text file (int.txt comes to mind for some games) that changes how large the island is.

If anyone has information or knows how to do this then kudos and thanks a lot!

EDIT> OK after looking around I found a text file named random_02_endless_n

I believe the size part of when creating a random island on normal is this part:


script=start
     on:preload {
          // Set Startpoint in Sea
          $size=mapsize();
          $size=$size/3;
          $id=create("info",1,$size,$size);
          setpos "info",$id,"self",2,"self";
          // Random Startscriptstuff
          extendscript 0,0,"sys/scripts/random_start.s2s";
     }


Would changing any of this affect the map to still have random stuff all over it however the landmass is a lot larger then the biggest setting there is so far?

old Re: Random Island

ohaz
User Off Offline

Quote
The mapsize is written in the source code. McLeaf works on an inofficial patch for s2 where you can play in bigger maps (1024*1024 and as far as I know 4096*4096)

old Re: Random Island

Maric
User Off Offline

Quote
I searched around for this and found MC Leaf but cannot find the patch.

Is it in English and if you have a link for it I would much appreciate it :D.

old Re: Random Island

ohaz
User Off Offline

Quote
The patch is not released yet. It seems like it will be a huge patch
I hope McLeaf will relase it for the english ones here too, but I think if not, we can translate it for you.

old Re: Random Island

Builder2-0
User Off Offline

Quote
I'm curious as to where the patch is even being discussed. I was going to work on one myself, but when I heard about McLeaf I put that on pause.

Can we get a link or something?
To the start Previous 1 Next To the start
Log in to replyGeneral overviewStranded II overviewForums overview