Tabletop Simulator

Tabletop Simulator

Yellowscribe
79 Comments
Am bug 9 Jan, 2024 @ 3:17pm 
its not .net its .xyz now
Chloe_Awruff 4 Jun, 2023 @ 7:02pm 
just remove this one goddamn
nerevar 9 Apr, 2023 @ 2:06pm 
Looks like ThePants made it private or Steam took it down, I haven't tried his version because this one works fine if you replace the dead link in the code. Go back a few pages in the comments, it's explained how to get this version to work.
Delaxion 8 Apr, 2023 @ 9:15pm 
I can't find v2 in the workshop. Seems like it was removed?
[ZSU] Not So Bulletproof 19 Jan, 2023 @ 6:11pm 
Yellowscribe v2 is now live which hopefully will fix some issues we've been having.
ThePants999 19 Jan, 2023 @ 5:44pm 
***IMPORTANT***

This is no longer the correct mod for Yellowscribe. You now need https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2920625970 and you need to upload your roster to {LINK REMOVED} not {LINK REMOVED}. (More information in the support Discord.)
christian.helfert 10 Jan, 2023 @ 3:31am 
I have a code but i cant load my BS List in TTS...horribly wrong...is the answer! What can i do?
ATOM_Shimuni 1 Jan, 2023 @ 2:24am 
Someone seems to have uploaded the mod with the fix implemented: Not Another Yellowscribe Workaround
ATOM_Shimuni 1 Jan, 2023 @ 2:17am 
Just tried to fix it, still works. Also, you can edit the JSON file of the mod on your drive and make the fix permanent.

For me, it was under:

C:\Users\USERNAME\Documents\My Games\Tabletop Simulator\Mods\Workshop\

open the following file: 2536025249.json

search for local URL (should be somewhere in line 430)
replace with:
local url = DEBUG and \" http://54.219.45.2/get_army_by_id?id=/" or /"http://ym-bs2tts-crusade.us-west-1.elasticbeanstalk.com/get_army_by_id?id=/"
The Peacekeeper 30 Dec, 2022 @ 9:41am 
this fix no longer works for me just says:
"Something has gone horribly wrong! Please try again"
"Something has gone wrong at the server!"
Dendrazzik 26 Dec, 2022 @ 7:16pm 
Yah you have to change code every single time...can someone find a fix?
Alpharius 23 Dec, 2022 @ 6:21pm 
@nerevar after some experimentation I got it working, I just can't save the change and have to redo the fix every time I want to use it. Annoying, but not unusable.
nerevar 23 Dec, 2022 @ 5:52pm 
@ssfbob Did you try ignoring the message and loading an army code after clicking Save & Play?
Alpharius 23 Dec, 2022 @ 1:07pm 
Well, I tried the fix, but it's telling me "error cannot commit save changes to a workshop mod create your own save" even though I see no option to make my own save, so I guess I'm just screwed.
nerevar 22 Dec, 2022 @ 3:13pm 
Because people are confused on how to do this, and because it took me a while to figure out:

1. In TTS, load Yellowscribe
2. Close the pop-up that asks for your army's code
3. Click Modding at the top, then click Scripting from the drop down menu
4. Click Yellow Machine - 46ccee
5. Scroll down until you see the line that starts with "local url = DEBUG"
6. Carefully delete that line, make sure you don't accidentally delete more code than just that line
7. In that now empty line, paste:

local url = DEBUG and " http://54.219.45.2/get_army_by_id?id=" or "http://ym-bs2tts-crusade.us-west-1.elasticbeanstalk.com/get_army_by_id?id="

8. At the top left corner of that pop-up, click Save & Play. Yellowscribe will refresh with the new code, and you'll be able to upload your army list.

Hope this helps, enjoy!
Tricky Crusader 22 Dec, 2022 @ 3:02pm 
You need to properly set escape characters, like this
url = DEBUG and \" http://54.219.45.2/get_army_by_id?id=/" or /"http://ym-bs2tts-crusade.us-west-1.elasticbeanstalk.com/get_army_by_id?id=/"
Fixed it for me today.
neonchest 19 Dec, 2022 @ 9:30pm 
If you are still stuck, you need to follow Strotter's instructions to modify the Yellow Machine script. Scroll down a little to this section of the script (see below). There is one line that starts with "local url = DEBUG and..." That is the line that you need to replace as I did below and others suggested. Additionally, you need to save your session of Yellowscribe and use that saved format going forward until/if Yellowscribe is fixed. Everything works for me now.

