v0.8.10 (BWM fill) released to Google Play!

Useful links
Source code of the game - Contribution guide - ATCS Editor - Translate the game on Weblate - Example walkthrough - Andor's Trail Directory - Join the Discord
Get the game (v0.8.10) from Google, F-Droid, our server, or itch.io

Swimming and Climbing

Unstructured ideas, requests and suggestions for the development of the game.
lord midnight
Posts: 104
Joined: Sat Feb 05, 2011 9:23 am
Location: Oz

Swimming and Climbing

Post by lord midnight »

Id like to introduce two movement skills, swimming and climbing, both are similar and require the same basic changes to map creation and code.

Swimming is moving in water, Climbing is moving vertically. If anyone remember Legend of Zelda III: link to the past, you could do both after finding items, though I think skills are better here. The similarity I want to point out is how they implemented changing states, which was through special locations on the map, diving areas you could enter water, and marked surface you could climb on.

I think by using a player_state of walking, climbing, swimming, we could put a map event in Tiled, to test the players skill to enter that area at that checkpoint or entry tile. You could have a slope or set of vines that needed anywhere from a Rank 1-7 in the skill to climb, or water that needed a high rating to get through.

It would be interesting and not too terrible, but imagine a slope or hill that you could not get up or down, until you raised your climbing, or an area under a bridge that had just too fast of water to get through to reach a treasure box you can see from another map...

With 7 ranks in skills, it could work pretty good and provide a nice way to break up maps.
AND/OR's ...
Image
Wyrmspawn
Posts: 462
Joined: Sun Jun 03, 2012 2:20 am
android_version: 3.0
Location: In the dark.

Re: Swimming and Climbing

Post by Wyrmspawn »

Seems a little too complicated, as the skills would be better spent on other stuff. You would have to spend months of grinding to reach new areas, which doesn't seem quite right. Besides, we'd have to code the entire game again, make it possible to walk across lakes, impossible to get up ladders, and vines that were previously accessible; too much trouble.

However, I agree that such ideas might be useful in a side self-appointed mission. Only, I'd suggest that these skills should not be leveled up, as it would take too much time for players to level up travelling skills.

This is what I propose:
Create level one swimming skill and level one climbing skill, and add places in the wild where these skills would allow you to go to fight new bosses or get to new merchants or just grab some extraordinary equipment.

To identify which places you can swim in, and therefore avoid having to recode the entire world map again, I'd say we should put the places you can swim in in a certain shade of blue highlighted by yellow, or maybe black. Same for climbing, some places like in Prim's mountainside are mentioned to be climbable. So, there's a highlighted path in black and you do a favor for Guthubred, and so you may climb the mountainside to reach a boss.
Hey guys, I'm back.
User avatar
insink71
Posts: 57
Joined: Mon May 14, 2012 5:44 am
android_version: 11 - Android 11
Location: Greenville, SC
Contact:

Re: Swimming and Climbing

Post by insink71 »

Climbing is in-game already [vines, ladders, etc.; no skill neccassary to climb where one need climb]. So we've narrowed it to swim.. If it was, I'd like to see it [the skill] bestowed in/after quest to lead to special area to possibly finish quest. Interesting.. you suggested water and I suggested fire; Good luck to elementals :)
Iwa
Wild Boar Poacher
Lvl: 41 | XP: 1241954 | Gold: 1266 | Date:06/18/2012
HP: 98 | AC: 198% | AD: 27-37 | AP: 3
CC: 0% | CM: 0.0 | BC: 107% | DR: 1

RoLS: 0 | ElyR: 0 | RoL: 0 | ChaR: 0 | GoLF: 1 | ShaF: 0 | SRoV: 0 | VSH: 0
User avatar
nyktos
VIP
Posts: 3463
Joined: Wed Sep 14, 2011 5:38 pm
android_version: 7.1 - Nougat
Location: Nor City, Dhayavar

Re: Swimming and Climbing

Post by nyktos »

what about this?

make some of the water tiles "walkable" (*)
accessible only to characters with the new skill Swimming
you could prevent characters without the skill with a "map event" (*)

(*) - A "Tiled" function, the map creator / editor we are using.

we could have dungeons & towns "accessible only with Swimming"
and use shortcuts that non-swimming characters can't access.

i dunno, just thinking out loud.

:roll:

:twisted:
"Embrace the Shadow"

Image

[Lv: 60] [HP: 175] [AC: 361] [AD: 25-39] [BC: 75]
[Dual Wielding Swords] [Unarmored Fighting]
Sarumar
VIP
Posts: 3275
Joined: Sat May 07, 2011 4:36 pm
android_version: 4.1 - Jellybean
Location: www.hel.fi

