Browsing Korean translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Korean guidelines.
110 of 131 results
2.
Ren'Py has support for saving game state, loading game state, and rolling back to a previous game state. Although implemented in a slightly different fashion, rollback can be thought of as saving the game at the start of each statement that interacts with the user, and loading saves when the user rolls back.
(no translation yet)
Located in ../../source/save_load_rollback.rst:8
6.
The internal state consists of all aspects of Ren'Py that are intented to change once the game has started, and includes:
(no translation yet)
Located in ../../source/save_load_rollback.rst:27
7.
The current statement, and all statements that can be returned to.
(no translation yet)
Located in ../../source/save_load_rollback.rst:30
8.
The images and displayables that are being shown.
(no translation yet)
Located in ../../source/save_load_rollback.rst:31
9.
The screens being shown, and the values of variables within those screens.
(no translation yet)
Located in ../../source/save_load_rollback.rst:32
10.
The music that Ren'Py is playing.
(no translation yet)
Located in ../../source/save_load_rollback.rst:34
11.
The list of nvl-mode text blocks.
(no translation yet)
Located in ../../source/save_load_rollback.rst:35
12.
The python state consists of the variables in the store that have changed since the game began, and all objects reachable from those variables. Note that it's the change to the variables that matters - changes to fields in objects will not cause those objects to be saved.
(no translation yet)
Located in ../../source/save_load_rollback.rst:37
13.
In this example::
(no translation yet)
Located in ../../source/save_load_rollback.rst:42
14.
only `b` will be saved. A will not be saved because it does not change once the game begins. `O` is not saved because it does not change - the object it refers to changes, but the variable itself does not.
(no translation yet)
Located in ../../source/save_load_rollback.rst:51
110 of 131 results

This translation is managed by Launchpad Korean Translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: kaecode.