Difference between revisions of "Customization"

From EmuVR Wiki
Jump to: navigation, search
(Created page with "# Custom Assets At the moment, EmuVR supports adding a few custom textures to the game to make it your own. Below are instructions on how to add these assets. Once things lik...")
 
Line 1: Line 1:
# Custom Assets
+
== Custom Assets ==
  
 
At the moment, EmuVR supports adding a few custom textures to the game to make it your own. Below are instructions on how to add these assets. Once things like dimensions and templates are available, they will be added to each section.
 
At the moment, EmuVR supports adding a few custom textures to the game to make it your own. Below are instructions on how to add these assets. Once things like dimensions and templates are available, they will be added to each section.
Line 5: Line 5:
 
At the moment, we can change:
 
At the moment, we can change:
  
- Labels/CD Images for games
+
* Labels/CD Images for games
- Posters throughout the room(in preset locations)
+
* Posters throughout the room(in preset locations)
- The wallpaper for the room
+
* The wallpaper for the room
- The bedspread
+
* The bedspread
 +
 
 +
== Labels ==
  
# Labels
 
 
Cartridge Labels and CD Art go in your `Custom/Labels` folder, and should follow the **exact** same file structure as your Games folder.
 
Cartridge Labels and CD Art go in your `Custom/Labels` folder, and should follow the **exact** same file structure as your Games folder.
  
 
For example, if you are adding a label for Super Mario Bros 3, which in this example is located in:
 
For example, if you are adding a label for Super Mario Bros 3, which in this example is located in:
  
`EmuVR\Games\NES\Super Mario Bros 3\Super Mario Bros 3.nes`
+
<code>EmuVR\Games\NES\Super Mario Bros 3\Super Mario Bros 3.nes</code>
  
 
You would add the label in:
 
You would add the label in:
  
`EmuVR\Custom\Labels\NES\Super Mario Bros 3\Super Mario Bros 3.jpg`
+
<code>EmuVR\Custom\Labels\NES\Super Mario Bros 3\Super Mario Bros 3.jpg</code>
  
 
Alternatively, you can use .png files for your labels.
 
Alternatively, you can use .png files for your labels.
Line 26: Line 27:
  
  
# Posters
+
== Posters ==
Posters are added in `Custom/Posters`, named as 01-27. These should be in PNG format.
+
 
 +
Posters are added in <code>Custom/Posters</code>, named as 01-27. These should be in PNG format.
  
 
Examples are also available(in the Examples folder), and it is highly recommended you copy those to your Posters folder so that you can see where each poster is located in-game.
 
Examples are also available(in the Examples folder), and it is highly recommended you copy those to your Posters folder so that you can see where each poster is located in-game.
  
 
# Wall & Bed
 
# Wall & Bed
 +
 
You can change your bed sheets, pillow, and wallpaper by changing the following files:
 
You can change your bed sheets, pillow, and wallpaper by changing the following files:
`Custom\Misc\wallpaper.png`
+
 
`Custom\Misc\bed_sheet.png`
+
<code>Custom\Misc\wallpaper.png</code>
`Custom\Misc\pillow.png`
+
 
 +
<code>Custom\Misc\bed_sheet.png</code>
 +
 
 +
<code>Custom\Misc\pillow.png</code>
  
 
Additionally, there is a .txt with each of these that you can use to set tiling options and offsets.
 
Additionally, there is a .txt with each of these that you can use to set tiling options and offsets.

Revision as of 12:31, 19 October 2018

Custom Assets

At the moment, EmuVR supports adding a few custom textures to the game to make it your own. Below are instructions on how to add these assets. Once things like dimensions and templates are available, they will be added to each section.

At the moment, we can change:

  • Labels/CD Images for games
  • Posters throughout the room(in preset locations)
  • The wallpaper for the room
  • The bedspread

Labels

Cartridge Labels and CD Art go in your `Custom/Labels` folder, and should follow the **exact** same file structure as your Games folder.

For example, if you are adding a label for Super Mario Bros 3, which in this example is located in:

EmuVR\Games\NES\Super Mario Bros 3\Super Mario Bros 3.nes

You would add the label in:

EmuVR\Custom\Labels\NES\Super Mario Bros 3\Super Mario Bros 3.jpg

Alternatively, you can use .png files for your labels.

  • TODO: Add dimensions, filetypes, and templates for each type of label*


Posters

Posters are added in Custom/Posters, named as 01-27. These should be in PNG format.

Examples are also available(in the Examples folder), and it is highly recommended you copy those to your Posters folder so that you can see where each poster is located in-game.

  1. Wall & Bed

You can change your bed sheets, pillow, and wallpaper by changing the following files:

Custom\Misc\wallpaper.png

Custom\Misc\bed_sheet.png

Custom\Misc\pillow.png

Additionally, there is a .txt with each of these that you can use to set tiling options and offsets.