Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Spanish guidelines.
1524 of 135 results
15.
What isn't Saved
(no translation yet)
Located in ../../source/save_load_rollback.rst:57
16.
Python variables that are not changed before the game begins will not be saved. This can be a major problem if a variable that is saved and one that is refer to the same object. (Alias the object.) In this example::
(no translation yet)
Located in ../../source/save_load_rollback.rst:59
17.
`a` and `b` are aliased. Saving and loading may break this aliasing, causing `a` and `b` to refer to different objects. Since this can be very confusing, it's best to avoid aliasing saved and unsaved variables. (This is rare to encounter directly, but might come up when an unsaved variable and saved field alias.)
(no translation yet)
Located in ../../source/save_load_rollback.rst:73
18.
There are several other kinds of state that isn't saved:
(no translation yet)
Located in ../../source/save_load_rollback.rst:79
19.
control flow path
(no translation yet)
Located in ../../source/save_load_rollback.rst:84
20.
Ren'Py only saves the current statement, and the statement it needs to return to. It doesn't remember how it got there. Importantly, if code (like variable assignments) is added to the game, it won't run.
(no translation yet)
Located in ../../source/save_load_rollback.rst:82
21.
mappings of image names to displayables
(no translation yet)
Located in ../../source/save_load_rollback.rst:89
22.
Since this mapping is not saved, the image may change to a new image when the game loads again. This allows an image to change to a new file as the game evolves.
(no translation yet)
Located in ../../source/save_load_rollback.rst:87
23.
configuration variables, styles, and style properties
(no translation yet)
Located in ../../source/save_load_rollback.rst:95
24.
Configuration variables and styles aren't saved as part of the game. Therefore, they should only be changed in init blocks, and left alone once the game has started.
(no translation yet)
Located in ../../source/save_load_rollback.rst:92
1524 of 135 results

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

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

No-one has contributed to this translation yet.