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 (AndrewAMD, Ayumi, NewbieZorro), 14,141 guests, and 5 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
problem setting paths #287070
08/29/09 19:41
08/29/09 19:41
Joined: Aug 2007
Posts: 157
England
DeD Offline OP
Member
DeD  Offline OP
Member

Joined: Aug 2007
Posts: 157
England
hi im havin trouble setting up paths to where folders are.

path "C:\\Program Files\\GStudio7\\work\\Pub\\pub1\\Music";

but when i run levle it says it cant find the files, so it not getting the folder.

if the files are just in pub1 its ok. whats going wrong?


D.E.D

I use lite c
Re: problem setting paths [Re: DeD] #287074
08/29/09 20:00
08/29/09 20:00
Joined: Dec 2008
Posts: 605
47°19'02.40" N 8°32'54.67"...
hopfel Offline
User
hopfel  Offline
User

Joined: Dec 2008
Posts: 605
47°19'02.40" N 8°32'54.67"...
try this:

#define PRAGMA_PATH "//music";


Hilf mir, dir zu helfen!
Re: problem setting paths [Re: DeD] #287077
08/29/09 20:07
08/29/09 20:07
Joined: Apr 2006
Posts: 737
Ottawa, Canada
O
Ottawa Offline
User
Ottawa  Offline
User
O

Joined: Apr 2006
Posts: 737
Ottawa, Canada
Hi!

It could depend on how you have set up your work folder.

Here's what I've been using since C-Script.

I created a folder on C:\my_game
and in that folder I created all
the folders for
C:\my_game\bmps
C:\my_game\models
C:\my_game\draw_tga
and so on.

Then in the main script file I added
the lines to get to these folders
PATH "..\\models";

I stayed away from using "C:\\Program Files\\GStudio7....


Hope this helps!
Ottawa laugh

Ver 7.86.2 Pro and Lite-C
Re: problem setting paths [Re: Ottawa] #287081
08/29/09 20:24
08/29/09 20:24
Joined: Aug 2007
Posts: 157
England
DeD Offline OP
Member
DeD  Offline OP
Member

Joined: Aug 2007
Posts: 157
England
ok cheers yes it helpd alot all working now laugh


D.E.D

I use lite c

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