This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:tutorials:publishing:common_release_checklist [2020/08/31 05:27 (5 years ago)] – ↷ Page moved from en:tutorials:common_release_checklist to en:tutorials:publishing:common_release_checklist sausage | en:tutorials:publishing:common_release_checklist [2024/03/08 21:00 (14 months ago)] (current) – Updated YouTube link iarwain | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Common Release Checklist ====== | ====== Common Release Checklist ====== | ||
- | Further to the two release guides: [[en: | + | Further to the two release guides: [[en: |
===== 1. Stripping Binaries ===== | ===== 1. Stripping Binaries ===== | ||
- | A way to shave down the size of your packages binaries is to strip them. This means removing any debug code in the Orx library, and your game. You can remove around | + | A way to shave down the size of your packages binaries is to strip them. This means removing any debug code in the Orx library, and your game. You can remove around |
- | Do do this, edit the '' | + | To do this, edit the '' |
This step may not be necessary for all compilers. | This step may not be necessary for all compilers. | ||
Line 16: | Line 16: | ||
===== 2. Packing Assets ===== | ===== 2. Packing Assets ===== | ||
- | Consider | + | There are two main ways to consider |
+ | |||
+ | The newest way is to use the Bundle Extension. You can learn more about that in the following video: {{youtube> | ||
+ | |||
+ | |||
+ | The previous method is to pack all your assets down into a single zip file. You can use the orxArchive.c file to do this. There is a google post [[https:// | ||
===== 3. Disabling the Orx Console ===== | ===== 3. Disabling the Orx Console ===== | ||
- | Always a good idea to disable the Orx Console window in your application, | + | Always a good idea to disable the Orx Console window in your application, |
<code ini> | <code ini> |