It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Is there anyone here who's gained all 50,000 points in LSL: Reloaded? I'd like to see a list or a walkthrough how to do it.
I would like to know the answer as well. There is a topic on Steam Community about that, but current score is 48900/50000. Link here: http://steamcommunity.com/sharedfiles/filedetails/?id=205736759
avatar
JamesBond007: I would like to know the answer as well. There is a topic on Steam Community about that, but current score is 48900/50000. Link here: http://steamcommunity.com/sharedfiles/filedetails/?id=205736759
For what it's worth, I managed to dig the remaining three actions out of the code a couple of days ago, and they're damn near impossible to guess, so it's no wonder no one found them - one of them isn't even awarded for the RIGHT action (meaning, the action that awards them is not the action it should have been). The missing actions are posted over at the Steam guide now.
Post edited February 28, 2014 by Pidgeot
avatar
JamesBond007: I would like to know the answer as well. There is a topic on Steam Community about that, but current score is 48900/50000. Link here: http://steamcommunity.com/sharedfiles/filedetails/?id=205736759
avatar
Pidgeot: For what it's worth, I managed to dig the remaining three actions out of the code a couple of days ago, and they're damn near impossible to guess, so it's no wonder no one found them - one of them isn't even awarded for the RIGHT action (meaning, the action that awards them is not the action it should have been). The missing actions are posted over at the Steam guide now.
I twould be good to post everything (points and achievements) in order.
avatar
JamesBond007: I twould be good to post everything (points and achievements) in order.
It isn't possible to get 100% completion (points and achievements) in one playthrough; you need at least two. Two of the achivements prevent you from getting some of the points, and there are 4 achievements that lock you out of another (so you can earn at most 2 of the 4 in any single playthrough).

You can certainly have an ordered list of all the points, but it gets a little complicated to have all of the achievements - the maximum score run misses out on at least 3.
avatar
JamesBond007: I twould be good to post everything (points and achievements) in order.
avatar
Pidgeot: It isn't possible to get 100% completion (points and achievements) in one playthrough; you need at least two. Two of the achivements prevent you from getting some of the points, and there are 4 achievements that lock you out of another (so you can earn at most 2 of the 4 in any single playthrough).

You can certainly have an ordered list of all the points, but it gets a little complicated to have all of the achievements - the maximum score run misses out on at least 3.
As a follow-up: I've finished writing a guide that gets through everything over two playthroughs.

http://steamcommunity.com/sharedfiles/filedetails/?id=233576790
avatar
Pidgeot: As a follow-up: I've finished writing a guide that gets through everything over two playthroughs.

http://steamcommunity.com/sharedfiles/filedetails/?id=233576790
Thanks. However, I found a few mistakes:
1. There are only four stars in front of the chapel, not five.
2. Incorrect total points after answering the phone and reading all the stars - it should be 6300 in the first case (not 6400) and 8400 in the second (not 8500). 8700 points after showing the pass to the bouncer is correct.
avatar
JamesBond007: Thanks. However, I found a few mistakes:
1. There are only four stars in front of the chapel, not five.
There are actually 5, but I guess one of them might not show up for all aspect ratios (see attached 16:9 screenshot where I've marked them). The two left-most stars are visible from the casino screen anyway (at least at 16:9) and they have the same dialogue, so I'll just remove the number to avoid confusion.
avatar
JamesBond007: 2. Incorrect total points after answering the phone and reading all the stars - it should be 6300 in the first case (not 6400) and 8400 in the second (not 8500). 8700 points after showing the pass to the bouncer is correct.
Fixed - made a typo for the first one, and then I just added the 2100 for the stars manually which carried over the error.
Attachments:
Post edited March 05, 2014 by Pidgeot
Hey Pidgeot while looking through the code, were you able to discover how to pull up a transcription of the game's text? Subtitles?
avatar
Baggins: Hey Pidgeot while looking through the code, were you able to discover how to pull up a transcription of the game's text? Subtitles?
They're using XML files made in Excel to store all of the text. (It looks like there are 49 in total - one for each scene.)

The XML files can be found inside the binary file resources.assets, but I don't have an extractor laying around, and I haven't figured out enough about the format to make an automated one myself. I could probably pull stuff out manually if you have any particular requests, though; that's what I did with the questions. (Send me a PM if you need anything.)
Post edited March 25, 2014 by Pidgeot