Sign in to follow this  
Ricowan

WORLDTIME Calculator

Recommended Posts

Hey guys,


 


I've created a web page to help server admins calculate the right value to use to update their server's time of year.


 


http://www.ricosweb.net/Wurm/WorldTimeCalculator.aspx


 


The calculator will set the time to 0700 on the month and day selected.  If you select a season, it picks the first full day of the season (as best as I could tell from the wiki article).


 


Instructions for how to manually update the value are included once you hit a Calculate button, but I recommend you use a tool like SQLiteBrowser instead.


 


Hope this helps!


 


 


  • Like 6

Share this post


Link to post
Share on other sites

Awesome, great work with this. Do you think perhaps you could also add the ability to select the year as well?


Share this post


Link to post
Share on other sites

Yes, I could add that.  How do you think it should be presented?


 


980 + [ ]?

Share this post


Link to post
Share on other sites

Perhaps an integer value the user could enter in that must be greater than or equal to 980. Not sure what a good max number would be though.


Share this post


Link to post
Share on other sites

\o/


 


Actually, I gotta redo one of my videos now lol :P


Edited by cmiddlebrook
  • Like 1

Share this post


Link to post
Share on other sites

why do we seem locked to year 980?


 


Any way we can start our shiny new world at year 1 (or 10, 50, 500 etc)?


Share this post


Link to post
Share on other sites

I just added a year function to the page.


 


Sorry, but no you cannot go earlier than 980.  That's built into the game.  The WORLDTIME value of 0 is the first second of the first day of the year 980.

Share this post


Link to post
Share on other sites

Simpler way lol:


 


1) Install DB Browser for SQLite from the web page http://sqlitebrowser.org


2) Run sqlitebrowser.exe


3) Open the .db file from X:\SteamLibrary\SteamApps\common\Wurm Unlimited\WurmServerLauncher\[YOUR SERVER]\sqlite\


4) Click "Browse Data" and find SERVERS table


5) Find WORLDTIME and set you favourite time


6) Click "Write changes"


Edited by Darkregis
  • Like 1

Share this post


Link to post
Share on other sites

Simpler way lol:

 

1) Install DB Browser for SQLite from the web page http://sqlitebrowser.org

2) Run sqlitebrowser.exe

3) Open the .db file from X:\SteamLibrary\SteamApps\common\Wurm Unlimited\WurmServerLauncher\[YOUR SERVER]\sqlite\

4) Click "Browse Data" and find SERVERS table

5) Find WORLDTIME and set you favourite time

6) Click "Write changes"

 

Thats how you make the change, but this website is for people who want to specify what time of year it is. This gives you the long number to input into the DB so you can specify where in the year you want the server to be in.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this