Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (NewbieZorro, TipmyPip, 1 invisible), 19,045 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: Some questions [Re: BrockA] #73695
05/10/06 21:51
05/10/06 21:51
Joined: Apr 2006
Posts: 33
Sweden
D
dby Offline
Newbie
dby  Offline
Newbie
D

Joined: Apr 2006
Posts: 33
Sweden
Just open it in notepad or even better the Script Editor that comes with GS. You'll see something like:

// The PATH keyword gives directories where template files can be found.
path "%WEDPATH%\\template_6"; // Path to A6 templates directory
path "%WEDPATH%\\template_6\\code"; // Path to A6 template code subdirectory
path "%WEDPATH%\\template_6\\images"; // Path to A6 template image subdirectory
path "%WEDPATH%\\template_6\\sounds"; // Path to A6 template sound subdirectory
path "%WEDPATH%\\template_6\\models"; // Path to A6 template model subdirectory

/////////////////////////////////////////////////////////////////
// Filename of the starting level.
string level_str = <%NAME%.WMB>; // give file names in angular brackets


So change all the "%WEDPATH%\\template_6"; to something like path "C:\Program\GStudio6\template_6"; depending on where you installed it.

And also I don't remember if level_str is changed automatic, or just change it to <yourlevelname.wmb>

Re: Some questions [Re: BrockA] #73696
05/11/06 00:10
05/11/06 00:10
Joined: May 2006
Posts: 27
B
BrockA Offline OP
Newbie
BrockA  Offline OP
Newbie
B

Joined: May 2006
Posts: 27
I tried it man.. Didn't work either. Im reinstalling it now.. I'll see if that helps anything. THanks anyway though.

-Brock

Page 2 of 2 1 2

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1