• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Age of Fighting Sail (v0.0.9)

About.jpg

Age of Fighting Sail is a napoleonic ship combat game with focus on timing and tactics. Each ship has unique handling capabilities, and players need to rely on wind, acceleration and turn speed to deal the most devastating broadsides on their foes. Killing ships yield bounty, from which you can purchase more and deadlier ships. The first team to reach the kill goal wins.

Features.jpg

  • Realistic ship movement with inertia, acceleration, and wind physics.
  • All ships feature 3 degrees of visual damage on 4 different sectors of the hull, depending on where they are hit.
  • All art resoruces are 100% custom made exclusively for this map.
  • Includes a fully functional and intelligent bot AI supporting all three degrees of difficulty - also available in multiplayer!
  • All motion, including the way ships bounce and roll on the waves, is 100% simulated. This allows for really cool features such as ships recoiling to the side when firing or being hit.
  • Ships will develop list according to their damage, and towards the exact spot where the most damage has been taken.
  • Features extremely accurate collision physics where cannonballs will cause planks and debris to shoot out from the hull when they hit.

Ships.jpg

The Sloop

Sloop.jpg

Weak but nimble, the Sloop is the cheapest and arguably the least powerful ship in the game. Despite its poor firepower, it can dodge the most of an enemy volley due to its small size, and sometimes outmaneuver larger ships by keeping out of their line of fire.

Health: 1500
Cannons: 10
Top Speed: 150
Turn Speed: 125
Acceleration: 1.1

The Brig

Brig.jpg

The Brig is an incredibly swift ship, perfect for hunting down sloops or traveling the stern of battleships. However, it is large enough to recieve devastating damage, should it be hit by the broadside of a larger ship.

Health: 2200
Cannons: 20
Top Speed: 170
Turn Speed: 115
Acceleration: 1.5

The Frigate

Frigate.jpg

Frigates can achieve the greatest top speeds of any ship in the game, even though their acceleration and handling are worse than that of the Sloop and Brig. The balance of speed, hull strength and firepower make these some of the most formidable ships on the seven seas.

Health: 3600
Cannons: 38
Top Speed: 190
Turn Speed: 90
Acceleration: 0.9

The Steam Paddle Frigate

SteamFrigate.jpg

Equipped with a modern steam engine, Steam Frigates have the ability to sail swiftly even against the wind. However, the space taken up by the paddles require them to sacrifice some firepower.

Health: 3600
Cannons: 32
Top Speed: 200
Turn Speed: 90
Acceleration: 0.9

The Third Rate Battleship

ThirdRate.jpg

With 74 guns, the Third Rate is a ship fully fit for the line of battle. Like the Frigate, it has a surprisingly good mix of handling and firepower, although its bulk will prevent it from making sharp turns or keeping up with the speed of smaller ships.

Health: 4200
Cannons: 74
Top Speed: 140
Turn Speed: 75
Acceleration: 0.6

The First Rate Battleship

FirstRate.jpg

Boasting a remarkable 106 guns, the broadside of a First Rate will make even the most experienced captain quiver in his boots. Yet, this amazing firepower does come with the prize if being painstakingly slow, both in top speed, acceleration and turn speed.

Health: 5000
Cannons: 106
Top Speed: 125
Turn Speed: 54
Acceleration: 0.3

Screenshots.jpg


AOFS5.jpg

AOFS1.jpg

AOFS3.jpg

AOFS4.jpg

AOFS6.jpg


Credits.jpg

  • All models and textures were made by Fingolfin a.k.a I_Love_Cat.
  • Linked List library was made by grim001.
  • The vector and quaternion libraries which make this game possible were based off the ones by legendary modder Bob666.

Changelog.jpg


v0.0.1
- Public release.

v0.0.2
- Fixed exception for tied votes.

v0.0.3
- Added another voting menu where you vote for fleet size.
- Added introduction text to inform players of the basic game goals and mechanics.
- Decreased the reload time of the sloop by 2 seconds.
- Inlined some code to improve performance.
- Fixed a bug that would turn the broadside into a machinegun of cannonballs.
- Fixed a bug that would cause the dialog text to dissapear in the voting menu.
- Fixed a bug that would cause effects to play their animation twice.
- Wind direction is now re-randomized when the game resets.

