Page 24 of 30

Re: development thread

Posted: Wed Oct 10, 2018 10:38 am
by jack1974
Image
an example of mission choices, before that there was another choice (mostly behavior aggressive/defensive) and after this one there will be variants depending if skill check is successful and if any eventual battle is won or lost.
Yes, basically another very linear game with no branching at all! :wink: A SMALL GAME (tm) :lol:

Re: development thread

Posted: Tue Oct 16, 2018 9:13 am
by jack1974
Image
the kind of battles I like to code :twisted: :mrgreen: :mrgreen:

Re: development thread

Posted: Tue Dec 18, 2018 1:06 pm
by jack1974

made another work-in-progress video showing the updated alpha version, including the maps, armory, attributes reallocation and the crafting :)

Re: development thread

Posted: Sun Dec 23, 2018 9:00 am
by jack1974
Image
one of the many features already present in the framework Anima coded me... back in 2012 for Loren :mrgreen: I never used it before, because I used to make simpler RPGs lol. But anyway as you can see from the screenshot, there'll be a subquest system. Since there's a big map with various locations, etc. I thought would be useful to know which steps you have already done of the various quests!

Re: development thread

Posted: Mon Jan 07, 2019 6:58 am
by jack1974
Image
started the new year adding more content and features, many times I get new ideas as I playtest the games. Like in this case, I was crafting and noticed how unpractical was to not be able to compare the item you're crafting with the ones you have currently equipped, so I added this extra screen (equip directly doesn't work yet but it should).
I also finished the second step of the main sidequest, so now I need to do the 3rd, finish all the other sidequests/special locations, and write end of chapter 1 which will be the game demo. There will be 4 chapters but like Loren or Cursed Lands, the first one will be much shorter (so the demo of course is not the 25% of the whole game :lol:).

Re: development thread

Posted: Tue Jan 08, 2019 2:43 pm
by jack1974
As I'm playtesting the game, I found that this one is very item-oriented. I mean, having a good equipment is super important in this game. This is very different from my past games, maybe except SOTW. But differently from SOTW, there isn't an attribute directly associated with doing more damage or increasing defense.
Still the main gameplay mechanics will be similar to SOTW meaning that you need to keep the equipment up to date, of course depending on the difficulty level you're playing. I am testing in Hard and equipment is very important and I assume in Nightmare will be SUPER important. In Normal level, it will be less.
At least in this game you don't have all the character slots of SOTW :lol: Only 3 each character this time!

Re: development thread

Posted: Fri Jan 11, 2019 10:26 am
by jack1974
I've finished the first chapter... "Empire version" :) I forgot that I also need to do 3 different subquests for the Rebel faction. Later in the game, the story will "merge" (I can't say more to avoid spoilers) so there won't be anymore separate Empire/Rebel quests to avoid going nuts (this plus continuing romances plus new romances = brain destroyed lol).

Re: development thread

Posted: Tue Jan 15, 2019 7:54 am
by jack1974
Image
added automatic combat to the game. It doesn't use the same AI as enemies (which is more advanced) and mostly focuses fire against the weakest enemy. It works, but of course you cannot rely on it to win tough battles, or even regular battles in Hard/Nightmare mode :) However it's useful to me to test quickly the average difficulty of an encounter and will also be useful for players to speed up some easier battles, since you can revisit the old areas after you level up.

Re: development thread

Posted: Wed Jan 16, 2019 2:08 am
by Troyen
There's a game I played a long time ago (Lords of the Realm 2?) where upon initiating combat you could opt to have the computer "auto-resolve" the fight for you and skip the whole combat session. The rewards and outcome weren't as good as a human could manage (e.g. more casualties sustained), but it was "good enough" for really one-sided encounters that didn't ultimately matter.

Re: development thread

Posted: Wed Jan 16, 2019 7:14 am
by jack1974
I did the same for Queen Of Thieves if you remember :)
However in this case I don't want to do it since there could be mid-fight cutscenes etc like SOTW (so far none but it could happen). Also since now I offer VN mode, people who want to avoid fights can just use that. And if you play in Easy mode, I think if you equip the party well you can win most of the fights in automatic mode :lol:

Right now I've noticed that I screwed up the balance of enemies (in particular leveling up/level scaling) so I'm doing several tests and I'll need to retest the game from scratch again. It sucks but better to do it now than later :)