local loadedData, loadedDataOrder, originalLoadedOrder, uiHeight, uiWidth, useDecorativeNames, armyDisplay, armyText
local url = DEBUG and " http://54.219.45.2/get_army_by_id?id=" or "http://ym-bs2tts-crusade.us-west-1.elasticbeanstalk.com/get_army_by_id?id="
local uiTemplates = {
Chroma 19 Dec, 2022 @ 1:56pm 
Doesn't work.
=GonTar= 9 Dec, 2022 @ 6:01pm 
so no point in downloading? doesn't work anymore? :c :steamsad:
ATOM_Shimuni 3 Dec, 2022 @ 11:13am 
the solution by Strotter seems to be working
Twin Troubles 24 Nov, 2022 @ 4:52pm 
Its No workie...
nerevar 24 Nov, 2022 @ 10:25am 
Any update?
shadow200727 16 Oct, 2022 @ 11:17am 
so yellowman has stepped down and his replacement is trying to figure out what to do
shassa 16 Oct, 2022 @ 6:08am 
I'm trying it for the first time and I get an error about contacting the server. I'll try and follow the instructions by Strotter to see if that helps.
Isshtar 15 Oct, 2022 @ 5:09am 
Just try to edit the yellowscribe mod with the advices in comment but i still got the error with server
Loading... 13 Oct, 2022 @ 12:09am 
Yellowscribe is busted boys.
[EASY] Tech-priest-Jacques-D.C 12 Oct, 2022 @ 8:30pm 
This stuff is still brokeded
Zenric 2 Oct, 2022 @ 12:24pm 
@Strotter unclear advice. wdym by "replace the old"?
Strotter 27 Sep, 2022 @ 1:15pm 
open the yellowscribe mod, then close the code window.
Click on Modding at the top of the page and click on scripting.
From there, click on the tab labeled Yellow Machine on the left. replace the old with:
url = DEBUG and " http://54.219.45.2/get_army_by_id?id=" or "http://ym-bs2tts-crusade.us-west-1.elasticbeanstalk.com/get_army_by_id?id="
dannyevison20 26 Sep, 2022 @ 6:22am 
how do you access the mod to change the code, in tts game or somewhere else?
StitchOTK 25 Sep, 2022 @ 5:51am 
Server error?
Yvon Crâne Fendu 20 Sep, 2022 @ 11:42am 
still server errors. I hope this will be resolved soon.
Thank you for your work.
mitchholleman 18 Sep, 2022 @ 12:32am 
Also getting server error, tried following instructions below to replace line of code and use new url but am now getting code expired error
The Nuclear Option 18 Sep, 2022 @ 12:10am 
Like Mindphish, I am getting a server error as well.
Mindphish 18 Sep, 2022 @ 12:07am 
I keep receiving an error on TTS where there' a server issue when I try to use the code.
poxol25 14 Sep, 2022 @ 11:43pm 
thanks a Lot inFiNiTy, works very well with that
Raven Gaming 11 Sep, 2022 @ 10:39am 
does this support aos
rosco_34 8 Sep, 2022 @ 7:09am 
thx !
InFiNiTy 8 Sep, 2022 @ 12:33am 
The 2 comments below are just a temp fix provided by Yellow Man on the discord support server. I just posted it here for the poor souls who were like me who didn't know what to do for 3 days XD
InFiNiTy 8 Sep, 2022 @ 12:29am 
for those who aren't in the discord support server, there was a temp fix provided by Yellow Man. I will just briefly mention what to do.

This is the new link for the Yellowscribe server.
http://ym-bs2tts-crusade.us-west-1.elasticbeanstalk.com/

Next open the yellowscribe mod, then close the code window.
Click on Modding at the top of the page and click on scripting.
From there, click on the tab labeled Yellow Machine on the left.
Then you do not need to scroll to find the line you need to change near the bottom of that screen it will say something that looks like this
InFiNiTy 8 Sep, 2022 @ 12:29am 
url = DEBUG and " http://54.219.45.2/get_army_by_id?id=" or "https://yellowscribe.net/get_army_by_id?id="

you will need to replace that line with

url = DEBUG and " http://54.219.45.2/get_army_by_id?id=" or "http://ym-bs2tts-crusade.us-west-1.elasticbeanstalk.com/get_army_by_id?id="

After you do this, you will need to go to the top left of the screen and click the button labeled save and play once you click that and confirm that everything works, you can save this file and use it with out having to go into the code every time in order to change the line.
InFiNiTy 7 Sep, 2022 @ 1:11am 
yeah already tried that. really can't connect. dunno why
SoulFlayer 6 Sep, 2022 @ 10:56pm 
it works if you dont use HTTPS
InFiNiTy 6 Sep, 2022 @ 10:20pm 
Site is down in my case.
SoulFlayer 6 Sep, 2022 @ 9:21pm 
site is working, but TTS cant connect to the Yellowscribe server :/
Dots 6 Sep, 2022 @ 2:08am 
hope come back soon
rosco_34 5 Sep, 2022 @ 1:01pm 
site come back
but i have bug when i try use code on tts