Troubleshooting: Difference between revisions

From Sword of Moonlight Wiki
Jump to navigation Jump to search
Line 1: Line 1:
=="Create Runtime" Error==
=="Create Runtime" Error==
#'''Problem:''' Create Runtime processing stops with a numbered error.
#'''Problem:''' Create Runtime processing stops with a numbered error.
#*'''Cause:''' Some part used in your project is missing. This is usually caused by a fan made part whose PRF file names a model that doesn't exist, or if a part that was used in the editors was renamed or deleted.  
#*'''Cause:''' Some part used in your project is missing. This is usually caused by a fan-made part whose PRF file names a model that doesn't exist, or if a part was used in the game was renamed or deleted.  
#*'''Solution:''' Figure out what is missing and replace it or remove the part from the game. A good way to figure which part is missing is to make a copy of your project, then delete parts (Items Objects) from the editor until the project builds properly. That will help you narrow down where the problem is. 
#*'''Solution:''' Figure out what file is missing and replace it or remove the part that needs the file from the game. A good way to narrow down the search is to make a copy of your project, then delete parts (Items Objects) from the editor until the project builds properly.
 


==Texture Problems==
==Texture Problems==

Revision as of 03:40, 10 July 2011

"Create Runtime" Error

  1. Problem: Create Runtime processing stops with a numbered error.
    • Cause: Some part used in your project is missing. This is usually caused by a fan-made part whose PRF file names a model that doesn't exist, or if a part was used in the game was renamed or deleted.
    • Solution: Figure out what file is missing and replace it or remove the part that needs the file from the game. A good way to narrow down the search is to make a copy of your project, then delete parts (Items Objects) from the editor until the project builds properly.

Texture Problems

  1. Problem: Item or Object textures aren't showing up in a game built using "Create Runtime". Instead they look whitish.
    • Cause: This only occurs with fan-made parts. SoM expects a model (MDO) to have a single texture (TXR) with the same name as its model - for example "sword.mdo" and "sword.txr". If a model uses multiple textures or the texture is named differently than its model, it will not auto-transfer to built game's folders.
    • Solution: Manually transfer the missing textures (TXR) from SoM's folders to your game's folders.