- Aug 5, 2021
- 629
- 473
Was planning on it. Be done tonight or tomorrow at the latest.ShaddyModda Can you please update the mod?
Updated for 1.00
Updated my Android port and PC Compresed incl ShaddyModda's Mod to v1.00Hi all, my compressed unofficial Android port of Callisto v 1.00 with ShaddyModda walkthrough, cheats and gallery mod.
Usual gestures, save name/delete, seethru textbox, resizeable game and dialogue text.
Scrollable textbox - no more text off the bottom of your screen
Alternative persistent saves/log location
Grant storage permissions on first run!
You must be registered to see the links
PC compressed version 1.00 with Shaddy's mod incl
You must be registered to see the links
holy shit thanks dudeUpdated my Android port and PC Compresed incl ShaddyModda's Mod to v1.00
screen choice(items):
style_prefix "choice"
vbox spacing 5:
for n, i in enumerate(items, 1):
if n < 10:
key str(n) action i.action
key "K_KP" + str(n) action i.action
textbutton str(n) + ") " + i.caption action i.action
label tiff_bond
, if config.menu_include_disabled = True)screen choice(items):
style_prefix "choice"
vbox spacing 5:
for n, i in enumerate(items, 1):
if n < 10:
key str(n) action i.action
key "K_KP" + str(n) action i.action
textbutton str(n) + ") " + i.caption action i.action
else:
textbutton i.caption action i.action
How about uploading a fixed copy for those of us who don't speak Monty's native language? (if you have to ask who Monty Python is just google for some hilarious videos)bug report:
this causes screens with more than 9 options to not properly show up, which exist in this game (Python:screen choice(items): style_prefix "choice" vbox spacing 5: for n, i in enumerate(items, 1): if n < 10: key str(n) action i.action key "K_KP" + str(n) action i.action textbutton str(n) + ") " + i.caption action i.action
label tiff_bond
, if config.menu_include_disabled = True)
simple fix:
Python:screen choice(items): style_prefix "choice" vbox spacing 5: for n, i in enumerate(items, 1): if n < 10: key str(n) action i.action key "K_KP" + str(n) action i.action textbutton str(n) + ") " + i.caption action i.action else: textbutton i.caption action i.action
bug report:
this causes screens with more than 9 options to not properly show up, which exist in this game (Python:screen choice(items): style_prefix "choice" vbox spacing 5: for n, i in enumerate(items, 1): if n < 10: key str(n) action i.action key "K_KP" + str(n) action i.action textbutton str(n) + ") " + i.caption action i.action
label tiff_bond
, if config.menu_include_disabled = True)
simple fix:
Python:screen choice(items): style_prefix "choice" vbox spacing 5: for n, i in enumerate(items, 1): if n < 10: key str(n) action i.action key "K_KP" + str(n) action i.action textbutton str(n) + ") " + i.caption action i.action else: textbutton i.caption action i.action
uh. it's supposed to have the else, must have missed it, when I copied from one of my other scripts. I was in a bit of a hurry to update this, given I didn't have a lot of time. I'll fix it and throw up an update after the holiday. Soo Tuesday, unless I can find some time, before then.How about uploading a fixed copy for those of us who don't speak Monty's native language? (if you have to ask who Monty Python is just google for some hilarious videos)
@ShaddyModda Other option would be could you please fix the mod?
As a fan of your work in general I place a humble thank you at your feet for taking any time at all on this even if I have to wait.... Hey wait a minute 2 and a half days... !$@% is this? J/K You're fantasticuh. it's supposed to have the else, must have missed it, when I copied from one of my other scripts. I was in a bit of a hurry to update this, given I didn't have a lot of time. I'll fix it and throw up an update after the holiday. Soo Tuesday, unless I can find some time, before then.
Updated Android port and compressed PC to 1.00 RevisedHi all, my compressed unofficial Android port of Callisto v 1.00 with ShaddyModda walkthrough, cheats and gallery mod.(revised)
Usual gestures, save name/delete, seethru textbox, resizeable game and dialogue text.
Scrollable textbox - no more text off the bottom of your screen
Alternative persistent saves/log location
Grant storage permissions on first run!
You must be registered to see the links
PC compressed version 1.00 with Shaddy's mod incl {revised}
You must be registered to see the links