v0.0.4
- Removed ship formation movement since the SyncSelections native might be whats causing the delay in unit orders.
- Might have fixed the minigun-barrel-roll-bug.

v0.0.5
- Team kills will no longer give you bounty or kill points.
- Reduced gold bounty gained from 80% of ship cost to 60%.
- Increased periodic income from 25 to 50 gold.
- Gold pickups will now spawn periodically. Capturing them will give a bonus of 250 gold.
- Limited the amount of ships the AI can spawn.
- There is no longer any difference in ship count depending on the number of players.
- Text tags now only show up for the affected player.
- Added gold sound to bounty and pickup events.

v0.0.6
- GREATELY reduced lag during broadsides. FPS drops should now be nonexistent on high-end computers, and very minor on low-end ones. I was able to fire both broadsides on three 106-gun ships simultaneously on my laptop while still maintaining playable fps!!

v0.0.7
- You can now order your ship to follow another by right-clicking on it. This can also be used to form battle lines by ordering ships to follow eachother in a chain.
- Added a feedback arrow model for when you order your ship to move to a point.
- Wind factor and ships speeds have now been tweaked for more fun gameplay.
- Increased the cost of Steam Frigates from 750 to 800.
- Made the autofire mode more accurate.

v0.0.8
- It is now possible to play up to six players, rather than just four.
- Added a repair ability, which stops your ship from moving or engaging and slowly regenerates hit points. The ability is channeled and will cancel when issued another order. Taking damage will significantly reduce its effectiveness.
- Mana now represents sails, also added three different levels of graphical damage to the sails of all ships. Sail damage will reduce the maximum speed of your ship.
- Added the option to swap between ball shots and chain shots. Chain shots have a higher firing arc and deal significantly more damage to sails, but less to hull.
- The hit boxes of the ship are now more accurate, although this means that cannonballs may sometimes fly above smaller ships rather than hitting them.
- Further reduced the lag during broadsides.

v0.0.9
- Added boarding!
- Added four different crew types!
- Added canister shots! These have a chance of killing enemy crew depending on how intact the enemy hull is at the point of impact, and how crowded the ship is.
- AI ships will now repair and board enemies if the situation is opportune.
- Added a rudimentary crew store, for manning your ships. This is as far as i will go with the Arena version of the map, later when i start working on the AoS version, there will be proper stores.
- You now get to select your fleet ensign at the start of each round. Available ensigns are: Britain, French, Pirate.
- Added 500hp to the First Rate battleships.
- Fixed a bug which caused Steam Frigates to be unproportionally affected by sail damage.
- It is now slightly easier to sail against the wind.

Keywords:
Broadside, tall ships, napoleonic, master and commander, pirates, sail, cannon
Contents

Age of Fighting Sail (v0.0.9) (Map)

Reviews
16:36, 21st Mar 2014 Hell_Master: Map approved with a rating of 4/5 (Recommended). See moderator's review regarding the map:

Moderator

M

Moderator

16:36, 21st Mar 2014
Hell_Master: Map approved with a rating of 4/5 (Recommended). See moderator's review regarding the map:

Hell_Master said:
Review emerges!

Played it for 3-4 times and I must say that the concept looks great and is unique. A good addition to the warcraft maps.

But I'm really feeling lost in this game. I really do not like that you move randomly throughout the seas and it's pretty much based on luck (in my opinion since you have to had a good angle to shoot your enemy ships) if you get side on side with a enemy ship to fire off cannons. The idea of the cannot shots from sides is pretty much good but the idea of randomly moving around the seas and turning randomly to different directions is quite bad for me. I suggest in my own perspective to keep the original movement system where you have full control of any unit. Might reduce the uniqueness quality but will make the game much more friendly even for newbies. Also there could be a faster movespeed for the ships as well and the cursor when moving on points should show so you are actually knowing where you are moving. Everything looks fine just that which is for me quite an issue.

The 1-3 ships that LordDz suggested can be a possibility for you to add. Maybe make a difficulty: Normal and Hard. Normal has only 2-3 ships and Hard has 4-5 ships. You could also maybe disable the friendly fire or better yet, make a command or game mode that disables friendly fire because it gets quite annoying that a complete win suddenly turns out to a complete loss from the enemy due to the friendly fire which happened to me actually.

You could also improve the terrain by adding something in it like rocks in the seas. When you bumped on rocks, it will damage you and some natural events such as whirlpool in the seas. Once stepped, it can surely kill your ship.

