https://github.com/drincs-productions/stmb-device
Smart Device (PC and SmartPhone) TV Messenger Browser in Renpy
https://github.com/drincs-productions/stmb-device
browser device f95 f95zone game laptop messenger pc phone renpy smart smartphone tv
Last synced: 4 months ago
JSON representation
Smart Device (PC and SmartPhone) TV Messenger Browser in Renpy
- Host: GitHub
- URL: https://github.com/drincs-productions/stmb-device
- Owner: DRincs-Productions
- License: mit
- Created: 2023-03-12T16:22:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T15:27:37.000Z (over 2 years ago)
- Last Synced: 2025-08-18T11:59:15.198Z (10 months ago)
- Topics: browser, device, f95, f95zone, game, laptop, messenger, pc, phone, renpy, smart, smartphone, tv
- Language: Ren'Py
- Homepage: https://drincs-website.web.app
- Size: 23.1 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Smart Device (PC and SmartPhone) TV Messenger Browser in Renpy for Ren'py


**IMPORTANT**: is still in development
In order to simplify the update work and avoid errors in saving I created functions that check the correct state of variables by inserting them in [after_load](game/tool/core.rpy#L1) (e.g. after a change to a quest that causes a stage to be blocked, the quest should restart) and an abundant use of define.
Feel free to contribute, fork this and send a pull request. 😄
## Documentation
**[Wiki](https://github.com/DRincs-Productions/STMB-Device/wiki)**
## Code snippets ([VSCode](https://code.visualstudio.com/))
(all begin with `DR_`)

## Insert Toolkit in your project
I recommend the following ways to include it in your project:
- [**Pull branch**](#pull-branch) (to **insert** it into your game and **update** it easily)
- [**Fork**](https://docs.github.com/en/get-started/quickstart/fork-a-repo) (to improve the repo or create a Toolkit based on mine)
- [Manually](https://github.com/DRincs-Productions/STMB-Device/releases) (not recommended)
### Pull branch
To **insert** or **update** the Toolkit in your repo with Pull branch I recommend the following procedure:
(only if you want to insert the repo) Create a new empty branch, in the example I'll use **stmb-device**
```shell
git checkout -b stmb-device
git checkout stmb-device
git config pull.rebase false
git pull https://github.com/DRincs-Productions/STMB-Device.git tool-only --allow-unrelated-histories
```
At the end make a merge inside the arm of the project.
## Preview