i really think i made a simple function that checks if it runs on quixie or freeke. if you could make one that i could use ill be pretty happy to use it :P
podgod
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
creek, i started ripping diablo 2 sprites. you wanna make a diablo mockup? this will get publicity among diablo fans. :D
podgod
As long as I'm not involved, go ahead. :D
now now, whos gonna code? :P
podgod
Surely, that won't be me. ;)
started coding for the last few days. gonna show you demo later.
podgod
That would be cool. I imagine the filesize if you're using BMP instead of PNG.
freeke supports PNG right? im using PNG. :)
podgod
So does Quixie. ;)
So, are you going to use Quixie? You could force rejection if the script is run with FreeKE... use Konsol:GetVersion()
nice! i made another function to check if its using freeke.
function isFreeke():Boolean {
Var:Boolean b;
isQuixie(b)
if (b == true) {
b = false;
}
return b;
}
podgod
Is that necessary? Anyway, I've added it to the source snippet.
Try if the code in this link works:
http://konsolscript.sourceforge.net/forum/viewtopic.php?f=2&t=16
hmm... interesting. so does "path\to\myfile" will become "path/to/myfile" when run on gnu/linux?
podgod
Ideally it should be, but when I test it on Ubuntu, it didn't. :P
Here's why: https://sourceforge.net/forum/message.php?msg_id=7215678
i really think i made a simple function that checks if it runs on quixie or freeke. if you could make one that i could use ill be pretty happy to use it :P
podgod
Okay, here it is:
http://konsolscript.sourceforge.net/forum/viewtopic.php?f=2&t=12#p69
Use it with:
if (isQuixie() == false) {
Konsol:Message("Please use Quixie instead","Engine Check")
Konsol:Exit()
}
hey creek what about checking the platform? which os? is there a Konsol:GetOS?
podgod
creek could you host this 0.0000001 alpha of diablo?
podgod
Is it ready?
We could probably host it as long as we put disclaimer on the graphics you used.
what for? they wont mind anyway xD
podgod
Wont they? :-/
Either way, we should still give credit where credit is due. ;)
It's always nice to get publicity if its not bad publicity :P
Are we okay to use diablo rips? Blizzard could sue us on that.
wow! diablo diablo diablo! do it paul. bad pblicity is a publicity.
~[hero]~