Overall, this is quite a unique map but there are some things which I think is a disadvantage in the game and is not that newbie friendly.

Rated 4/5 still and Approved. Happy mapmaking, Fingolfin.
 
Level 25
Joined
May 11, 2007
Messages
4,651
Really cool map, however.
It would nice if you started with lesser ships, say 1-2 instead of the 3-5 you begin with now. Makes it easier for newer players to learn it.

And I had some lagspikes when shooting cannons. Great map otherwise.
 
Really cool map, however.
It would nice if you started with lesser ships, say 1-2 instead of the 3-5 you begin with now. Makes it easier for newer players to learn it.

And I had some lagspikes when shooting cannons. Great map otherwise.

I was thinking of adding the option of spawning with only a single ship, i was just really eager to get the map released for now. The issue would be that the random ship mode could turn out a bit more unfair, since one player could get a sloop and another a first rate... But we will see what i come up with.

The cannonballs have been optimized as much as possible, but yeah, they do lag in large battles. Sadly, the only way i could make it work smoother is to make all the cannons fire at the same time, rather than with slight, random delays, but frankly, i think that part adds too much to the realism to be removed.

In any case, the ammount of time i spent trying to polish this is unimaginable. I hope everyone enjoys playing it as much as i did making it.
 
I can add some extra hints on game start regarding that, or maybe like, a tutorial command that gives you some info. The low tier idea is good, perhaps gaining larger ships as you go will give you a sense of progress. I thought of making it like this:

You have an extra voting menu, where you vote for "Navy Size", options "small" and "large". If "small", you will spawn 3 ships if there are less than 3 players, and 1 ship if there are more than 2 players. If "large", you will spawn 5 ships if less than 3 players, and 3 ships if more than 2 players. Does that sound good?

EDIT: And by the way, did you notice the single player commands in the quest menu? They can be fun to play around with, disabling cannonball physics, or spawning epic ships for yourself. If you are having performance issues you can disable effects. Just a tip.
 
I might add an option to disable friendly fire. Dunno why, but i just feel like it makes sense to have it there, but if lots of people are bothered by it, i will perhaps remove it.

I limited player count to 4 since too many ships will cause lag. I thought 4 players with a maximum of 6 ships each was a nice limit. I have some ideas on how to expand the map concept into something similar to an AoS, but that is pretty far from now. The idea was to have 2 teams of 4 players, where each player has one ship each. Each team also has 3 star forts, which you capture by landing troops which you purchase onto your ships from your own forts. Ships would also be able to board eachother (during boarding progress, ships would be invulnerable). Like i said though, it is just an idea, and considering the amount of time i spent on this fairly simple game, it would mean a monstrous amout of work.
 
Is there any chance of you reducing the lag in this?

It'd be quite cool if there could be 30+ ships.

Will eventually make a review.

A review would be awesome.

Released version 0.0.3 just now which has some minor performance updates and bug fixes (see changelog). I don't think i could ever make it work for more than 24 ships though, without reducing the amount of cannons on each.
 
Sure, if you host it? My router wont let me host.

EDIT: That was a nice game. There were some bugs though that surfaced which concerns me. The first one is how units are very unresponsive in multiplayer. I think i have found the source of this problem - it might be related to the script that makes sure ships move in formations whenever multiple ones are selected. I use a native called SyncSelections() to make sure that it doesn't cause desyncs, but this native is known to screw things up when used too much. I can either ditch the formation movement, or see if it works without that native.

The second bug is that ships will sometimes go crazy and start firing a constant stream of cannonballs, kinda like a minigun, while doing a barrel roll (the latter part was just the ocean physics responding to the immense recoil). I think this might have had to do with the fact that i destroyed instances of the fireData struct (which saves information on where and when cannonballs will be fired) before i used the ".next" member to iterate further through the linked list. This might have caused an infinite loop. It has been fixed now, and i hope it will work better in the next version. Other than that, i want to thank everyone who participated in testing it, it was a blast.

EDIT 2: Released version 0.0.4 which should fix the above issues. Let me know if there are still delays in the ship controls.
 
Last edited:
Level 30
Joined
Nov 29, 2012
Messages
6,637
Review emerges!

Played it for 3-4 times and I must say that the concept looks great and is unique. A good addition to the warcraft maps.

