Forums

Forums (http://www.abandonia.com/vbullet/index.php)
-   Programming (http://www.abandonia.com/vbullet/forumdisplay.php?f=25)
-   -   A Little Rpg (http://www.abandonia.com/vbullet/showthread.php?t=6836)

Data 29-08-2005 08:25 AM

if you post the source. I can see if it compiles under GNU/Linux

Should be the case as you seem to use stdout

chickenman 29-08-2005 11:23 AM

I use Linux LOL :P
When i am done with the RPG you will be able to download it for Linux and Windows.

chickenman 30-08-2005 10:39 AM

You can download the Test version of it now :ok:
(with source-code)

http://www32.websamba.com/3256353/

Data 30-08-2005 01:08 PM

uhm how do I run setup.exe under linux ?

chickenman 30-08-2005 01:35 PM

oh yea i forgot i'll compile it for Linux later

Blood-Pigggy 30-08-2005 10:57 PM

Mmm, what do I do when it asks me for the file path to save for.
I've made a path that went like this "C:\Program Files\Hall Of the Dead"
But it quit out, after leaving it blank the second time and pressing enter, it brought up a "Hall Of the Dead had to be shutdown" error.

Any specific instructions as to where to save?
I also encounter problems when trying to get into options, as it does nothing and just sticks there.

thatmexicanguy 31-08-2005 04:52 AM

Ooo! Ooo! I want to test!

chickenman 31-08-2005 12:23 PM

The options don't work at the moment

Data 31-08-2005 06:04 PM

checked the source.
didn't want to compile because of
constructs like this:
Code:

fopen("save/"save.savename,"wb");
should be something like this:
Code:

char filename[100];
strcpy(filename,"save/");
strcat(filename,save.savename);
fopen(filename,"wb");

(requires a #include <string.h>

chickenman 01-09-2005 01:39 PM

oooops that is the old source, i need to update it.


The current time is 11:49 AM (GMT)

Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.