Omnikuken

Conversation Conqueror
Feb 22, 2018
7,562
7,325
Those links worked for me. "visiting-aunt-sara" is a VN, and I tried the MEGA link, and it still works. "my-summer-with-mom-sis" is a game, and again, I tried the MEGA link and it is stlll working.
You don't say, well the more you know
 

Wolf Larsen

Active Member
Feb 25, 2018
509
2,471
He (like myself) was pointing out that the links seem to work and not "got deleted bc of incest " as was stated by Mr.Wolf Larson
It's Larsen! They got deleted on NLT's website and Patreon page, but users saved the games (and the comics) here on F95
 
  • Like
Reactions: El Buho

Omnikuken

Conversation Conqueror
Feb 22, 2018
7,562
7,325
Downloaded, i'm writing a script to check posible available update before NLT change the release status. Confirmed it's 41091 and the file timestamp was from Aug 21 - Aug 28.
Site says ~2.5 hours left but you already got it ? Sure
 

Deleted member 2755092

Well-Known Member
Aug 20, 2020
1,484
2,617
Site says ~2.5 hours left but you already got it ? Sure
Last time, the release got leaked here, and the counter was not up yet.
It's likely some get it early through discord, nothing that surprising.

If there's a deadline for a release, it's quite normal that it's ready before the deadline, so in case a last minute thing happens, you've still got time to do some changes/fixes, or at least warn people there will be a delay in the release.
 

Deleted member 2755092

Well-Known Member
Aug 20, 2020
1,484
2,617
You're not the one asking that question, visit my profile and read my previous posts, you'll find my patched Launcher. Feels sorry bcuz i got the update before Grand Master tier.
You don't have permission to view the spoiler content. Log in or register now.

Even a manual check doesn't show the latest version.
I've reinstalled the module just in case, but it changes nothing.
 

biometric

Member
Jan 12, 2020
170
138
So let me explain a little for how NLT game updaters work, and if the dev can read this post he also can change his Patreon authorization method, because it's almost useless.

NLT updater/launcher for both TGO and previous ToN using simple "hand crafted" PHP scripts as game's API. Users enter their email and it will be send to API endpoint, checking that email from a list and return the highest release can be download at this time. If that email doesn't in that list, server return free version. Like this:
Code:
email@grandmaster.nlt >> .39084
email@freetier.nlt >> .35071
But there is no authorization process to make sure users own that patreon account, you enter someone else grand master email and you have latest update. It's make my modification access freely to any tier even i dont use any email, because no authorization = no checking permissions.

Now look at the game version 41091, split it into:

41 09 1

I call 41 is the major version number, 09 - the month of the year, and 1 is the first release in this month. The major number usually gaining by +2, i think it because each 2 weeks we have an update, and the timestamp of the render told me NLT working on at least 1 video render per week.

Now forget all about patreon tier, email, ... Focus to where game files are hosted. NLT write a script to return a "base dir", it's just a cloudfront storage url. Combine that url follow this syntax/structure:

Code:
https://baseurl/.VERSION/hashfile.txt
as i have on my pc:

Code:
http://d14znk2ithoa4f.cloudfront.net/.41091/hashfile.txt
The content of hashfile.txt is a list of current game version eg.

Yes! You can edit that txt to make a full list of url to download with any programs, or with my method is patching TGO Launcher. The key to download an update is just the version number, so i am patching it to always use return from highest tier, or manually specifying the version number.
 

biometric

Member
Jan 12, 2020
170
138
You don't have permission to view the spoiler content. Log in or register now.

Even a manual check doesn't show the latest version.
I've reinstalled the module just in case, but it changes nothing.
You downloaded old attachments, replace Assembly from the last post, delete hc.dat, user.dat, ver.dat. Open Launcher and enter .41091 as email then press login, you will see the "magic".
 

sixart

Conversation Conqueror
Jan 2, 2021
6,237
8,089
So let me explain a little for how NLT game updaters work, and if the dev can read this post he also can change his Patreon authorization method, because it's almost useless.

