Update 'Tips'

2021-06-30 03:59:44 +00:00
parent 2c0fd73618
commit b862ad7347

@ -16,7 +16,7 @@
<h2>Werid, hardly documented renpy stuff we use</h2>
<ul id=MoveTransition><a href=https://www.renpy.org/doc/html/transitions.html#MoveTransition>MoveTransition</a> - a way more modifiyable version of "with move" that can be applied to characters.</ul>
<ul id=Updates><a href=https://www.renpy.org/doc/html/updater.html#updater.Update>updater.Update</a> - there are **TWO** update commands in Renpy. One gives you cancer, one updates the game. This one, the one with a capital 'U' in "Update", is the one that actually updates. However, it accepts variables like <a href=https://www.renpy.org/doc/html/updater.html#updater.update>updater.update</a> does. So treat the documentation for updater.update as the valid documentation for updater.Update.
<ul id=Updates><a href=https://www.renpy.org/doc/html/updater.html#updater.Update>updater.Update</a> - there are <b>TWO</b> update commands in Renpy. One gives you cancer, one updates the game. This one, the one with a capital 'U' in "Update", is the one that actually updates. However, it accepts variables like <a href=https://www.renpy.org/doc/html/updater.html#updater.update>updater.update</a> does. So treat the documentation for updater.update as the valid documentation for updater.Update.
<p>More on the Updates feature, Renpy doesn't support HTTPS for it. So, all updates must be done over an insecure channel. Fun, but this isn't obviously documented and only can really be figured out by perusing the <a href=https://github.com/renpy/renpy/issues/1387#issuecomment-366744306>git page</a>.
</p>
</ul>