Skip to content

Commit

Permalink
Initial commit - taken from wesnoth addons
Browse files Browse the repository at this point in the history
  • Loading branch information
maboul.bfw@free.fr authored and maboul.bfw@free.fr committed Mar 13, 2021
0 parents commit 4f1627b
Show file tree
Hide file tree
Showing 1,513 changed files with 103,294 additions and 0 deletions.
340 changes: 340 additions & 0 deletions COPYING.txt

Large diffs are not rendered by default.

1,251 changes: 1,251 additions & 0 deletions Changelog.rtf

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions _info.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#
# File automatically generated by Wesnoth to keep track
# of version information on installed add-ons. DO NOT EDIT!
#
[info]
core=""
dependencies=""
title="The Altaz Mariners"
type="campaign_mp"
uploads=5
version="3.3.0"
[/info]
160 changes: 160 additions & 0 deletions _main.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
#textdomain wesnoth-The_Altaz_Mariners
[textdomain]
name="wesnoth-The_Altaz_Mariners"
path="data/add-ons/The_Altaz_Mariners/translations"
[/textdomain]

#ifdef CAMPAIGN_TAM_SP
[binary_path]
path=data/add-ons/The_Altaz_Mariners
[/binary_path]

{./images}
{./terrain}
{./sounds}
{./music}

{~add-ons/The_Altaz_Mariners/macros/misc_macros.cfg}
{~add-ons/The_Altaz_Mariners/macros/placing_units.cfg}
{~add-ons/The_Altaz_Mariners/macros/moods.cfg}
{~add-ons/The_Altaz_Mariners/macros/scenario_macros.cfg}
{~add-ons/The_Altaz_Mariners/macros/trading.cfg}
{~add-ons/The_Altaz_Mariners/macros/curses.cfg}
{~add-ons/The_Altaz_Mariners/macros/items.cfg}
{~add-ons/The_Altaz_Mariners/macros/buildings.cfg}
{~add-ons/The_Altaz_Mariners/macros/help.cfg}
{~add-ons/The_Altaz_Mariners/macros/log.cfg}
{~add-ons/The_Altaz_Mariners/macros/inventory.cfg}
{~add-ons/The_Altaz_Mariners/macros/ability_events.cfg}
{~add-ons/The_Altaz_Mariners/macros/traits.cfg}
{~add-ons/The_Altaz_Mariners/macros/animations.cfg}
{~add-ons/The_Altaz_Mariners/macros/abilities.cfg}
{~add-ons/The_Altaz_Mariners/macros/figureheads.cfg}
{~add-ons/The_Altaz_Mariners/macros/testing_tools.cfg}

{~add-ons/The_Altaz_Mariners/scenarios}

[+language]
range_bombard= _ "bombard"
[/language]

[+units]
{~add-ons/The_Altaz_Mariners/units/races.cfg}
{~add-ons/The_Altaz_Mariners/units/mariners}
{~add-ons/The_Altaz_Mariners/units/ships}
{~add-ons/The_Altaz_Mariners/units/humans}
{~add-ons/The_Altaz_Mariners/units/human-lavinians}
{~add-ons/The_Altaz_Mariners/units/dwarves}
{~add-ons/The_Altaz_Mariners/units/elves-wood}
{~add-ons/The_Altaz_Mariners/units/misc}
{~add-ons/The_Altaz_Mariners/units/monsters}
{~add-ons/The_Altaz_Mariners/units/nagas}
{~add-ons/The_Altaz_Mariners/units/orcs}
{~add-ons/The_Altaz_Mariners/units/animals}
{~add-ons/The_Altaz_Mariners/units/undead}
[/units]
#endif

####################################################################################
# Campaign data
####################################################################################

[campaign]
id="The_Altaz_Mariners"
name= _ "The Altaz Mariners"
define=CAMPAIGN_TAM_SP
#ifdef MULTIPLAYER
abbrev= _ "TAM_2P"
#else
abbrev= _ "TAM_1P"
#endif
rank=300
extra_defines=ENABLE_ARMAGEDDON_DRAKE,ENABLE_DWARVISH_ARCANISTER,ENABLE_DWARVISH_RUNESMITH,ENABLE_ANCIENT_LICH,ENABLE_DEATH_KNIGHT,ENABLE_TROLL_SHAMAN,ENABLE_WOLF_ADVANCEMENT
type=hybrid

