Qbasicnews.com
Little game finished - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QBasic (http://qbasicnews.com/newforum/forum-4.html)
+--- Forum: QB Projects (http://qbasicnews.com/newforum/forum-12.html)
+--- Thread: Little game finished (/thread-785.html)

Pages: 1 2


Little game finished - Touf - 05-06-2003

Have a look at
http://ToufQb.free.fr and download "K'S BRIK" ....
Tell me what you think about it


I forgott something - Touf - 05-06-2003

It's at the section "Programs" -> "Games"


Little game finished - Jocke The Beast - 05-06-2003

I get error (path not found in module....) :???:


Little game finished - Touf - 05-06-2003

It may be because you didn't unzip all in the C:\ directory ....
If you're using Linux , modify the source file ... put
OPEN "/KASBRIK/....."
instead of
OPEN "c:/KASBRIK/..."


Sorry for this bug .. I didn't think about it !


Little game finished - Touf - 05-07-2003

so ?


Little game finished - Jocke The Beast - 05-08-2003

Perhaps if u change the code, so we don't have to edit all those bad "OPEN C:\....", we could take a look at your game... I'm too lazy to edit all those lines of code myself...


Little game finished - DrV - 05-08-2003

hehe... shouldn't use absolute paths EVER...

and you could use a search-and-replace or something that automagically converts C:\ to / or something.


Little game finished - toonski84 - 05-08-2003

yeah. i keep my qb programs organized something like this:

d:\basic\other\games\rpg\yourgame\

because i dont want thousands of:

c:\yourgame\

for every game i've ever downloaded in qb.


Little game finished - Agamemnus - 05-08-2003

same here


Little game finished - Rokkuman - 05-08-2003

In my computer, it's always C:\Unzipped\[game here] , blame it all on winzip.