Print Page | Close Window

Clean Client Tutorial

Printed From: Mirage Source
Category: Tutorials
Forum Name: Submitted Tutorials
Forum Discription: Tutorial submissions for MSE are posted here, waiting for approval
URL: http://ms.shannaracorp.com/backup-forums/forum_posts.asp?TID=437
Printed Date: 20 December 2006 at 6:05pm
Software Version: Web Wiz Forums 8.01 - http://www.webwizforums.com


Topic: Clean Client Tutorial
Posted By: Memphis
Subject: Clean Client Tutorial
Date Posted: 09 March 2006 at 2:21pm
Tutorial By Memphis
Difficulty: Easy 1/5
Comments: My First Tutorial so Bare me ^^

Open your Client Folder and Create a folder called Data.
Then Rename gfx to Graphics.
-Move folder Graphics to Folder Data.
-Move folder maps to Folder Data.
-Move folder Logs to Folder Data.
-Move folder Music to Folder Data.

Clientside

Go Into modConstants and find:
Public Const SOUND_PATH = "\sound\"


Replace With:
Public Const SOUND_PATH = "\Data\sound\"


Next Find:
Public Const MUSIC_PATH = "\music\"


Replace With:
Public Const MUSIC_PATH = "\Data\music\"


Next Find:
Public Const LOG_PATH = "\logs\"


Replace With:
Public Const LOG_PATH = "\Data\logs\"


Next Find:
Public Const MAP_PATH = "\maps\"


Replace With:
Public Const MAP_PATH = "\Data\maps\"


Next Find:
Public Const GFX_PATH = "Graphics\"


Replace With:
Public Const GFX_PATH = "\Data\Graphics\"


and Your Done!
If Any Problems Please Post.




Print Page | Close Window

Bulletin Board Software by Web Wiz Forums version 8.01 - http://www.webwizforums.com
Copyright ©2001-2006 Web Wiz Guide - http://www.webwizguide.info