min_players=1
max_players=2
force_lock_settings=yes
allow_era_choice=no
#{CAMPAIGN_DIFFICULTY NORMAL "units/transport/pirate-galleon.png" ( _ "Mariner") ( _ "Normal")} {DEFAULT_DIFFICULTY}
[difficulty]
define=Normal
image=units/transport/pirate-galleon.png
label=_ "Normal"
default=yes
[/difficulty]
icon="units/transport/pirate-galleon.png"
image=TAM_logo.jpg
#first_scenario=gaol-cheat
first_scenario=intro-1
#difficulties=EASY,NORMAL,HARD
description= _ "A non-linear campaign following the swashbuckling adventures of two brothers on the open sea. Players can navigate their own path through the story - trading goods, boarding ships, solving puzzle maps and completing subquests. Combat ranges from RPG-style fights and squad skirmishes to full-scale battles. (Expert level, 80+ optional scenarios.)"

# It seems credits don't work on multiplayer campaigns
[about]
title= _ "Concept and Story"
[entry]
name="jb & Bob_The_Mighty"
[/entry]
[/about]
[about]
title= _ "Map Making and Battle Balancing"
[entry]
name="jb"
[/entry]
[/about]
[about]
title= _ "Coding and Dialogue"
[entry]
name="Bob_The_Mighty"
[/entry]
[/about]
[about]
title= _ "Narration and Music"
[entry]
name="jb"
[/entry]
[/about]
[about]
title= _ "Custom Portraits"
[entry]
name="Bear"
[/entry]
[/about]
[about]
title= _ "Play Testing"
[entry]
name="AnnieSpambot"
[/entry]
[entry]
name="Blarumyrran"
[/entry]
[entry]
name="mikeanthony"
[/entry]
[entry]
name="DarkHorse"
[/entry]
[/about]

[/campaign]

[binary_path]
path=data/add-ons/The_Altaz_Mariners/external_binary_data
[/binary_path]


#ifdef EDITOR
[binary_path]
path=data/add-ons/The_Altaz_Mariners
[/binary_path]

{~add-ons/The_Altaz_Mariners/terrain/}

# This stuff below should be commented out for release
#[editor_group]
# id=TAM_Terrain
# name="The Altaz Mariners"
# icon="group_custom"
#[/editor_group]
#endif
9 changes: 9 additions & 0 deletions art_license.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
####################################################################################
# Creative Commons
####################################################################################

# The following images included in this add-on are licensed under Creative Commons




