Giter VIP home page Giter VIP logo

Comments (4)

MaxTran96 avatar MaxTran96 commented on June 10, 2024 1

@qTich do you know if its possible to call api within a renpy project (using flask maybe)? im working on building a visual novel project that can integrate with AWS services to pull image and text file from server via AWS lambda instead of having it within the client. Is that possible?

from renpy.

renpytom avatar renpytom commented on June 10, 2024 1

Ren'Py really isn't designed to support multiple stories in one project.

The one thing you can do is to download your project to another location on your computer, and then use the subprocess module to run :

/path/to/game1/game1.exe /path/to/game2

to use the version of Ren'Py in game1 to launch game2.

BE VERY CAREFUL

Ren'Py's security model assumes that the game and all its data are trusted. That's not the case if the data for the game comes from a server. Before deploying this, ask yourself what would happen if the server was stolen from you - how are you going to guarantee that your players don't get served malware?

from renpy.

qTich avatar qTich commented on June 10, 2024

I think you need this - action Start

from renpy.

qTich avatar qTich commented on June 10, 2024

@qTich do you know if its possible to call api within a renpy project (using flask maybe)? im working on building a visual novel project that can integrate with AWS services to pull image and text file from server via AWS lambda instead of having it within the client. Is that possible?

renpy.fetch

from renpy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.