Gamestudio Links
Zorro Links
Newest Posts
Lapsa's very own thread
by Lapsa. 06/26/24 12:45
Executing Trades on Next Bar Open
by Zheka. 06/20/24 14:26
A simple game ...
by VoroneTZ. 06/18/24 10:50
Face player all the time ...
by bbn1982. 06/18/24 10:25
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 958 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mino, squik, AemStones, LucasJoshua, Baklazhan
19061 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