Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 02/25/26 23:21
Zorro version 3.0 prerelease!
by TipmyPip. 02/25/26 16:38
WFO Training with parallel cores Zorro64
by Martin_HH. 02/24/26 19:51
Camera always moves upwards?
by clonman. 02/21/26 09:29
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 02/19/26 13:22
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
1 registered members (TipmyPip), 6,243 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
alx, ApprenticeInMuc, PatrickH90, USER0328, Sfrdragon
19199 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