Gorse

Member
GFX Designer
Aug 16, 2020
363
1,507
308
The Judas Ghost [Ch.2 P1 v1.3.10] [Lockheart] - Compressed

Win/Linux [222 MB]
- MEGA - - PIXELDRAIN -

Mac [217 MB]
- MEGA - - PIXELDRAIN -

You don't have permission to view the spoiler content. Log in or register now.
Thanks for the compressed version update, Bob69!

However, there are two tiny issues:

1) your zip folder contains two different .exe files o_O
TJG-CH2.1v1.3.10compr.jpg
Which one is the "right" one? I'd guess, the one with the F95 icon?!

2) your zip folder, the unzipped sub folder, one of those .exe's and more files are titled "Chapter1" instead of "Chapter2 Part1". I'd guess, that's only a small typo?!

You might want to correct these to avoid potential confusion...
Keep up the great and helpful work! Cheers!
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
23,720
324,315
998
Thanks for the compre ssed version update, Bob69!

However, there are two tiny issues:

1) your zip folder contains two different .exe files o_O
View attachment 4831881
Which one is the "right" one? I'd guess, the one with the F95 icon?!

2) your zip folder, the unzipped sub folder, one of those .exe's and more files are titled "Chapter1" instead of "Chapter2 Part1". I'd guess, that's only a small typo?!

You might want to correct these to avoid potential confusion...
Keep up the great and helpful work! Cheers!
There are 2 different exes cause one is the "manually" edited one from the dev (or custom one in their SDK). And as I rebuild I use the "standard" one + my the F95 icons. As my SDK didn't know that exe it didn't remove it. (Also one exe works the other doesn't so it really doesn't matter lol)

For the Chapter 1 thats cause it seems the Dev didn't edit the Code correctly so rebuilding it used the name thats in the code again. I may fix it later when I am back home.
 
  • Like
Reactions: Gorse

RiamMar

One Hand Clapping, Daggum Games, Lockheart
Modder
Game Developer
Sep 15, 2017
1,211
4,719
478
There are 2 different exes cause one is the "manually" edited one from the dev (or custom one in their SDK). And as I rebuild I use the "standard" one + my the F95 icons. As my SDK didn't know that exe it didn't remove it. (Also one exe works the other doesn't so it really doesn't matter lol)

For the Chapter 1 thats cause it seems the Dev didn't edit the Code correctly so rebuilding it used the name thats in the code again. I may fix it later when I am back home.
v1.3.11 should have fixed the "chapter1" issue.
The exe is just what Ren'Py gives me. Might be a difference in Ren'Py versions?
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
23,720
324,315
998
v1.3.11 should have fixed the "chapter1" issue.
The exe is just what Ren'Py gives me. Might be a difference in Ren'Py versions?
If you didn’t use a nightly version then it should be the same SDK.
 

RiamMar

One Hand Clapping, Daggum Games, Lockheart
Modder
Game Developer
Sep 15, 2017
1,211
4,719
478
If you didn’t use a nightly version then it should be the same SDK.
No, no nightly build. But not the latest. Am still on 8.3.2. *shrugs*
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
23,720
324,315
998
Yeaaaah, I don't have quite as many. I only keep those I need for dev and modding. :ROFLMAO:
Am at 29 GB of SDKs :KEK:

Hmm the option.rpy does say
1747061376387.png
as exe name, not sure why yours didn't if you didn't rename it manually. Oh wait it doesn't find the options.rpy. Thats probably the reason.
 

RiamMar

One Hand Clapping, Daggum Games, Lockheart
Modder
Game Developer
Sep 15, 2017
1,211
4,719
478
Am at 29 GB of SDKs :KEK:

Hmm the option.rpy does say
View attachment 4832235
as exe name, not sure why yours didn't if you didn't rename it manually. Oh wait it doesn't find the options.rpy. Thats probably the reason.
Latest (and links in OP) are v1.3.11 and should be labeled chapter 2
 
  • Like
