Multiple windows in a game, like Nintendo DS?
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Multiple windows in a game, like Nintendo DS?
It's an idea that I've had for a while.
Is it possible to make a game with more than one window in Ren'Py? Like, is it possible to have a game where these multiple windows affect each other at the same time?
Say, a game where you work for the NSA. One window could show the "target" as they go on with their lives, talking to people and that kinda stuff. Another window would be where you get to play "hacking" minigames that would occasionally pop-up as the story progresses, and without which you would be unable to progress.
Is such an idea possible in Renpy?
The ideal scenario would be that there would be two executables that would open a window each; "camera", and "hacktool". But if that isn't possible, I've heard about child windows and how they can be "dragged" outside the main game window; if so, how would you go about doing it?
I only know enough about programming to make a choice-based game with splashscreens and stuff, so do go easy on me hahaha
Thank you for our time!
Is it possible to make a game with more than one window in Ren'Py? Like, is it possible to have a game where these multiple windows affect each other at the same time?
Say, a game where you work for the NSA. One window could show the "target" as they go on with their lives, talking to people and that kinda stuff. Another window would be where you get to play "hacking" minigames that would occasionally pop-up as the story progresses, and without which you would be unable to progress.
Is such an idea possible in Renpy?
The ideal scenario would be that there would be two executables that would open a window each; "camera", and "hacktool". But if that isn't possible, I've heard about child windows and how they can be "dragged" outside the main game window; if so, how would you go about doing it?
I only know enough about programming to make a choice-based game with splashscreens and stuff, so do go easy on me hahaha
Thank you for our time!
- isobellesophia
- Miko-Class Veteran
- Posts: 979
- Joined: Mon Jan 07, 2019 2:55 am
- Completed: None
- Projects: Maddox and Friends! (AI Teacher friend), Friendly Universities! (Soon)
- Organization: Friendly Teachers series
- Deviantart: SophBelle
- itch: Child Creation
- Location: Philippines, Mindanao
- Contact:
Re: Multiple windows in a game, like Nintendo DS?
I dont think that can be possible at all, yes, RenPy can run windows at twice, but i think it can be done through pythons and persistent or variables, it can be hard though
- Imperf3kt
- Lemma-Class Veteran
- Posts: 3636
- Joined: Mon Dec 14, 2015 5:05 am
- Location: Your monitor
- Contact:
Re: Multiple windows in a game, like Nintendo DS?
Ren'Py can run other applications via python - it can be forced to start another program, for example, another ren'py game.
I don't know if you can make the two interact, but you could probably fudge something together using multi persistent data and affect both via save files.
I cannot, however, envisage how this feature would be useful on any device with less than two screens.
I don't know if you can make the two interact, but you could probably fudge something together using multi persistent data and affect both via save files.
I cannot, however, envisage how this feature would be useful on any device with less than two screens.
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.
Current project: GGD Mentor
Free Android GUI - Updated occasionally
Twitter
Imperf3kt Blackjack - a WIP blackjack game for Android made using Ren'Py
pro·gram·mer (noun) An organism capable of converting caffeine into code.
Current project: GGD Mentor
Free Android GUI - Updated occasionally
Imperf3kt Blackjack - a WIP blackjack game for Android made using Ren'Py
- Andredron
- Miko-Class Veteran
- Posts: 535
- Joined: Thu Dec 28, 2017 2:37 pm
- Completed: Kimi ga nozomu renpy-port(demo), Albatross Koukairoku(demo)
- Projects: Sisters ~Natsu no Saigo no Hi~(renpy-port)
- Location: Russia
- Contact:
Re: Multiple windows in a game, like Nintendo DS?
I'm writing a Renpy textbook (in Russian). https://disk.yandex.ru/i/httNEajU7iFWHA (all information is out of date) Update 22.06.18
Help me to register in QQ International
Honest Critique
Help me to register in QQ International
Honest Critique
Re: Multiple windows in a game, like Nintendo DS?
Not exactly like NDS (those games are a single app that send data to screen 1 or screen 2, with a proper hardware, some PC could struggle to run two renpy instances at once!).
Anyway, you can always split the single game window in two, by savvy use of screens (or use in-game pop-ups for multi-level experiences). I think is the more logical and faster way to obtain such behaviour.
Anyway, you can always split the single game window in two, by savvy use of screens (or use in-game pop-ups for multi-level experiences). I think is the more logical and faster way to obtain such behaviour.
If you want to debate on a reply I gave to your posts, please QUOTE ME or i'll not be notified about. << now red so probably you'll see it.
10 ? "RENPY"
20 GOTO 10
RUN
10 ? "RENPY"
20 GOTO 10
RUN
Who is online
Users browsing this forum: Bing [Bot], OddTillTheEnd