But I'm really feeling lost in this game. I really do not like that you move randomly throughout the seas and it's pretty much based on luck (in my opinion since you have to had a good angle to shoot your enemy ships) if you get side on side with a enemy ship to fire off cannons. The idea of the cannot shots from sides is pretty much good but the idea of randomly moving around the seas and turning randomly to different directions is quite bad for me. I suggest in my own perspective to keep the original movement system where you have full control of any unit. Might reduce the uniqueness quality but will make the game much more friendly even for newbies. Also there could be a faster movespeed for the ships as well and the cursor when moving on points should show so you are actually knowing where you are moving. Everything looks fine just that which is for me quite an issue.

The 1-3 ships that LordDz suggested can be a possibility for you to add. Maybe make a difficulty: Normal and Hard. Normal has only 2-3 ships and Hard has 4-5 ships. You could also maybe disable the friendly fire or better yet, make a command or game mode that disables friendly fire because it gets quite annoying that a complete win suddenly turns out to a complete loss from the enemy due to the friendly fire which happened to me actually.

You could also improve the terrain by adding something in it like rocks in the seas. When you bumped on rocks, it will damage you and some natural events such as whirlpool in the seas. Once stepped, it can surely kill your ship.

Overall, this is quite a unique map but there are some things which I think is a disadvantage in the game and is not that newbie friendly.

Rated 4/5 still and Approved. Happy mapmaking, Fingolfin and since your map is not in some development state anymore, you should change your version number to 1.0 or 1.0.0 and above. 0.1 or 0.0.1 are for development stages.
 
It's not random though, more like he doesn't announce those wind physics, though you might be seeing the selection bug. If you can't move or cast/shoot then select f1 then your ship again. The movement seems to work to move towards the point slowly turning towards it like a realistic ship. Ships move fast if you sail with the wind.

I may as well post my review too.

Here goes;

You'll get a 5/5 when you let me know you fixed those nasty bugs, for now you have a 4/5 from me. I vote for approval which I am sure it is already approved.

Suggestions;
Keep the friendly fire, but add a mode to disable it
Add a mode to switch between movement types
Add a mode where both teams are in two giant ships similar to cruiser command?
You'll need to add land I think for this one

I agree with the random events
I think you should end up on other side of map if you reach bounds

My Opinion
This is one of the better sea warfare maps and one of the best while also having the most potential I have seen yet. I wish you good luck, and hope to see more. =)
 
Thank you very much hell_master for your review, although i have to say i am surprised and dissapointed by it.

The fact that you claim the gameplay is random and lacking of strategy is a kinda weird thing to say and makes it feel like you diidn't really look deep into the game. The turning speed, and the fact that you cannot turn on a dime like in regular warcraft, is a huge aspect in stragegy and reuires you to make a lot of planning as to from which angle you should attack. Wind direction affects speed, and speed affects turn speed, so if you attack while facing the wind, you will take more time to align with the target. Sometimes though, you can use the wind to escape the enemy volley, but since the stern will recieve triple damage, you also need to be careful turning your back on your enemy.

Another aspect is formation. You want to position your ships so that as many as possible will have a firing angle on the enemy as it approaches. Large ships are also vulnerable, since enemy brigs or even frigates can sneak up behind them and stay out of their line of fire, while dealing broadsides to their stern. Hell, even firing the cannons at all is a huge matter of presicion and timing.

As for the idea of just having 1-3 ships, i already added that some time ago with the "navy size" dialog. Voting for "small" gives you 3 ships if there are 1-2 players, and 1 ship if there are 3-4 players. Having 1 ship per player also adjusts the random equation (when in random mode) so that people don't get ships of too varying sizes.

I don't know, this map was just such a huge piece of work for me - remaking the entire UI, modeling the ships and their destruction sprites, balancing the units, making such a complicated system run almost bug-free, bothering to make a custom victory and defeat screen and enabling all the advanced script aspects to reset and replay, making an ambitious presentation for the hive, and still i get the same rating as goddamn "Shinobi Showdown" just because this wasn't "your kind of map".

EDIT: Also, thank you for your suggestions, i will add a dialog for disabling friendly fire, and perhaps in future versions, you will be able to have procedurally generated reefs which deal damage, if i can get that to work. I still think the game is fine as it is, though.

