Sorry for long lag in responding, I added a FPS and polygon counter and realized just how slow DBP internal 2D commands are. So I've been developing Flash based GUI that is identical to the current one as much as posible. Hopefully this will get the FPS above 20 with no models loaded (Yes it is actually running that slow). Which explains why buttons dont activate sometimes when pressed.
Zkat8it,
I will be fixing that shortly. I haddn't noticed it before becuase I was only clicking on those commands to test them, but it wont take too much.
Keemo,
I used WinRar to create a self-extracting compressed file so that even if someone doesn't have WinRar they can still download and install Dark Phire. Keeps everyone from having to download 10 Mbs instead of just 1.5 Mbs.
Zero Blitz,
I think I now what is happening and will check my code, But if you tryed to save it by the same name then It wont do It yet. I didn't think about saving and then saving it again after further editing so Im going to fix that as well. Also, to make a DBA file all you have to do is create a file to write to. Then use the WRITE STRING command to save the code that you want like this.
REM THIS IS TO CREATE THE FILE
OPEN TO WRITE 1, FILE NAME VARIABLE$ + ".DPA"
REM THIS IS TO WRITE THE DARK BASIC COMMAND
WRITE STRING 1, "LOAD OBJECT " + CHR$(32) + OBJECT VARIABLE$ + CHR$(32) + ", " + STR$( OBJECT # VARIABLE )
REM THIS IS TO CLOSE AND SAVE THE FILE
CLOSE FILE 1
Of course what commands you write to the file is up to you but this should help you get started. Also, if used properly, these commands can be used to create saves in you game or program.
Neodragon & Louiz ofRohr,
Sorry for annoying you, I was tring to add the sound as a conformation tone that the command you where trying to use was actually activated. However, for some reason, DBP will activate everything associated when mouseclicking, but will not always change the variables to reflect the approriate values needed to activate the functions like it is suppost to. However, I also think it might be a side effect of low FPS. So rest ashured, I'm working on it.
I will hopefully have something ready by this weekend.
To Fragg or Not To Fragg....
Yea right. Let's FRAGG EM ALL!!!!