Sunzuke Posted June 11, 2013 Posted June 11, 2013 (edited) Hello everyone. So I found this little script here: http://rathena.sourceforge.net/tools/login_background/ and wondered if anyone could tell me how to create a GRF via php (or linux [w/o installations])? I will be thankfull for every help. Solved. Thanks to Brian (: Edited June 12, 2013 by SaZzuke
Brian Posted June 11, 2013 Posted June 11, 2013 It's rsupack, by Ai4rei: http://www.eathena.ws/board/index.php?showtopic=235987 http://nn.nachtwolke.com/dev/rsu/ 2
Sunzuke Posted June 12, 2013 Author Posted June 12, 2013 (edited) hmm.. I just found the exe on nachtwolke so I downloaded yours from http://rathena.sourceforge.net/tools/login_background/rsupack if(!shell_exec('./rsupack')) echo "fail"; returns fail my console (as root) response: (correct path) -bash: ./rsupack: No such file or directory although the file definitely exists sorry does anyone know why? Edited June 12, 2013 by SaZzuke
Brian Posted June 12, 2013 Posted June 12, 2013 Try downloading it from the SVN here: http://rathena-tools.googlecode.com/svn/trunk/public_html/rathena.sourceforge.net/tools/login_background/ You could also take a look at the PHP source: https://code.google.com/p/rathena-tools/source/browse/trunk/public_html/rathena.sourceforge.net/tools/login_background/index.php
Sunzuke Posted June 13, 2013 Author Posted June 13, 2013 (edited) Yea I saw that source, nice work. but even when I use your svn with exactly the same files but nothing else it doesn't work gryff calls the output grf an invalid archive I guess because the grf in readfile($rsupack_output_grf); output grf doesn't exist because shell_exec('./rsupack'); doesn't work for me ------------- I asked in the commet section and they suggested to use "WINE rsupack.exe" and it worked ~Thanks Edited June 14, 2013 by SaZzuke
Question
Sunzuke
Hello everyone.
So I found this little script here: http://rathena.sourceforge.net/tools/login_background/
and wondered if anyone could tell me how to create a GRF via php (or linux [w/o installations])?
I will be thankfull for every help.
Solved. Thanks to Brian (:
Edited by SaZzuke4 answers to this question
Recommended Posts