--
-- BarrelStrike.lua - Modified weapons using barrels in Hedgewars.org
-- Copyright (C) 2012 Raoul Bönisch, as recommended by MadDoc
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-- Put this file and the BarrelStrike.cfg into ~/.hedgewars/Data/Scripts/Multiplayer on unix/linux
-- or the equivalent folder on windows.
--
To use the additional weapon features, put the *.cfg
and the *.lua files into your Hedgewars.org directory in
Data/Scripts/Multiplayer. On next game start, the features should
be available. It may be though that you have to restart Hedgewars.
There will be regular updates of those files with even more features,
on every update you will have to put the latest files into the directory
so that all players have the same files. They have to be in sync.
Have fun! :-)