Hello dear members,
I am actually unable to run something since it is using the module "RawIO".
It seems not to work under GMOD13.
I would like to know how I could replace this module with another one.
I am running under Linux so do not give me something for Windows.
Thank you all,
ProGcss
You would need to contact the module owner, or get the source yourself and fix it. GM13 broke all modules, you need to change the headers.
I can't actually find the source of it.
Maybe could you help me?
Thanks!
Hi, what stuff do you need from RawIO and I'll make it for you.
I work with ProGcss, we need:
-rawio.mkdir
-rawio.writefile
-rawio.deletefile
And you can make it for linux ?
Thanks men ! :D
Thank you so much RetTurtl3 for taking your time in doing this.
Feel free to ask us anything you need.
Best Regards,
ProGcss
Try this DLL based linux
[url=https://dl.dropbox.com/u/17743302/gmod/gmsv_rawio.zip]Rawio[/url]
[code]
You need to require it like this before the commands become useful, DLL's will work on linux from gmod modules
require("rawio")
Lua Commands:
writefile
readfile
deletefile
mkdir
[/code]
If I get the VFS interface I'll release mine
I skimmed the source code of what RetTurtl3 posted, from what I see that shouldn't work on linux. It's using windows dependencies and doesn't even check the OS.
Although, I didn't test it. So don't take my word on it, just thought I'd let you know.
Sorry, you need to Log In to post a reply to this thread.