Gamestudio Links
Zorro Links
Newest Posts
Executing Trades on Next Bar Open
by vicknick. 06/13/24 08:51
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (ozgur, Ayumi, VHX, monarch), 1,161 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19059 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 | chip programmers | 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