Mythruna
March 28, 2024, 12:30:20 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to the new forums. See "Announcements" for a note for new users.
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Modder's Workbench / External Tools / Re: World Map Access on: June 23, 2012, 02:11:14 AM
And if you have an existing world and want to know its seed:
Code:
WorldInfo info = WorldInfo.load(baseDir);
if( info == null ) {
    // It's a new world and has no defaults yet
    info = WorldInfo.create( baseDir, "Mythruna:" + seed, seed );
} else {
    // Retrieve the world's seed
    seed = info.getSeed();
}

Thanks for informing me Paul. Ill have to do it after i clean my workspace.
2  Modder's Workbench / External Tools / Re: World Map Access on: June 23, 2012, 12:44:39 AM
With this information and my java skills. I think im going to make my own map.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.20 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!