![]() |
[Suggestion] First Time Published Date - Printable Version +- Jiggmin's Village (https://jiggmin2.com/forums) +-- Forum: Mt. Olympus (https://jiggmin2.com/forums/forumdisplay.php?fid=11) +--- Forum: Bugs and Suggestions (https://jiggmin2.com/forums/forumdisplay.php?fid=37) +--- Thread: [Suggestion] First Time Published Date (/showthread.php?tid=4660) |
First Time Published Date - Overbeing - 17th March 2024 I would love levels to show the date that the ID was made. And having an easier way for them to show their ID would be nice as well. RE: First Time Published Date - Stxtics - 18th March 2024 On the user and guilld popup pressing shift shows the respective IDs. Perhaps this could be done for the level popup. A quick way to do it though is to press the message button on the level popup and you can get the ID from the generated text RE: First Time Published Date - J m i - 18th March 2024 It would be good to see the FIRST time you published a map/level, somehow... not just the update of it. haha RE: First Time Published Date - bls1999 - 20th March 2024 While this is a nice idea, the data for this was never recorded, so a lot of levels would have an "Age of Heroes" type situation. I wouldn't really want that to be the case for millions of levels. RE: First Time Published Date - Camer the Dragon - 20th March 2024 (20th March 2024, 10:29 AM)bls1999 Wrote: While this is a nice idea, the data for this was never recorded, so a lot of levels would have an "Age of Heroes" type situation. I wouldn't really want that to be the case for millions of levels. Is there a way to get an estimate using last published dates? Since a lot of levels will be on version 1 and have last published date and you could use IDs nearby to try to lock down the date or a close range RE: First Time Published Date - EpicMidget - 20th March 2024 Oo, camer makes a good point. Anyways, aren't the level ID's incremented starting from 1? So you could for sure create an algorithm that estimates the creation date by comparing the ID to the last update (or whatever) of the neighboring IDs, that doesn't sound too bad. Create ranges of IDs, find the earliest publish date amongst them, repeat for every range then estimate the ID->date... but youd kinda have to know the player activity over time and adjust the ranges.. uhh.. I'm gonna go save my limited, sleep-deprived brain from overthinking here for no reason. Sounds fun though ;p RE: First Time Published Date - Camer the Dragon - 21st March 2024 (20th March 2024, 5:39 PM)epicmidget Wrote: Oo, camer makes a good point. Anyways, aren't the level ID's incremented starting from 1? So you could for sure create an algorithm that estimates the creation date by comparing the ID to the last update (or whatever) of the neighboring IDs, that doesn't sound too bad. Create ranges of IDs, find the earliest publish date amongst them, repeat for every range then estimate the ID->date... but youd kinda have to know the player activity over time and adjust the ranges.. uhh.. I'm gonna go save my limited, sleep-deprived brain from overthinking here for no reason. Sounds fun though ;p Plus if it's version 1 it means it's the creation date, so those ones should be exact dates RE: First Time Published Date - Stxtics - 21st March 2024 Check out this post of mine from another thread and the file. While this kinda helps i don't know how easy it would be to create an algorithm anyway. https://jiggmin2.com/forums/showthread.php?tid=4659&pid=88011#pid88011 |