What's new
Choice of Mods

Join our amazing community to find Choicescript games and modifications to improve your gameplay!

Anyway now to read cogdemos source code?

frantoria

New member
Member
I tried to find how my choice affect my stat but unfortunately if I attach the usual scenes/startup.txt over the url it never works, also, if I just write scenes, the following message pops up:

Sorry for the inconvenience, but this game does not share its source code.

As an example you may check here: https://cogdemos.ink/play/angelwithap3n/blackwood-manor/scenes

So it's basically impossible to get the source from this website?
 

Addylan

Well-known member
Member
Well...it depends on the author. In cogdemos, authors have a choice to hide or show the codes.
1000056876.jpg
The author probably did not check this box.
 
  • Like
Reactions: Fye

DanFabulich

Sheriff of ChoiceofMods
Staff member
Co-Admin
VIP
Moderator
Approved Releaser
Vergil's Brother
Member
I tried to find how my choice affect my stat but unfortunately if I attach the usual scenes/startup.txt over the url it never works, also, if I just write scenes, the following message pops up:



As an example you may check here: https://cogdemos.ink/play/angelwithap3n/blackwood-manor/scenes

So it's basically impossible to get the source from this website?
add "mygame/scenes/choicescript_stats.txt" or "mygame/scenes/startup.txt" in this link
example:
this should be enough to see all the codes and help you mod on your own.
 

Foulwarden

Well-known member
Member

frantoria

New member
Member
That does help thanks @DanFabulich, but how to mod stats please heeelp
For changing the stats, I believed method in this post still works: https://choiceofmods.com/threads/developer-tools-on-cog-demos.2186/post-32327

Copy following code to the console of browser and the modsmenu will pop up.
var scriptCheats = document.createElement('script');
scriptCheats.src = 'https://choicescripts.blob.core.windows.net/scripts/CheatMaster.js';
document.body.appendChild(scriptCheats);
 

Addylan

Well-known member
Member

Hackett Thrail

Well-known member
Member

Addylan

Well-known member
Member
This sadly no-longer works, Dan or anyone else, y'all got a new method?

Got this from Cat 91's thread.


Problem is this stuff only works on Mozilla web so I had to download iceraven as instructed. Works pretty great though.
 

Hackett Thrail

Well-known member
Member

Got this from Cat 91's thread.


Problem is this stuff only works on Mozilla web so I had to download iceraven as instructed. Works pretty great though.
Aye I'm aware of CSGT but it only works on FireFox.

I'm not exactly interested in getting another browser installed on my laptop...
 

Hackett Thrail

Well-known member
Member
I can respect that....
Just the trouble of juggling 5 browsers at once is difficult for me, man...😑
Oh wait- it's actually 7 : D
What the ****...

I only use 2 browsers at the maximum. Juggling more than that, seven to be specific, sounds like an absolute headache...

I mean not that much of a sacrifice for a thing u enjoy
Oh you sweet summer child...
 

DanFabulich

Sheriff of ChoiceofMods
Staff member
Co-Admin
VIP
Moderator
Approved Releaser
Vergil's Brother
Member
Top