@Dat-C3: Can you try this version online? Does it still have the selection issues? I am pretty sure i found the bug, so it should be fine now.
 
Just so everyone knows - this "selection bug" only ever appears in multiplayer, never in single player. Like i said though, i think it has been fixed now.

It's not random though, more like he doesn't announce those wind physics, though you might be seeing the selection bug. If you can't move or cast/shoot then select f1 then your ship again. The movement seems to work to move towards the point slowly turning towards it like a realistic ship. Ships move fast if you sail with the wind.

I may as well post my review too.

Here goes;

You'll get a 5/5 when you let me know you fixed those nasty bugs, for now you have a 4/5 from me. I vote for approval which I am sure it is already approved.

Suggestions;
Keep the friendly fire, but add a mode to disable it
Add a mode to switch between movement types
Add a mode where both teams are in two giant ships similar to cruiser command?
You'll need to add land I think for this one

I agree with the random events
I think you should end up on other side of map if you reach bounds

My Opinion
This is one of the better sea warfare maps and one of the best while also having the most potential I have seen yet. I wish you good luck, and hope to see more. =)

Can you explain what you mean by switching between movement types? The realistic movement is fundamental for the game, and the other systems would not work together with classic warcraft movement, in the way that hell_master suggested. Actually, if i were to have warcraft movement, this would just be a game of a bunch of warcraft units with custom models fighting eachother, and that, if anything, would be devoid of strategy in my opinion.

The part about making both teams control a single ship each is a really cool idea, but i think that would be a map of its own rather than a game mode, since it would require so many changes to the game.
 
Myo Sett don't double post, edit and delete one of them.

I'll try later tonight to search for those bugs.

Switching between movement types by just giving players the ability to turn better, not like normal movement because like you said it would kind of mess up and I agree. However there is another option...
Low turning speed will do almost exactly what you have here so I suggest experimenting with it to see if it is a possible mode you could add.

Still basic wc3 movement should still be added as a mode so people can choose what they want. You should still be able to keep your cannons and stuff, just no special movement unless you mess around with turning speed. Maybe another mode where the speed valued are x2'd?

I am glad to help if I am able too. =)
So my suggestion for you would be to think about it and decide yourself for it is your map.
 
Level 28
Joined
Apr 6, 2010
Messages
3,097
Cool map so far. Two problems I've noticed is that ships don't follow each other when told to, and the bounty for your own ships shows up when sunk. A countdown to next income would be nice as well.

Also, minigun cannons while the ship is doing a barrel roll? You should consider leaving that in, because it sounds hilarious.

Would you also consider adding some forward/backward facing guns? The ships turn so very slowly, might as well have them do something during then.
 
About the slow speed/turning, maybe you could have an "arcade mode", and a "realistic mode"? During arcade mode, ships turn and move faster, while during realistic mode they move just like now.

Cool map so far. Two problems I've noticed is that ships don't follow each other when told to, and the bounty for your own ships shows up when sunk. A countdown to next income would be nice as well.

Also, minigun cannons while the ship is doing a barrel roll? You should consider leaving that in, because it sounds hilarious.

Would you also consider adding some forward/backward facing guns? The ships turn so very slowly, might as well have them do something during then.

Well spotted on the ship follow thing. I will be simple to add and i will try to have that fixed for next version.

And yes, the minigun barrel roll was very, very awesome. Too bad it crashed my game after about 10 seconds, but at least i laughed myself to tears.


Awesome project, I hope to see more updates :)
The physics felt very realistic.
Visuals are excellent, and it even wasn't that laggy on my wooden pc!

Suggestion: Add damage on ship collision :D


Thank you!!
I'm sorry, but damage on ship collision would screw up the AI, and propably make it kill itself too often. It is also kinda hard to program.
 
Level 13
Joined
Mar 21, 2014
Messages
893
Myo Sett don't double post, edit and delete one of them.

I'll try later tonight to search for those bugs.

Switching between movement types by just giving players the ability to turn better, not like normal movement because like you said it would kind of mess up and I agree. However there is another option...
Low turning speed will do almost exactly what you have here so I suggest experimenting with it to see if it is a possible mode you could add.

Still basic wc3 movement should still be added as a mode so people can choose what they want. You should still be able to keep your cannons and stuff, just no special movement unless you mess around with turning speed. Maybe another mode where the speed valued are x2'd?