NLT updater/launcher for both TGO and previous ToN using simple "hand crafted" PHP scripts as game's API. Users enter their email and it will be send to API endpoint, checking that email from a list and return the highest release can be download at this time. If that email doesn't in that list, server return free version. Like this:
Code:
email@grandmaster.nlt >> .39084
email@freetier.nlt >> .35071
But there is no authorization process to make sure users own that patreon account, you enter someone else grand master email and you have latest update. It's make my modification access freely to any tier even i dont use any email, because no authorization = no checking permissions.

Now look at the game version 41091, split it into:

41 09 1

I call 41 is the major version number, 09 - the month of the year, and 1 is the first release in this month. The major number usually gaining by +2, i think it because each 2 weeks we have an update, and the timestamp of the render told me NLT working on at least 1 video render per week.

Now forget all about patreon tier, email, ... Focus to where game files are hosted. NLT write a script to return a "base dir", it's just a cloudfront storage url. Combine that url follow this syntax/structure:

Code:
https://baseurl/.VERSION/hashfile.txt
as i have on my pc:

Code:
http://d14znk2ithoa4f.cloudfront.net/.41091/hashfile.txt
The content of hashfile.txt is a list of current game version eg.

Yes! You can edit that txt to make a full list of url to download with any programs, or with my method is patching TGO Launcher. The key to download an update is just the version number, so i am patching it to always use return from highest tier, or manually specifying the version number.
You downloaded old attachments, replace Assembly from the last post, delete hc.dat, user.dat, ver.dat. Open Launcher and enter .41091 as email then press login, you will see the "magic".
Preach ! :LOL: You know that the most common problem for these noodles is that they can't even merge 2 folders ? :rolleyes::unsure::KEK:
 

Deleted member 2755092

Well-Known Member
Aug 20, 2020
1,484
2,617
Preach ! :LOL: You know that the most common problem for these noodles is that they can't even merge 2 folders ? :rolleyes::unsure::KEK:
I disagree, while I love the work done on the patcher, the instructions were not clear at all there :)
One of the posts said to enter any mail address, and at no point was it made clear that we had to enter the version number we wanted (the time machine post.)
And yes now, of course it works :)
 

biometric

Member
Jan 12, 2020
170
138
Preach ! :LOL: You know that the most common problem for these noodles is that they can't even merge 2 folders ? :rolleyes::unsure::KEK:
You can digging into Amazon S3 Storage documents to know how their merge, old files can be re-used to a new distribution.
 

biometric

Member
Jan 12, 2020
170
138
I disagree, while I love the work done on the patcher, the instructions were not clear at all there :)
One of the posts said to enter any mail address, and at no point was it made clear that we had to enter the version number we wanted (the time machine post.)
And yes now, of course it works :)
The email method, you got the latest update at the same time with grand master tier. The manual method you can upgrade or downgrade to any version at any time if the hashfile.txt exist.
 

sixart

Conversation Conqueror
Jan 2, 2021
6,237
8,089
I disagree, while I love the work done on the patcher, the instructions were not clear at all there :)
One of the posts said to enter any mail address, and at no point was it made clear that we had to enter the version number we wanted (the time machine post.)
And yes now, of course it works :)
You can digging into Amazon S3 Storage documents to know how their merge, old files can be re-used to a new distribution.
The whole point of my post was the people can't won't read :KEK:
 
  • Haha
Reactions: DD69-1

sixart

Conversation Conqueror
Jan 2, 2021
6,237
8,089
My English is very basic. You mean the problems with downloaded files will not saving in their relative folders? If that the problem i using IDM site grabber.
Think you got there something wrong... there is a very limited amount of people that use a version of these NLT games that comes with this auto updater thingy so they rely on the one that get's leaked via patreon ( and get's indexed here in the OP ) that requires a base www and an update only www folder merge to have the game up to date ( I know this is where the noodles brain shuts down because this is rocket science :LOL: ) What you write here is not wrong or better or worse... just simply an alternate ( which is not used here 98% ) that needs to be READ and STUDIED by those who can't figure out how to merge 2 folders... buckle up this will be a rough ride ! :KEK:
 
3.70 star(s) 238 Votes