Binary file added external_binary_data/images/TAM_logo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/blowpipe.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/bow-fire.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/chain.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/claws-crab.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/dagger-poison.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/fist-merman.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/flame-ballista.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/flame-mortar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/harpoon-gun.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/hoof.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/horn.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/hull-ram.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/mortar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/oar-bash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/pink-glob.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/pistol.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/scepter.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/sword-lavinian-gladius.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/tail-merman.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/attacks/tusk.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/halo/brew-blue-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/halo/brew-blue-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/halo/brew-blue-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/halo/brew-blue-4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/halo/brew-blue-5.png
Binary file added images/halo/brew-blue-6.png
Binary file added images/halo/brew-blue-7.png
Binary file added images/halo/brew-green-1.png
Binary file added images/halo/brew-green-2.png
Binary file added images/halo/brew-green-3.png
Binary file added images/halo/brew-green-4.png
Binary file added images/halo/brew-green-5.png
Binary file added images/halo/brew-green-6.png
Binary file added images/halo/brew-green-7.png
Binary file added images/halo/brew-red-1.png
Binary file added images/halo/brew-red-2.png
Binary file added images/halo/brew-red-3.png
Binary file added images/halo/brew-red-4.png
Binary file added images/halo/brew-red-5.png
Binary file added images/halo/brew-red-6.png
Binary file added images/halo/brew-red-7.png
Binary file added images/halo/smallfire-aura.png
Binary file added images/icons/dice.png
Binary file added images/icons/trading/buy-jewels.png
Binary file added images/icons/trading/buy-rum.png
Binary file added images/icons/trading/buy-spices.png
Binary file added images/icons/trading/sell-jewels.png
Binary file added images/icons/trading/sell-rum.png
Binary file added images/icons/trading/sell-spices.png
Binary file added images/icons/unit-groups/race_animal_30-pressed.png
Binary file added images/icons/unit-groups/race_animal_30.png
Binary file added images/icons/unit-groups/race_vessel_30-pressed.png
Binary file added images/icons/unit-groups/race_vessel_30.png
Binary file added images/inventory/ankh.png
Binary file added images/inventory/armour-gold.png
Binary file added images/inventory/black-blade.png
Binary file added images/inventory/bomb.png
Binary file added images/inventory/book.png
Binary file added images/inventory/brew-blue.png
Binary file added images/inventory/brew-green.png
Binary file added images/inventory/brew-red.png
Binary file added images/inventory/cauldron.png
Binary file added images/inventory/clay.png
Binary file added images/inventory/crystaline-vial.png
Binary file added images/inventory/egg.png
Binary file added images/inventory/elixir.png
Binary file added images/inventory/flowers.png
Binary file added images/inventory/key-blue.png
Binary file added images/inventory/key-gold.png
Binary file added images/inventory/key-silver.png
Binary file added images/inventory/map-treasure.png
Binary file added images/inventory/orb.png
Binary file added images/inventory/rocks.png
Binary file added images/inventory/rose-oil.png
Binary file added images/inventory/scroll-black.png
Binary file added images/inventory/scroll-blue.png
Binary file added images/inventory/scroll-green.png
Binary file added images/inventory/shovel.png
Binary file added images/inventory/shrooms.png
Binary file added images/inventory/sirens-blood.png
Binary file added images/inventory/skull.png
Binary file added images/inventory/snow.png
Binary file added images/inventory/tub.png
Binary file added images/items/Minecart.png
Binary file added images/items/ballista.png
Binary file added images/items/barrel-fat.png
Binary file added images/items/barrel-floating.png
Binary file added images/items/blood.png
Binary file added images/items/blood2.png
Binary file added images/items/bones3.png
Binary file added images/items/boots.png
Binary file added images/items/brokenwinebottle.png
Binary file added images/items/candle-1.png
Binary file added images/items/candle-2.png
Binary file added images/items/candle-3.png
Binary file added images/items/candle.png
Binary file added images/items/cauldron.png
Binary file added images/items/chest-sw.png
Binary file added images/items/club.png
Binary file added images/items/corpse-axeman.png
Binary file added images/items/corpse-woman.png
Binary file added images/items/crossbow.png
Binary file added images/items/crystal-blue-2.png
Binary file added images/items/crystal-blue-3.png
Binary file added images/items/crystal-blue.png
Binary file added images/items/fallenleaves.png
Binary file added images/items/goldbars.png
Binary file added images/items/knife.png
Binary file added images/items/mace-nw.png
Binary file added images/items/magic-mushrooms.png
Binary file added images/items/map.png
Binary file added images/items/openbag.png
Binary file added images/items/parchment.png
Binary file added images/items/pots.png
Binary file added images/items/rocks.png
Binary file added images/items/rope.png
Binary file added images/items/scroll-yellow.png
Binary file added images/items/scroll.png
Binary file added images/items/shovel.png
Binary file added images/items/stone-tablet.png
Binary file added images/misc/assign-blue-icon.png
Binary file added images/misc/assign-red-icon.png
Binary file added images/misc/backpack.png
Binary file added images/misc/blank-bottom.png.png
Binary file added images/misc/blank-icon.png
Binary file added images/misc/blank-selected-bottom.png.png
Binary file added images/misc/blank-selected-top.png.png
Binary file added images/misc/blank-top.png.png
Binary file added images/misc/book.png
Binary file added images/misc/books.png
Binary file added images/misc/change_figurehead.png
Binary file added images/misc/fire-status-icon.png
Binary file added images/misc/help-icon.png
Binary file added images/misc/inventory-icon.png
Binary file added images/misc/log-icon.png
Binary file added images/misc/sack.png
Binary file added images/misc/schedule-belly.png
Binary file added images/misc/schedule-indoors-dark.png
Binary file added images/misc/schedule-indoors.png
Binary file added images/misc/schedule-title.png
Binary file added images/misc/schedule-underwater.png
Binary file added images/misc/scroll.png
Binary file added images/misc/signpost.png
Binary file added images/misc/slave-icon.png
Binary file added images/misc/tam-inventory.png
Binary file added images/misc/tam-map.png
Binary file added images/misc/tam-training.png
Binary file added images/misc/troops-onboard.png
Binary file added images/portraits/Alderot.png
Binary file added images/portraits/Athena.png
Binary file added images/portraits/Athens.png
Binary file added images/portraits/Athos.png
Binary file added images/portraits/Bighorn.png
Binary file added images/portraits/Coal.png
Binary file added images/portraits/Deliana.png
Binary file added images/portraits/Dylii.png
Binary file added images/portraits/Flameheart.png
Binary file added images/portraits/Frozenheart.png
Binary file added images/portraits/Gaddon.png
Binary file added images/portraits/Glish.png
Binary file added images/portraits/Hilldon.png
Binary file added images/portraits/Hugo.png
Binary file added images/portraits/Icewind.png
Binary file added images/portraits/Largo.png
Binary file added images/portraits/Marco.png
Binary file added images/portraits/Morteau.png
Binary file added images/portraits/Nippy.png
Binary file added images/portraits/Ordon.png
Binary file added images/portraits/Ratty.png
Binary file added images/portraits/Renaldo.png
Binary file added images/portraits/Rusty.png
Binary file added images/portraits/Shadowfang.png
Binary file added images/portraits/Steven.png
Binary file added images/portraits/Tet.png
Binary file added images/portraits/Tylon-annoyed.png
Binary file added images/portraits/Tylon-mad.png
Binary file added images/portraits/Tylon-surprised.png
Binary file added images/portraits/Tylon.png
Binary file added images/portraits/Yezza.png
Binary file added images/portraits/barmaid.png
Binary file added images/portraits/diver+female.png
Binary file added images/portraits/falcon.png
Binary file added images/portraits/librarian.png
Binary file added images/portraits/ogre5.png
Binary file added images/portraits/oracle.png
Binary file added images/portraits/orcish-shaman.png
Binary file added images/projectiles/flame-mortar.png
Binary file added images/projectiles/needle-n.png
Binary file added images/projectiles/needle-ne.png
Binary file added images/projectiles/pink-glob.png
Binary file added images/scenery/abandoned-fire.png
Binary file added images/scenery/anvil.png
Binary file added images/scenery/banner.png
Binary file added images/scenery/bar-beer.png
Binary file added images/scenery/bar-ne-end.png
Binary file added images/scenery/bar-sw-end.png
Binary file added images/scenery/bar.png
Binary file added images/scenery/barlab-nw-end.png
Binary file added images/scenery/barlab-se-end.png
Binary file added images/scenery/basket-full.png
Binary file added images/scenery/basket2.png
Binary file added images/scenery/bed-2-purple-se.png
Binary file added images/scenery/bed-2-purple-sw.png
Binary file added images/scenery/bed-2-se.png
Binary file added images/scenery/bed-2-sw.png
Binary file added images/scenery/bed-se.png
Binary file added images/scenery/bed-sw.png
Binary file added images/scenery/bookcase-and-stuff.png
Binary file added images/scenery/bookcase-empty.png
Binary file added images/scenery/bookcase-sw.png
Binary file added images/scenery/bookcase.png
Binary file added images/scenery/brownbags.png
Binary file added images/scenery/bucket-full.png
Binary file added images/scenery/chair-ne.png
Binary file added images/scenery/chair-nw.png
Binary file added images/scenery/chair-s.png
Binary file added images/scenery/column-broken.png
Binary file added images/scenery/column.png
Binary file added images/scenery/doubledoors-se.png
Binary file added images/scenery/doubledoors-sw.png
Binary file added images/scenery/figureheads/dragoon-statue.png
Binary file added images/scenery/figureheads/dwarf-statue.png
Binary file added images/scenery/figureheads/enchantress-statue.png
Binary file added images/scenery/figureheads/halberdier-statue.png
Binary file added images/scenery/figureheads/hero-statue.png
Binary file added images/scenery/figureheads/hoplite-statue.png
Binary file added images/scenery/figureheads/infantryman-statue.png
Binary file added images/scenery/figureheads/king-statue.png
Binary file added images/scenery/figureheads/lich-statue.png
Binary file added images/scenery/figureheads/naga-statue.png
Binary file added images/scenery/figureheads/none-statue.png
Binary file added images/scenery/figureheads/revenant-statue.png
Binary file added images/scenery/figureheads/shaman-statue.png
Binary file added images/scenery/figureheads/skirmisher-statue.png
Binary file added images/scenery/figureheads/soothsayer-statue.png
Binary file added images/scenery/fishbox.png
Binary file added images/scenery/flower-purple.png
Binary file added images/scenery/flowerpot-pink.png
Binary file added images/scenery/flowers-purple.png
Binary file added images/scenery/gold-pile.png
Binary file added images/scenery/grave.png
Binary file added images/scenery/hesso-loot-1a.png
Binary file added images/scenery/hesso-loot-1b.png
Binary file added images/scenery/hesso-loot-2a.png
Binary file added images/scenery/hesso-loot-2b.png
Binary file added images/scenery/hole.png
Binary file added images/scenery/hut.png
Binary file added images/scenery/lamp-gold.png
Binary file added images/scenery/leanto-2.png
Binary file added images/scenery/leanto-sw.png
Binary file added images/scenery/machine.png
Binary file added images/scenery/orcish-banner.png
Binary file added images/scenery/redcarpet-se.png
Binary file added images/scenery/redcarpet-sw.png
Binary file added images/scenery/rock1-snow.png
Binary file added images/scenery/rock3-snow.png
Binary file added images/scenery/rock4-snow.png
Binary file added images/scenery/roundtablewine.png
Binary file added images/scenery/rune-diamonds.png
Binary file added images/scenery/rune-square.png
Binary file added images/scenery/rune-triangle.png
Binary file added images/scenery/sign2.png
Binary file added images/scenery/signpost-white.png
Binary file added images/scenery/stairs-spiral.png
Binary file added images/scenery/stonehenge.png
Binary file added images/scenery/stove.png
Binary file added images/scenery/summoning-center.png
Binary file added images/scenery/summoning-circle3-off.png
Binary file added images/scenery/table.png
Binary file added images/scenery/tavern.png
Binary file added images/scenery/totem.png
Binary file added images/scenery/tower-elven2.png
Binary file added images/scenery/tower-ivory.png
Binary file added images/scenery/tower.png
Binary file added images/scenery/tub-full.png
Binary file added images/scenery/tub.png
Binary file added images/story/TAM_avalon.jpg
Binary file added images/story/TAM_captured.jpg
Binary file added images/story/TAM_island.jpg
Binary file added images/story/TAM_morteau.jpg
Binary file added images/story/TAM_serpent.jpg
Binary file added images/story/TAM_title.jpg
Binary file added images/terrain/blank-hex.png
Binary file added images/terrain/brick1/chasm-wall-fire-n.png
Binary file added images/terrain/brick1/chasm-wall-fire-ne.png
Binary file added images/terrain/brick1/chasm-wall-fire-nw.png
Binary file added images/terrain/brick1/chasm-wall-n.png
Binary file added images/terrain/brick1/chasm-wall-ne.png
Binary file added images/terrain/brick1/chasm-wall-nw.png
Binary file added images/terrain/brick1/city-1.png
Binary file added images/terrain/brick1/city-2.png
Binary file added images/terrain/brick1/city-3.png
Binary file added images/terrain/brick1/city-4.png
Binary file added images/terrain/brick1/city-n-ne-se-s-sw-nw.png

0 comments on commit 4f1627b

Please sign in to comment.