RayDevWiki

Rayman Developer Community Wiki

User Tools

Site Tools


jade:tutorials

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
jade:tutorials [2023/01/25 15:22] – Tutorial on fonts. hogsyjade:tutorials [2023/05/05 10:10] (current) hogsy
Line 1: Line 1:
-====== Jade Tutorials ======+====== Tutorials ======
  
-:!: **The tutorials below apply specifically to the original leaked copy of Jade.** :!:+:!: **Some of the tutorials below may only apply to the original leaked copy of Jade.** :!:
  
 ===== Replacing/Adding New Fonts ===== ===== Replacing/Adding New Fonts =====
  
-First step is to import your new texture into a folder in the editor, ideally saved as a TGA. Right click on a folder in the editor browser and select "//Import to <foldername>//" as seen below.+First step is to import your new texture into a folder in the editor, ideally saved as a TGA. Right-click on a folder in the editor browser and select "//Import to <foldername>//" as seen below.
  
 {{ :jade:jade-import-option.png?nolink |}} {{ :jade:jade-import-option.png?nolink |}}
  
-A pop-up will appear; navigate to your TGA, select it and then click //OK//.+A pop-up will appear; navigate to your TGA, select itand then click //OK//.
  
 Once done, go ahead and open the //Textures// tool. Drag and drop the folder from the browser that you imported your TGA to into the //Textures// tool. Once done, go ahead and open the //Textures// tool. Drag and drop the folder from the browser that you imported your TGA to into the //Textures// tool.
Line 26: Line 26:
   * **Has a font descriptor**: true   * **Has a font descriptor**: true
  
-For the "Font descriptor" setting, upon changing the option above it, one will automatically be generated for you and it will automatically point to that file. If you then right click on the TGA in the //Textures// tool you'll notice there's an option available now to "//Edit font descriptor//", clicking onto this will display a new window allowing you to set the location and boundary for each character in the font sheet.+For the "//Font descriptor//" setting, upon changing the option above it, one will automatically be generated for youand it will automatically point to that file. If you then right-click on the TGA in the //Textures// tool you'll notice there's an option available now to "//Edit font descriptor//", clicking onto this will display a new window allowing you to set the location and boundary for each character in the font sheet.
  
 If the layout of your font sheet matches that of another, another trick you can do is to point to an already existing font descriptor instead by updating the "//Font descriptor//" setting of your TGA. If the layout of your font sheet matches that of another, another trick you can do is to point to an already existing font descriptor instead by updating the "//Font descriptor//" setting of your TGA.
Line 32: Line 32:
 ===== Enabling the Language Selection Menu ===== ===== Enabling the Language Selection Menu =====
  
-By default, the language menu is skipped. This unfortunately has the effect that it's not possible to select a language when running outside of the editor, but fortunately rectifying this is very easy.+By default, the language menu is skipped. This unfortunately has the effect that it's not possible to select a language when running outside the editor, but fortunately rectifying this is very easy.
  
 First, go ahead and open "//EngineDatas/04 Technical Bank/AI Models/Global Library/menu_constant.var//" and find the following block of code. First, go ahead and open "//EngineDatas/04 Technical Bank/AI Models/Global Library/menu_constant.var//" and find the following block of code.
Line 57: Line 57:
 </code> </code>
  
-Once this is done, save your changes and you'll then want to //Compile All Models// via the //Model// menu.+Once this is done, save your changesand you'll then want to //Compile All Models// via the //Model// menu.
jade/tutorials.1674660149.txt.gz · Last modified: 2023/01/25 15:22 by hogsy