GithubHelp home page GithubHelp logo

Comments (6)

HiEv avatar HiEv commented on September 14, 2024 1

Are you talking about the user being able to do that or the developer?

Either way, you can do that by creating a Config.saves.onSave function and set the "title" property on the "save" object, which will set the title of the save. For a simple example, you could put this in your JavaScript section:

Config.saves.onSave = function (save) {
	save.title = prompt("Enter Save Slot Title:", save.title);
};

and that would prompt the user to give the save slot a custom title.

Hope that helps! 😃

from sugarcube-2.

tmedwards avatar tmedwards commented on September 14, 2024 1

Closed in favor of the v3 issue: https://github.com/tmedwards/sugarcube-3-prealpha/issues/1

NOTE: The v3 repository is not yet public, so the above link probably will not work for you until it is.

from sugarcube-2.

Jaydax1729 avatar Jaydax1729 commented on September 14, 2024

Oddly sometimes I see details in the second section but mostly I see only load or Delete

from sugarcube-2.

ArdiGame avatar ArdiGame commented on September 14, 2024

@HiEv Sorry, should have clarified that. I'd want it to be an end-user function, though being able to set that as a developer is nice too, but it feels like that would be too complicated to be worth it.

Much appreciated for the function idea. I'll definitely utilize that in my current project. 😃

While it's possible to create a function to do this in individual projects, I personally think it would do well as a default feature, or at least something toggleable like a dedicated config api option.

from sugarcube-2.

HiEv avatar HiEv commented on September 14, 2024

@rambdev - Perhaps you didn't notice my edit, but the code there now will let the end-user set the title of the save slot.

Try it out. 😃

from sugarcube-2.

ArdiGame avatar ArdiGame commented on September 14, 2024

@HiEv Ah, I didn't see that. The original code was allowing end-user usage as well as far as I can tell, but I'll give that a try too. Thanks!

from sugarcube-2.

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.