I am glad to help if I am able too. =)
So my suggestion for you would be to think about it and decide yourself for it is your map.

I have edited my post
 
Level 2
Joined
Feb 16, 2011
Messages
24
I just gave this map a go... well i've played for about 2-3 hours now but never mind. Seeing the way this map is made, i dare say this could be the begining of a whole new level of Warcraft 3 maps concerning Naval Warfare. I also wish to recommend that you add more ship types and also an Era advancement, each Era with it's unique vessels. Also you might wanna add room for more people, as well as a FFA mod to make it more interesting... >:)
 
Thank you, it is awesome to hear that you like my map!

I would love to have more players in this map, but sadly the lag caused by the cannonballs firing gets too heavy if you have more than 4 players at once. I think i will reduce ship cap to 5 and also make it so that you spawn with 3 ships in "large" fleet size and 1 ship in "small", regardless of the amount of players - right now 5 ships each in a 2 player game is a bit too much (even though the lineup looks super cool).

As far as ship types go, i might add a steam propelled third rate, and maybe a "shotgun" frigate with canister carronades? Perhaps something between the brig and the frigate could also make sense. Adding ages though is too much work for me, and i also want to try and stick to one theme. The modeling takes a lot of time, and i am lucky enough to have these ships share some of the textures.

Another edit i want to make for next version is to reduce bounty while increasing periodic income. Sometimes, you end up with too little money to even buy a sloop, and waiting for 5 minutes to get enough is really boring. Also, the high bounties makes battles a bit too desicive, since the winner will end up at a massive upperhand.
 
Damn I was just thinking about making such a map a couple of days ago
But I got lazy and downloaded "Sid Meier's Pirates!". It would have been just the way you did it with a few minor differences which I can give now as suggestions.
The ships have a bit too much hp, maybe half would have been more realistic and probably the number of cannons can be reduced when the ship takes damage.
It's a bit hard to control more than one ship at a time. Maybe make some kind of wind variable so that ships can get bonus speed or reduced speed if not going in the direction of the wind.
Ps love the ship models.
 
Ehm, well i would love to see you make a map like this in a few days anyway, but ok.

*Ship health seems quite accurate to me - a third rate can stand about three volleys from a first rate before it goes down - often times, being hit would not always mean being sunk i naval battles, since holes above the waterline do not affect the ships buoyancy. In the case of sloops and brigs, it often happens that cannonballs actually go above the ship, so they can dodge some of the fire from ships with many guns.

*Reducing the number of cannons would be cool - up until right now i have not thought of a good way to implement it, but i might have found something now. The problem was that, during a broadside, the script just loops from 0 to the number of cannons on the side which is firing, spawning the cannonballs from front to back, top to bottom. Thus simply lowering the .cannon_count variable will make all "broken" cannons end up in the same area at the lower rear deck rather than at the position where it is damaged. What i can do though is just add a boolean array, which when "true" means the cannon at that slot wont fire, and then when hit give a random chance that a random cannon on that side gets its flag set to "false".

*This game already has wind physics. You see the wind drection in the movement of the clouds. The direction can slowly change during the game and is randomized at every map start.

Thank you for your comment and feedback!
 
Level 1
Joined
Jul 4, 2008
Messages
4
Cool map, just waited for one of this kind!

But a bug suddenly occured (Single Player, me+AI vs 2*AI):
In Round 2, after some minutes, only few cannonballs were shot at once, then after some more seconds, all ships stopped to move and the shoot-spells didn't work anymore at all.

Suggestions:
I have totally to agree with the people who suggest coralls, random events (whirlpool etc.). This would add lots of fun. But do NOT listen to the people, who want to have friendly fire removed. This would make it little boring.

Maybe you should restrict the ship count per player using a kind of supply-system, like it is done in Star Wars: Empire at War
Every player there can have ships for 20 points, where a big Star Destroyer counts for example for 4, a small cruiser only for 2 points. Now you could not restrict the amount of players, but give every player x / amountOfPlayersInTeam points. Would be awesome for bigger LAN-parties.
 
well.... a long time ago u asked me for my opinion. now, 6 exams later im ready to give it to you.

the quality of the map is undeniably above par. ive got nothing to say here that isnt blind, unconstructive praise. however, the gameplay is unintuitive, and therefore boring.

