Billshwr

Active Member
Feb 17, 2021
578
163
Hi, none of the gym personal training videos seem to work for me. Would you be able to take a look please. I play on mobile if that makes a difference. Most videos elsewhere are working fine
 

maruchan

New Member
Jul 22, 2017
11
16
Hi, none of the gym personal training videos seem to work for me. Would you be able to take a look please. I play on mobile if that makes a difference. Most videos elsewhere are working fine
If you're using the online version, it's because the game is referencing the incorrect file path. The file names for those videos are capitalized, but the HTML is looking for files that aren't (HTML is looking for abellaworkout.mp4, but the file name is Abellaworkout.mp4). It works in the downloaded version
 

NoxBestia

Newbie
Mar 1, 2024
17
10
does anyone klnow where do i need to modify the energy cost for jobs? i wanna do more than 4 in a day
I believe to do that there are over 1,200 lines of code you would need to change.

The better option, IMO, would be to increase your muscularity, which gives you more energy each day. The energy thresholds happen at muscularity greater than:
59
90
120
150
 

NoxBestia

Newbie
Mar 1, 2024
17
10
BUG: 1.02 (downloaded)
When first speaking with Mike after initial dungeon renovation.

Further interactions with Mike seem okay so far.

1709491985063.png
 

Odin Hammer

Newbie
Jun 22, 2021
16
9
Hi, none of the gym personal training videos seem to work for me. Would you be able to take a look please. I play on mobile if that makes a difference. Most videos elsewhere are working fine
Same here. I play the online-version and the Vids aren't playing
 

TaurusBR

Newbie
Oct 7, 2019
99
117
I found an issue in the online version 1.02 in the gym (gym 27) :
You don't have permission to view the spoiler content. Log in or register now.
there is a double quote at the end of the px"" code (see "&quot):
Code:
<img src="assets/img/gym/27.webp" style="max-height: 500px"&quot
removing just one should fix the problem
Code:
<img src="assets/img/gym/27.webp" style="max-height: 500px"
 

TaurusBR

Newbie
Oct 7, 2019
99
117
Hi, none of the gym personal training videos seem to work for me. Would you be able to take a look please. I play on mobile if that makes a difference. Most videos elsewhere are working fine
There is a conflict due to the names being different in the game html file and the folder.
In HTML, names are lowercase. see:
Code:
caliworkout
In the folder, the names are in uppercase. see:
Code:
Caliworkout
This small difference is the cause of the problems.

After modifying the html file to the name of the folders, the videos worked normally.
 
2.40 star(s) 35 Votes