Globalism Hedgewars Code
Custom weapons and weaponsets for Hedgewars!
Status: Alpha
Brought to you by:
caf2
File | Date | Author | Commit |
---|---|---|---|
data | 2015-04-26 |
![]() |
[53b3ee] Updated it a bit |
images | 2015-04-26 |
![]() |
[53b3ee] Updated it a bit |
.gitignore | 2014-12-20 |
![]() |
[0ae977] fixed one little thing (why am i updating this???) |
convert.c | 2017-10-14 |
![]() |
[573762] fixed some memleaks |
functions.c | 2017-10-14 |
![]() |
[573762] fixed some memleaks |
main.c | 2017-10-14 |
![]() |
[573762] fixed some memleaks |
makefile | 2015-04-26 |
![]() |
[53b3ee] Updated it a bit |
misc_gtk_functions.c | 2015-04-26 |
![]() |
[53b3ee] Updated it a bit |
readme.txt | 2013-07-26 |
![]() |
[4ec17b] fixed readme |
style.css | 2013-07-11 |
![]() |
[3920c4] starting to fix store, fixed almost all bugs fo... |
Note that version 1.0c is in alpha stage. Are you tired on that the admin always selects the weaponsets? Do you want to decide over your own weaponsets? This *mode* will allow you to play a style where each team decides about what they should get as weapons (there is some limits). Also you will have the exclusive opportunity to customize your own weapon (there is some limits here too :P). This mode is like 'customize your own continents' in Continental Supplies Install instructions: - Extact the zipfile somewhere... - Open the executable 'GlobalismStore'. - Go to help - Press the button 'Install script for me' - Set up team? - Restart hedgewars and enjoy ?WANT TO MAKE IT URSELF? ==(Linux)== - Install gtk 3 - Debianlike sudo apt-get install libgtk-3-0 ->Compile with: make ==(Windows)== - install cygwin - install gtk 3 libraries ->Compile with make cygwin ==(MAC OS X)== - install xtools from app store ->went through this tutorial https://wiki.gnome.org/GTK+/OSX/Building ->installed gtk with jhbuild meta-gtk-osx-gtk3 -installing gtk3 takes some time... ->go back to this directory, and type make macosx --->if anything went wrong, then tell me :P //Vatten/CaF2