overall, it feels like player control is... gimped, if you noe what i mean. something as simple as the inability to see the 'arrow click' model when u order a unit to move creates a sense of disconnect with the player. then add the random things like wind change and coins, and it doesnt feel like the player is playing the game so much as watching the cpu run a simulator.

the main thing is this map doesnt give the player a sense of 'agency', ie) the translation of player decisions into game actions is unintuitive. a simple thing to fix this would be something like zooming the camera in, or increasing ship proportions relative to the map. this would increase players' perceptions of pacing, as well as making it seem like his actions are more meaningful because he can clearly see when he clicks a, cannonballs are shooting out. the way it is now for example, they are barely visible and theres nothing exciting watching water splash in the distance because of near-invisible missiles.

anyways, thats pretty much all ive got to say. of course, keep in mind the above is incredibly subjective. i cannot call this map bad, it wud be just as unfair as calling the kingdom of kaliron bad because i dont like rpgs. my criticism stems inherently from my personal preferences as a gamer, and as long as ur intention is for the map to be the way it is, then there isnt anything wrong with it. except u mispelt ur name in the quest credits, son of finwe
 
well.... a long time ago u asked me for my opinion. now, 6 exams later im ready to give it to you.

the quality of the map is undeniably above par. ive got nothing to say here that isnt blind, unconstructive praise. however, the gameplay is unintuitive, and therefore boring.

overall, it feels like player control is... gimped, if you noe what i mean. something as simple as the inability to see the 'arrow click' model when u order a unit to move creates a sense of disconnect with the player. then add the random things like wind change and coins, and it doesnt feel like the player is playing the game so much as watching the cpu run a simulator.

the main thing is this map doesnt give the player a sense of 'agency', ie) the translation of player decisions into game actions is unintuitive. a simple thing to fix this would be something like zooming the camera in, or increasing ship proportions relative to the map. this would increase players' perceptions of pacing, as well as making it seem like his actions are more meaningful because he can clearly see when he clicks a, cannonballs are shooting out. the way it is now for example, they are barely visible and theres nothing exciting watching water splash in the distance because of near-invisible missiles.

anyways, thats pretty much all ive got to say. of course, keep in mind the above is incredibly subjective. i cannot call this map bad, it wud be just as unfair as calling the kingdom of kaliron bad because i dont like rpgs. my criticism stems inherently from my personal preferences as a gamer, and as long as ur intention is for the map to be the way it is, then there isnt anything wrong with it. except u mispelt ur name in the quest credits, son of finwe

Thank you for your honest and constructive response. Even though i enjoy playing this map, i can understand how many would feel that it lacks goal or ways of making desicions. However i dont think the camera is the problem, i already have a command for setting the exact camera height, and the wind does not "randomly change" more than a few degrees per game, it is mostly a static thing you have to consider when maneuvering. The arrow click model is an easy fix and i will add this as soon as possible.

What i need suggestions for though is how to add more complexity into the gameplay. The random events and reefs is cool, but i don't feel like it truly gives the player an opportunity to feel skilled at the game. One thing i was considering is adding a second hero shop where you can purchase upgrades for your ships. You would basically have a series of bonuses such as "Reinforced hull" (extra hp), "Extended barrels" (longer broadside range), "Crew Experience" (improved handling), "Weighted Shots" (increased damage), etc. You would apply them using an ability targeting the ship you want to upgrade. Perhaps you could have a "Quick Repair" ability which works kinda like the "healing salve" item on your ship (heals x hp over y time, interrupted if the ship takes damage). I dunno, let me hear your opinions.

Cool map, just waited for one of this kind!

But a bug suddenly occured (Single Player, me+AI vs 2*AI):
In Round 2, after some minutes, only few cannonballs were shot at once, then after some more seconds, all ships stopped to move and the shoot-spells didn't work anymore at all.

Suggestions:
I have totally to agree with the people who suggest coralls, random events (whirlpool etc.). This would add lots of fun. But do NOT listen to the people, who want to have friendly fire removed. This would make it little boring.

Maybe you should restrict the ship count per player using a kind of supply-system, like it is done in Star Wars: Empire at War
Every player there can have ships for 20 points, where a big Star Destroyer counts for example for 4, a small cruiser only for 2 points. Now you could not restrict the amount of players, but give every player x / amountOfPlayersInTeam points. Would be awesome for bigger LAN-parties.