Re: Swimming and Climbing

Post by Sarumar »

nyktos wrote:what about this?

make some of the water tiles "walkable" (*)
accessible only to characters with the new skill Swimming
you could prevent characters without the skill with a "map event" (*)

(*) - A "Tiled" function, the map creator / editor we are using.

we could have dungeons & towns "accessible only with Swimming"
and use shortcuts that non-swimming characters can't access.

i dunno, just thinking out loud.
:roll:
:twisted:
+1 this could be fun
Sarumar
..dansing left foot polka with Hirathil

Lvl 313|XP 559721474|Gold 7965188|AP 3/12|AC 516|AD 161-175|ECC 48|CM 6|BC 311|HP 591|DR 2|RoLS 3|RoL 2|ElyR 2|ChaR 45|GoLF 3|ShaF 9|SRoV 28|VSH 13|GoW 1|WMC 1
ScorpionZ
Posts: 161
Joined: Thu Mar 17, 2011 8:53 pm

Re: Swimming and Climbing

Post by ScorpionZ »

I am definately a fan of the shortcut option this might provide.

Cut your time down by being able to swim across the lake or swim across the cove to the other side.

I might also convert this to a maze of sorts like going through the dark caves - you have to swim (if the skill is available) but you have to navigate the unseen coral reefs and shoals that prevent you from taking a direct path.

A new set of water monster could be introduced along this path as well.

I will also offer that just like a quest option (where you can chose sides like BWM and Prim) you should only be able to choose swimming or climbing. That could be part of a quest - also thinking out loud.
Level: 49
XP: 2108290
Attack Cost: 3
Attack Chance: 166%
Attack Damage: 22-23
Critical Hit Chance: 25%
Critical Multiplier: 3
Block Chance: 92%
RoLS: 1
SR: 2945
DarkSavant13
Posts: 466
Joined: Sun May 20, 2012 1:06 am
android_version: 2.3 - Gingerbread
Location: Somewhere between here and there... I'm lost...

Re: Swimming and Climbing

Post by DarkSavant13 »

Easy to make this possible.Just drop the terrain down and add a layer of passable water tiles, so that only his head and shoulders are above the water tiles. This would be good for surface swimming.

As for deeper water swimming you would need to have a map transport tile, or tiles, take you to a new map where the player would need a new image to represent swimming. Then you could create map tiles, etc., that were representative of reefs, etc.. ;)

Once again I am missing my computer. This is just the sort of thing I would have fun working on. :(
lady black
Posts: 566
Joined: Sat Apr 09, 2011 6:18 pm
android_version: 12 - Android 12
Location: Chicago area, Illinois, USA

Re: Swimming and Climbing

Post by lady black »

I am against the water monster part of these suggestions. It is virtually impossible to fight while swimming. Just ask anyone who has ever been attacked by a shark!
LVL 108; XP 23,138,749; Gold 1,827,209; 4/23/12
HP 130; AP 4/12; AC 328; AD 55-66; CC 9; CM 0; BC 127; DR 2
RoLS 4; RoL 2; ElyR 4; ChaR 11; GoLF 4; ShaF 4
S Rgn, SP: 1:CE,Ev,SM,EB,PB; 2:WA,HH,Cl,BS,MC,BC,CS,QL,IF,Rgn,MF
DarkSavant13
Posts: 466
Joined: Sun May 20, 2012 1:06 am
android_version: 2.3 - Gingerbread
Location: Somewhere between here and there... I'm lost...

Re: Swimming and Climbing

Post by DarkSavant13 »

lady black wrote:I am against the water monster part of these suggestions. It is virtually impossible to fight while swimming. Just ask anyone who has ever been attacked by a shark!
Then again, it is fantasy. ;) Ask anyone attacked by a shark if they have ever fought a skeleton, or a golem, or a myriad of other creatures in this game.

If you're looking for realism, many people have killed sharks whilst swimming, it's just that most people aren't prepared when the shark attacks. ;)
Wyrmspawn
Posts: 462
Joined: Sun Jun 03, 2012 2:20 am
android_version: 3.0
Location: In the dark.

Re: Swimming and Climbing

Post by Wyrmspawn »

lady black wrote:I am against the water monster part of these suggestions. It is virtually impossible to fight while swimming. Just ask anyone who has ever been attacked by a shark!
Well, some experienced divers did drive off a shark by hitting it on the snout with a camera repeatedly... but then again, they were highly experienced divers... It depends on how good you are at swimming. If you swim like Michael Phelps, then you'd probably be able to kill a shark while on the move:shock:
Hey guys, I'm back.
Post Reply