autoscend - a sl_ascend fork/continuation

I tried running Autoascend using the AoSP path and it worked pretty well. I was a bit paranoid and did some stuff on my own to make sure I got to use Throw Party and Incite Riot each day. How are these skills supported/used if I leave it up to the script? After defeating the Avatar of Jarlsberg, it went ahead and freed King Ralph. Is there a way to prevent than and let me continue as AoSP, say for the level 30 trophy? Where is the best place to discuss this script?

I'm planning on doing several more AoSP runs and could use some help in understanding/using/controlling the script. I have some fairly basic, perhaps out of date, progamming skills and would be willing to make and share some changes for this path, if there is any interest or demand. But my so far limited study indicates this may be out of my league. Is there any documentation for the design and/or structure.

Thanks for making it available. I was impressed by how well it did, but it did seem to get hung up a couple of times. Seemed to have trouble finishing the Copperhead quest and the Palindome bits.

For the record, I'm using the beta version. Had errors with the standard (?) release.
 
I can't answer the other questions but there is a relay script, that is installed as part of autoscend, that assists with twiddling various options: one of those options is whether to break the prism.
 
You might have better luck with getting answers to your questions on the Discord channel devoted to the script. Check the Github repository for directions to the Discord channel.
 
It is rather meh in handling the riot and party skill. been meaning to improve it but did not get around to it.
you can go into the gui setting, there is a setting there for not breaking the prism automatically when done.

... although it is not supposed to break the prism for avatar paths regardless since they require you to actually specify what class you want to become
 
Is this script being maintained? I just downloaded a copy, and keep getting issues with gr8tness, and torso awaregness having not been changed. I can make the changes myself, but was just wondering.
 
Here's the URL pulled from the page that is linked to in the first post:

Code:
svn checkout https://github.com/Loathing-Associates-Scripting-Society/autoscend/branches/master/RELEASE/
 
Is this script being maintained? I just downloaded a copy, and keep getting issues with gr8tness, and torso awaregness having not been changed. I can make the changes myself, but was just wondering.
Most recent checkin to their repo was 19 hours ago. I used it last night. You've got an older copy.

There's a known issue with GitHub's SVN proxy that affects lots of Autoscend users in KoLmafia. If you have issues, try again, or jump on the LASS discord if you'd like.
 
Thanks. I'm just coming back to playing, and didn't realize I had in fact downloaded sl_ascend instead.

The svn didn't work.

> svn checkout https://github.com/Loathing-Associates-Scripting-Society/autoscend/branches/master/RELEASE/

Starting Checkout...
Validating repo...
Repo validated.
svn: E155000: 'C:\Users\kasmi\OneDrive\Desktop\Noel\0Mafia
Ascend\svn\Loathing-Associates-Scripting-Society-autoscend-branches-master-RELEASE' is already a working copy for a different URL; perform update to complete it
SVN ERROR during checkout operation. Aborting...
Done.
Requests complete.

I ran an svn update, and got nothing.

I will update to a new version of mafia, and try again.

EDIT: After updating mafia, I receive the same error
 
Last edited:
Thanks. I'm just coming back to playing, and didn't realize I had in fact downloaded sl_ascend instead.

The svn didn't work.

> svn checkout https://github.com/Loathing-Associates-Scripting-Society/autoscend/branches/master/RELEASE/

Starting Checkout...
Validating repo...
Repo validated.
svn: E155000: 'C:\Users\kasmi\OneDrive\Desktop\Noel\0Mafia
Ascend\svn\Loathing-Associates-Scripting-Society-autoscend-branches-master-RELEASE' is already a working copy for a different URL; perform update to complete it
SVN ERROR during checkout operation. Aborting...
Done.
Requests complete.

I ran an svn update, and got nothing.

I will update to a new version of mafia, and try again.
You may be running into a GitHub bug that they haven't addressed. I'd delete the one the with "different URL" and re-install, but that's still potentially susceptible to the bug.
 
You may be running into a GitHub bug that they haven't addressed. I'd delete the one the with "different URL" and re-install, but that's still potentially susceptible to the bug.
Is there another way to download it without using the svn? I only see the one URL. I'm not sure what the "different URL" is...
 
How under the hood do you want to get? You could go into your users folder and type svn linfo and see the url, but you still would need to blow it away to restart.

it won’t affect any properties, if you’re worried about that.

and it’s an intermittent bug. Some people just re-run the command and it clears up. Some were doing it 4-5 times.

I’m hoping to have some time to work on this is weekend, but for now, that’s the best advice I have.
 
Last edited:
Thanks. I'm just coming back to playing, and didn't realize I had in fact downloaded sl_ascend instead.

The svn didn't work.

> svn checkout https://github.com/Loathing-Associates-Scripting-Society/autoscend/branches/master/RELEASE/

Starting Checkout...
Validating repo...
Repo validated.
svn: E155000: 'C:\Users\kasmi\OneDrive\Desktop\Noel\0Mafia
Ascend\svn\Loathing-Associates-Scripting-Society-autoscend-branches-master-RELEASE' is already a working copy for a different URL; perform update to complete it
SVN ERROR during checkout operation. Aborting...
Done.
Requests complete.

I ran an svn update, and got nothing.

I will update to a new version of mafia, and try again.

EDIT: After updating mafia, I receive the same error
What you need to do is in gCLI enter the following:
Code:
svn delete autoscend
after this is finished, install autoscend again.

your settings will be preserved and you will not lose anything
 
It's a matter of GitHub deciding to eliminate the word "master" as it implies or connotes slavery.
FYI this isn't a thing which has actually happened in the real world. They've changed the default branch name for new repo's to "main" which is actually in line with source control software that pre-dates Git (e.g. Perforce) but that doesn't affect existing repo's and even if you created a new repo you're perfectly at liberty to rename your "main" branch to "master" if you so wish.

Take your anti-woke crusade elsewhere.
 
Okay, if that's not happening in the real world I'll take your word for it; that was my impression reading about it but you seem better informed.

But I'm certainly not on a crusade and you have a very wrong impression of me if you think I'm in any way "anti-woke".

At any rate this is off-topic so I'll drop it.
 
I am getting an issue that looks to be related to the install issues before.

On osx, I deleted my kolmafia jar (and then downloaded the latest), deleted the contents of `~/Application\ Support/KolMafia`

Thoughts?

Code:
> svn delete autoscend

No script matching autoscend is currently installed.

> svn checkout https://github.com/Loathing-Associates-Scripting-Society/autoscend/branches/master/RELEASE/

Starting Checkout...
Validating repo...
The requested repo failed validation. Complain to the script's author.
Done.
 
Back
Top