Hey, glad you liked the map!

That bug sounds really weird, seems like something caused the game timer to stop running. If it ever happens again in single player, try typing "setInterval 0" in the chat, that will reboot the timer. If it works, let me know and i will check it out. It has never happened to me though.

I'm not sure what you mean about the point system, right now ships cost food, and each player has 6 food which means a maximum of 6 ships. I could ofcourse make the bigger ships cost more, which would solve issues with the cannonballs. Perhaps future versions can have 6 players if i can work this out.
 
not to sound pretentious, but depth > complexity. depth arises from the number of possible outcomes based on ur choices, whereas complexity is the number of variables u have to consider. complexity can create depth, but generally u want to keep ur map easy to learn and difficult to master (ie. high depth, low complexity). if u'd like me to elaborate on what i mean i can. i get a lot of this shizzle from a youtube channel called extra credits :p

what i suggest is add in an element of map control by putting 'control points' across the map. these cud be like islands or a floating flag (hey if u've got floating coins then realism obviously ain't an issue), and basically when captured they generate gold. but u also want to add some risk towards owning them, like for example they also take up a small amount of food/supply. creates depth (since players must decide firstly if they want to devote a ship to capturing a point, secondly if they want to devote resources) whilst being simple to understand for the player.

in regards to ur upgrade idea, yes there is inherent depth in choosing which upgrades to use too, but its also more complex and requires players to know what each of the 4+ upgrades do. also decision-making is more 'constrained'; something like control points feels more 'active' and ... 'tangible', if u noe wat i mean, whereas upgrades have always seemed to be more of a 'passive' thing.

so yeah, nothing wrong with ur upgrade idea but just remember maximising depth > maximising complexity.
 
You are right about the part about depth being the most important - packing a shitload of choices onto a player doesn't always make a great game. I always wanted this map to be about the real-life naval strategies, like forming a double line, traveling the stern, etc. Sadly, this map does not have that much replay value though.

As for the control points - this is an OK idea, but i am not sure if the gameplay allows for it. In games like DoW, you have lots of units on the map, and they spawn and die with some frequency. Standing still does not affect their ability to fight, and does neither hamper the pace of the game. The same cannot be said about this map, where all the fun is about sliding around, shooting cannonballs around yoruself. Killing enemies can take some time, and more often than not requires a dance around the map to get on top. Standing still makes you a sitting duck, and in games where each player has one ship, this hardly enhances the fun for the poor player who has to guard his little nest.

There must be more mechanics that players can use "on the fly", maybe a ship gets a random bonus (or experience) once it kills another, or maybe kills can generate points which you can use to summon storms, whirlpools or the Kraken? Or maybe you can do this, except it costs gold, so it becomes a choice, i dunno.
 
Level 14
Joined
Jul 1, 2008
Messages
1,314
Hi Fingolfin, I tested your map yesterday, and this fighting system resembles the old game port royale a lot.

I must say, the gameplay and the mechanics are very impressive and it is also fun to play. The AI is actually pretty smart, so i was overall impressed by this game!

The models themselves look so beautiful, if the sails moved with the wind, and they broke apart upon death, they would be equal to models from a real game! wow! You should really upload them because they are the best ship models I have seen so far! :)

Did you ever think of expanding this map to a game like port royale (If you happen to know this one), which combines sea battles and adventure, trading, strategy etc.?

Also a suggestion, which would enhance gameplay imo: Add some "chain cannon ball" ammunition, that slows ships when hit!

And lastly, I mean, if you added some close quarter-boarding possibility, this game would be a pure overkill of awesomeness!

Its a really good map, but you could add a lot more to this! Great job so far anyway :)
 
Hello, thanks for the suggestions! Also, i'm way ahead of you!! I already added chain shots and sail damage about a month ago, but have so far neglected to upload it. I updated the version, now all ships have sail health represented by mana, and three levels of graphical sail damage. You can toggle between chain shot and ball shot on each ship individually - chain shot deals most damage when fired at the front or back of the sails. Also added a repair ability for good measure.

And yes, i did plan to add more stuff, including boarding! Initially, i wanted to make an AoS stype map where each team control two or three three star forts, and the enemy team would buy troops to try and capture them through boarding/invading. You'd make gold by purchasing trade items in your port and selling them at ports on the enemy's side of the map.
 
Top