Reactions: Bob69

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
23,720
324,315
998
Latest (and links in OP) are v1.3.11 and should be labeled chapter 2
Ya need to report any version change btw (not now anymore cause I'll update it). And you can remove non updated links. I'll update the OP and my compression then.

Edit so yeah I see the problem, at least for me. You don't have a "options.rpy" included with the game, not sure why it works for you or how you build it. But without options.rpy rebuilding it will just delete any info lol. And also doesn't rebuild the rpa's. Have you stored all the Name, Version, Rpa info in a different script?

Looks like this when rebuild:
You don't have permission to view the spoiler content. Log in or register now.
The lower exe is the original one lol.
 
Last edited:

RiamMar

One Hand Clapping, Daggum Games, Lockheart
Modder
Game Developer
Sep 15, 2017
1,211
4,719
478
Ya need to report any version change btw (not now anymore cause I'll update it). And you can remove non updated links. I'll update the OP and my compression then.

Edit so yeah I see the problem, at least for me. You don't have a "options.rpy" included with the game, not sure why it works for you or how you build it. But without options.rpy rebuilding it will just delete any info lol. And also doesn't rebuild the rpa's. Have you stored all the Name, Version, Rpa info in a different script?

Looks like this when rebuild:
You don't have permission to view the spoiler content. Log in or register now.
The lower exe is the original one lol.
Yeah, I find everything cramped into one file isn't a nice thing to do. It is mostly config, true, but it covers so many different aspects. So, I like to structure my projects a bit more and have a config folder with a build.rpy for all the RPA stuff, game.rpy for general config stuff lilke game name and version etc.

Sorry for the inconvenience :eek:
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
23,720
324,315
998
Yeah, I find everything cramped into one file isn't a nice thing to do. It is mostly config, true, but it covers so many different aspects. So, I like to structure my projects a bit more and have a config folder with a build.rpy for all the RPA stuff, game.rpy for general config stuff lilke game name and version etc.

Sorry for the inconvenience :eek:
Heh yeah thats it then. With UAGC rebuilding will not add an option file I think so then its just -pc.zip lol. I'll just rebuild manually then and add the options rpy should be fine anyways. Just need to remember next update lol. Well I will notice xD

Can't really do anything about the ingame still saying Chapter 1 tho.
 
  • Like
Reactions: RiamMar

RiamMar

One Hand Clapping, Daggum Games, Lockheart
Modder
Game Developer
Sep 15, 2017
1,211
4,719
478
Heh yeah thats it then. With UAGC rebuilding will not add an option file I think so then its just -pc.zip lol. I'll just rebuild manually then and add the options rpy should be fine anyways. Just need to remember next update lol. Well I will notice xD

Can't really do anything about the ingame still saying Chapter 1 tho.
Ahhhh, that I overlooked. It's in the game.rpy as well :ROFLMAO: "MainMenu_VersionDisplay"
Anyway, guess that will stay till next update...
 
  • Haha
Reactions: Bob69

Saint Blackmoor

It's Symbolic Of Course
Donor
Oct 26, 2017
7,078
21,076
960
A Nit-picky point, but also a counterpoint to the God is real conversation.

In the conversation with Gemma, the MC says:
zach "That, and the chicken. It's just a walking, clucking meal. A flightless bird that literally mocks its predators."
zach "How does something like that get past natural selection?"
gemma "I know, right!? It must be protected by the hand of God. That's the only explanation."

The reality is that today's chicken is a product of selective breeding, like all domesticated animals today. A flightless bird the size of a chicken would have gone extinct, as many types of birds did I imagine. Today's ostrich is flightless, but a formidable fighter. Any flightless bird today has a distinct advantage for survival.
So, the counterargument is: Is God directing man to domesticate animals? Or is it man's natural progression due to our improving intelligence? I go with the latter.

This game makes you think. (y)
 

RiamMar

One Hand Clapping, Daggum Games, Lockheart
Modder
Game Developer
Sep 15, 2017
1,211
4,719
478
Damn ... Sienna's coin is way too well hidden ...
I tried it in different locations that aren't too obvious but it sticked out like a bird poop on your windshield, so I just put it their and increased the brightness of the coin a bit. Maybe I shouldn't have built up frustration by playing hidden objects games before doing so... :ROFLMAO:
 
  • Haha
Reactions: Elhemeer

RiamMar

One Hand Clapping, Daggum Games, Lockheart
Modder
Game Developer
Sep 15, 2017
1,211
4,719
478
You don't have permission to view the spoiler content. Log in or register now.
I love Judy. She's awesome. :love:
(But I do have a memory of maybe I didn't like her in the beginning. :unsure:)

Don't let her break your heart. :)
She can come off a bit strong in the beginning, true.

I hope she reverts to her 19th century personality for an event. Really curious what she was like back then.
Judy: Thou shouldst have amorous congress by the bevy of lasses!
*MC steps back, slowly.*
 
4.30 star(s) 21 Votes