Hi, On Thursday 17 January 2008 10:52:25 info wrote: > Howdy, > > I'm new here, so I apologize if these questions have been asked > before...
You're welcome :) > > First: > Is there a place where the 'source' files for the map art can be found? > I'm looking for files that still have the layers instead of > flattened .jpg files. I'd like to play around a little with map > creation, and picking pieces from existing maps seems like a good way to > learn the in's and out's of the map stuff. > You can check out svg graphics stuff at following URL : http://svn.gna.org/viewcvs/wormux/data-src/ You can also speak with our stuning graphist : yeKcim > Second: > Does anyone have a VM with the wormux development environment installed? > I have been trying to get all the pieces installed in order to compile > for Linux and cross-compile for Windows and haven't been succesful yet. > If someone happens to have a VM that they would like to share, it would > be greatly appreciate. If not, is this the best place to start asking > questions to help get wormux compiling? You can fetch an ubuntu image or whatever linux image at this URL : http://www.vmware.com/appliances/directory/ Grab an image that please you and then install missing dev package using pkg_install.sh at this location : http://svn.gna.org/viewcvs/wormux/trunk/tools/pkg_install/ (grab all 3 files). Then, you can ether use a simple text editor like kate, emacs or gedit (I'm not a gnome fan so if someone is aware of a better solution ...) or a complete IDE like kdevelop (I'm using this one for my dev), eclipse, or whatever please you. If you decide to use kdevelop, you can grab a kdevelop file at root project : http://svn.gna.org/viewcvs/wormux/Wormux.kdevelop In order to be confortable in installing and compiling Wormux, I'm recommend you to install the following packages (ubuntu) : libtool gdb subversion (sudo aptitude install libtool gdb subversion). Also, you'll need to get a trunk version from svn of Wormux. I recommend you to follow instructions on the following page : https://gna.org/svn/?group=wormux Check out the code : svn co http://svn.gna.org/svn/wormux/trunk wormux configure, make it, run it : ./configure --enable-debug --enable-fribidi make make install Modify the way it please you then recompile it, test it etc. When your modification seems to be good for you, use svn diff in the src directory and then send us back a patch using this command : svn diff > patch_wormux.diff > > Thanks a bunch and hopefully I will be able to contribute to the awesome > game that you folks have created. Thanks for your message ! > > Thanks... > > -beast Yannig (drayan) _______________________________________________ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev