3.10 star(s) 91 Votes

.Black Panther.

Well-Known Member
Jun 3, 2020
1,435
4,786
is there a way to port this game? The older one works but not 2.0. I'd love to have it on my device.
what is the problem ?
First of all, what platform do you use?
What prevents it from running? Any error or thing we have to know about it.
How can we help you without knowing the problem?
 

DaddyDraven

Member
Jun 19, 2020
125
75
What is the problem?
First of all, what platform do you use?
What prevents it from running? Any error or thing we have to know about it.
How can we help you without knowing the problem?
Sorry for not explaining it more. I want to port it to ios. I get a lot of errors:
thon path configuration:
PYTHONHOME = '/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother: another story.app/base'
PYTHONPATH = (not set)
program name = '/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother: another story.app/Big Brother: another story'
isolated = 1
environment = 0
user site = 0
import site = 1
sys._base_executable = '/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother: another story.app/Big Brother: another story'
sys.base_prefix = '/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother'
sys.base_exec_prefix = ' another story.app/base'
sys.platlibdir = 'lib'
sys.executable = '/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother: another story.app/Big Brother: another story'
sys.prefix = '/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother'
sys.exec_prefix = ' another story.app/base'
sys.path = [
'/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother/lib/python39.zip',
'/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother/lib/python3.9',
' another story.app/base/lib/python3.9/lib-dynload',
]
Failed checking if argv[0] is an import path entry
ModuleNotFoundError: No module named 'encodings'
Traceback (most recent call last):
File "/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother: another story.app/base/main.py", line 26, in <module>
ModuleNotFoundError: No module named '__future__'
2023-08-24 02:10:03.864885-0700 Big Brother: another story[4665:210798] Unbalanced calls to begin/end appearance transitions for <UIViewController: 0x7fa292b069a0>. with Xcode
 

Nemo56

Forum Fanatic
Jan 7, 2018
4,896
3,983
"No module named 'encodings'"
I had this for another python programm when my python installation on linux was messed up but I can't recall what I did to fix it.

It could be that in python 3, pythonpath must not be used, but pythonhome instead. Try to replace pythonpath calls with pythonhome or try to set pytonpath to the same value as pythonhome when starting the app.
 

.Black Panther.

Well-Known Member
Jun 3, 2020
1,435
4,786
Sorry for not explaining it more. I want to port it to ios. I get a lot of errors:
thon path configuration:
PYTHONHOME = '/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother: another story.app/base'
PYTHONPATH = (not set)
program name = '/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother: another story.app/Big Brother: another story'
isolated = 1
environment = 0
user site = 0
import site = 1
sys._base_executable = '/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother: another story.app/Big Brother: another story'
sys.base_prefix = '/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother'
sys.base_exec_prefix = ' another story.app/base'
sys.platlibdir = 'lib'
sys.executable = '/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother: another story.app/Big Brother: another story'
sys.prefix = '/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother'
sys.exec_prefix = ' another story.app/base'
sys.path = [
'/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother/lib/python39.zip',
'/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother/lib/python3.9',
' another story.app/base/lib/python3.9/lib-dynload',
]
Failed checking if argv[0] is an import path entry
ModuleNotFoundError: No module named 'encodings'
Traceback (most recent call last):
File "/Users/Deluxe4arms/Library/Developer/CoreSimulator/Devices/761D558D-3318-4538-8CC5-28FDA1F4A710/data/Containers/Bundle/Application/C4D5FA41-FACA-4166-A87C-9B52331861DA/Big Brother: another story.app/base/main.py", line 26, in <module>
ModuleNotFoundError: No module named '__future__'
2023-08-24 02:10:03.864885-0700 Big Brother: another story[4665:210798] Unbalanced calls to begin/end appearance transitions for <UIViewController: 0x7fa292b069a0>. with Xcode
Unfortunately, I have not used iOS and related things for a long time. I don't have a clear idea about this at the moment. But follow Nemo56 recommendations, I hope the problem will be solved. If not, then will look for another ways.
 

DaddyDraven

Member
Jun 19, 2020
125
75
Unfortunately, I have not used iOS and related things for a long time. I don't have a clear idea about this at the moment. But follow Nemo56 recommendations, I hope the problem will be solved. If not, then will look for another ways.
There’s a website with the game
 

OnlyFunz

Active Member
Modder
Game Developer
Nov 23, 2017
767
4,908

Joselito99

Newbie
Apr 4, 2021
77
140
Any news about the next update?? Perhaps I did not understand well, but I believe he said it would be released 4 weeks after the last update
 

.Black Panther.

Well-Known Member
Jun 3, 2020
1,435
4,786
d3dx666 — Yesterday
Question: Can you give a brief update on the status of the update?

Aleksey90 — Yesterday
We are now filling in the content of the 2nd week of the game (priority), but the filling of the 3rd week is also going on in parallel. Almost all branches of events are collected immediately for the entire 1st chapter.
In about a week, testing will be conducted for the 2nd week of the game
 
3.10 star(s) 91 Votes