Putting the 'role' back in role-playing games since 2002.
Donate to Codex
Good Old Games
  • Welcome to rpgcodex.net, a site dedicated to discussing computer based role-playing games in a free and open fashion. We're less strict than other forums, but please refer to the rules.

    "This message is awaiting moderator approval": All new users must pass through our moderation queue before they will be able to post normally. Until your account has "passed" your posts will only be visible to yourself (and moderators) until they are approved. Give us a week to get around to approving / deleting / ignoring your mundane opinion on crap before hassling us about it. Once you have passed the moderation period (think of it as a test), you will be able to post normally, just like all the other retards.

KickStarter Knights of the Chalice 2 Thread - Augury of Chaos

felipepepe

Codex's Heretic
Patron
Joined
Feb 2, 2007
Messages
17,278
Location
Terra da Garoa
I think back then he showed us an example (some indie game he tried or something)
Yeah, he specifically used Dungeons of Yore as an example of what he wanted:

qpdOp8U.jpg


KotC 1 was way better than this...
 
In My Safe Space
Joined
Dec 11, 2009
Messages
21,899
Codex 2012
I think back then he showed us an example (some indie game he tried or something) . Considering the last single player DnD cRPG was NWN2 from 2006, it's obvious an entire market -good for selling a few million copies - is pretty starved for quite a long time. The number 1 reason for him not selling that much is the graphics, as I think a lot of people would put up with only 3 classes and a simplistic story if the graphics were on ToEE level. So aiming for that makes sense. At some point he then realized that for ToEE-lvl graphics you actually need an artist who's capable of creating those and a lot of man-hours of said artist(s).
I file all this under not being able to accurately and objectively assess your own capabilities.

No, the number one reason for him not selling that much is his pointless reticence to sell at a lower price in volume through GoG or Steam. This is also the same reason why he can;t produce proper graphics in KoTC2: His pointless reticence to generate cash flow to support it, by doing the above or by Kickstarting his project.
Additionally the gameplay itself with pure hack & slash and un-quitable fights.
 

Sodafish

Arcane
Joined
Dec 26, 2012
Messages
8,504
Also the early-mid game difficulty. Look at the number of people who found D:OS impossible, and that was a cakewalk compared to many areas of KotC.
 

Doctor Sbaitso

SO, TELL ME ABOUT YOUR PROBLEMS.
Patron
Joined
Oct 22, 2013
Messages
3,348
Codex 2013 Codex 2014 PC RPG Website of the Year, 2015 Grab the Codex by the pussy Serpent in the Staglands
It does give an isometric (fuck off isometric nazis) view of the dungeon and grid in a D&D board style which we can see is what he is trying to make now, only more bland. I don't mind the concept if properly executed.
 

JAG

Novice
Patron
Joined
Mar 11, 2011
Messages
7
Divinity: Original Sin 2
Here's a Dec. 5th update from Pierre. Good to see he's making progress, but still seems a good ways off if he hasn't started to code combat at all. I know everyone will be excited about the romancing possibilities too.


Hello! In this update, we'll review the following subjects: world map, selection circles, items, item picking and dropping, dialogue screen, romances, and special script actions.

World map

I've spent a few days drawing a nice world map. Here it is: KotC 2 world map

I have not yet implemented the world-map code but I don't expect it to be very complicated.

A world map is like a standard map except that no creatures or items are shown, there's no fog of war, and there's an icon indicating the party's position. You click on a point of interest and the party is teleported there.

Points of interests can be made available from the start, or they can be set up to be displayed only when the story moves forward (e.g. when the party finds a map or learns about a secret location).

When travelling from point A to point B, the game will record the time spent travelling so that we can keep track of the success and failure of timed quests. Failing a timed quest might trigger a script that would apply to the game world the consequences of missing the deadline.

Although the world map image is huge, please note that I have no plans to do a single huge game that would cover all those locations, a la Baldur's Gate 2 or Divinity Original Sin. My plan is to use the engine to create small modules providing enough experience for three or four character levels. The time required for the creation of a small module could be six months or so.

Selection circles

Whenever the user mouses over a creature, a door, a portcullis, items on the floor, a campfire or an activable area, the game displays the standard rotating selection circle. (Click on a picture to enlarge it)



Activable areas can be anything, like a treasure chest, a lever, a secret button, a wardrobe, a pool, etc. A picture can be associated with the object. For example I've created a lever object which has two positions, up and down. The starting position is down. When you click on the lever, the lever's script is executed. It does something (like raise a portcullis) and then it updates the image associated with the object to reflect the new position of the lever.

Games like Baldur's Gate 2 allowed the user to highlight objects that can be interacted with. I'm not fond of this solution. For example, if there was a hidden button, I would rather keep the button hidden from the player's view entirely. Then, using a script, I would have all the player characters roll for intelligence whenever they walk within two or three squares of the button. If a character succeeds on the check, a dialogue box appears to inform the player, and the button appears on the wall. Characters will get a bonus on their search roll if they are a Rogue, a Dwarf or an Elf.

Items

Our artist has finished the main series of graphic icons for items, weapons and armour. In addition, I did magic glows for all the weapons. See the following screenshots to have a good idea of what items and weapons will look like.



By the way, the 'armour' category will include robes. They will belong in the 'clothing' category rather than the light, medium or heavy armour proficiency category. A standard robe does not provide any armour class bonus but it can be enchanted like other armour items, if it is of masterwork quality.

Speaking of enchantment, I have not yet created the screens/dialogue boxes for crafting. But I've created the buttons that will open those screens, from the inventory screen (see the next section for screenshots of the inventory screen). You will not be able to craft 'anywhere anytime'. It will be a service that clerics, druids and sorcerers can provide, together with healing services. Forging an item will require an ingot while enchanting an item or recharging a wand will require a specific magic gem.

In addition to items, we've completed the main series of creature graphics, here are a few screenshots. I'm also adding a screenshot showing the image preview when loading.



Item picking and dropping

In order to pick items up, you just click on those items. That is, if they are on the floor. The party will automatically move towards the items and pick them up.

Alternatively, move to the square occupied by the items and then open your inventory (shortcut 'I'). The items on the floor will appear in the bottom-right corner of the inventory screen, in the box called 'floor items'. Clicking on an item in that box moves the item from the floor to the character (as in Baldur's Gate).

Clicking the headline of the box ('floor items') moves all of the items from the floor to the character. You can also drop items onto the floor. To do so, just click-and-drag an item from the inventory screen onto the 'Floor items' box.



Also, items can be picked up from a container on the map, like a treasure chest. When you open a container (this is done through a script), the party leader's inventory screen appears and the items found inside the container are displayed in the bottom-right corner, in the same box that is normally used for floor items.

This functionality is available because I have expanded the 'activable object' code to allow it to store a list of items. In the editor, it's easy to place items inside a container.

Dialogue screen

For the dialogue screen I did something very similar to KotC 1. A scroll texture at the top for the NPC's text and a scroll texture at the bottom for the possible dialogue options. It is possible to have any number of dialogue answers. It is also possible to allow the player to type in an answer (as mentioned before in the update about the script editor). That way, we can have standard riddles requiring to type the right answer.



As in adventure games, it is also possible to have situations requiring the selection of a particular item. One of the script actions allows just that. It opens the party's inventory and waits for the user to select an item. Once an item is selected, the rest of the script can check whether the right item was selected. For example, in order to climb up or down (a wall, a well, a passage), the game might require the use of a grappling hook.

Romances and the avatar

Romances between the main character and an NPC seem quite popular in CRPGs like Baldur's Gate 2, so I wanted the game to support that. For it to work, there has to be a main character. However, party-based games do not have a permanent main character.

So I've decided that one of the characters created by the player will be the player's avatar, the main character. It is selected in the party-creation screen and cannot be changed afterwards. This way, whenever NPCs say something personal, it is intended to be addressed to the avatar character. Romance dialogue scripts will have to check that the avatar character is not dead, though.

Review of some special script actions

Any action that can be launched from a script is a script action. Let's review some interesting ones.

- Trading

Trading in KotC 2 will be pretty similar to that of KotC 1. First you click on the dialogue option that starts trading, then the inventory screen opens. The items available for purchase appear on the right side of the screen, in the box that is normally used for party items. Mouse over an item to know its price, right click to get more information. You can also sell an item with a click-and-drag onto the trading box.

- Move to position x,y on map z

That's the standard action to teleport the party from one map to another. It can also be used to move NPCs. In the following screenshots, the party has moved to another map, a cave system.



- Remove party equipment and place it onto square x,y

That's a script action for scenarios where the party is captured and temporarily loses its equipment. I always wanted to do this in KotC but couldn't because of technical limitations. Now it will be possible. Removing all possessions is a good way to create a challenge.

- Perform an ability check or attack roll

That's a script action for testing the success or failure of an action undertaken by one of the party members. The modifiers applying on the check can be displayed in the dialogue screen. Checks are based on the result of a d20 roll, so if you reload, you can get a different result. Simple checks of an ability amount (without d20 roll) can also be made.

- Display bubble speech



I call bubble speech the text given by NPCs directly in the main game view, in games like Baldur's Gate 2, when you are not specifically talking to any NPC. It is now possible to have NPCs do that in KotC 2. That's controlled in the non-combat script of the NPC. Usually, these scripts are used to assign a patrol path to an NPC. By assigning patrol paths to NPCs, we can make the game world of an RPG look less static than it would if all NPCs were immobile.

- Party split

A party split is a situation where one or several party members are separated from the rest of the party for the time of a fight or two. There's a script action to do that. For example, imagine that the party must go down a deep well using a rope or grappling hook.

The script for the well may ask the player to decide who will climb down first. It would then split the party, then start combat between the single character who has gone down and the monsters at the bottom that were waiting for a prey. Once this fight is over, the rest of the party could also be having a fight with other wandering monsters. Then once these two encounters are over, the party would be re-united.

- Decipher message screen

I don't know if you've played the adventure game Broken Sword. But in that game there was a cool mini-game where you were supposed to decipher a coded message. There were two alphabets, the normal one and the coded one. Secret messages were written using the coded alphabet.

To decipher them, you had to find the real letter associated with each coded symbol. So it's a simple substitution cipher based on a randomised alphabet, but it's fun to decode. Essentially, you have to make educated guesses until you win. I say 'educated' because it is expected that some letters, like E and T, would be more frequent than others in any message written in the English language. So you would try replacing the most-frequent symbol with the letter E first. Depending on the message, certain words could also be expected, like 'attack', 'kill', 'hidden' or 'secret'.

I haven't yet added an interface for this kind of deciphering in the game, but I would like to do it later on.

Next tasks

You guessed it, I haven't done any work in the combat department yet. I'm excited to start work on the meat of the project, but for the moment, my desire to complete the other parts has not allowed me to. There are some things I'd like to do first, including the world map code, the quest journal, the crafting screens and the update of the character screen. Then I'll work on the first elements of combat: initiative roll, moving in combat, skipping turns, etc.

Let's conclude this update with the creature tokens for the Tarrasque and Treant:
Tarrasque256x256.png
Treant256x256.png
 

Jack Dandy

Arcane
Joined
Feb 10, 2013
Messages
3,039
Location
Israel
Divinity: Original Sin 2
Neato.
I don't mind the tabletop look, it's actually pretty unique!

Some of the token art is very meh, tho..
 

Grunker

RPG Codex Ghost
Patron
Joined
Oct 19, 2009
Messages
27,407
Location
Copenhagen
Fuck that, IMO. If the game is good, I'll look at Prosper-monsters all day. And I actually kind of like the tabletop feel here.

Romance support in a KotC game sounds pretty hilarious though :lol:

But I guess giving modders more power can't be a bad thing... right?
 

TigerKnee

Arcane
Joined
Feb 24, 2012
Messages
1,920
You guys are taking that Romance paragraph a little too well.

Or has it caused you all to go into Shock right now?
 

Grunker

RPG Codex Ghost
Patron
Joined
Oct 19, 2009
Messages
27,407
Location
Copenhagen
You guys are taking that Romance paragraph a little too well.

Or has it caused you all to go into Shock right now?

The game is supposed to be a mod engine a la Neverwinter Nights. I feel fairly certain that whatever the base game is, it won't have romances.

Prove me wrong, Pierre!
 

JarlFrank

I like Thief THIS much
Patron
Joined
Jan 4, 2007
Messages
33,134
Location
KA.DINGIR.RA.KI
Steve gets a Kidney but I don't even get a tag.
Just give this thing the solid combat mechanics of the first game and easy to use and powerful mod tools, and this will be a winner.

Mod tools were the only thing missing from the first game.
 

Lhynn

Arcane
Joined
Aug 28, 2013
Messages
9,852
You guys are taking that Romance paragraph a little too well.

Or has it caused you all to go into Shock right now?
Romance may be its intended purpose, but nothing stops it from being used for other character development opportunities tbh. Seems more like he was uzing a buzzword than anything else.
 
Self-Ejected

Bubbles

I'm forever blowing
Joined
Aug 7, 2013
Messages
7,817
Romance may be its intended purpose, but nothing stops it from being used for other character development opportunities tbh. Seems more like he was uzing a buzzword than anything else.

Romances between the main character and an NPC seem quite popular in CRPGs like Baldur's Gate 2, so I wanted the game to support that.

The intent seems perfectly clear to me.
 

;

Educated
Joined
Apr 13, 2009
Messages
36
Charm Monster is about to take on a whole different meaning
 

Scroo

Female Quota Staff
Patron
Staff Member
Joined
Mar 17, 2010
Messages
1,865,340
Location
Too far away from the sea
Codex 2014 Codex Year of the Donut Shadorwun: Hong Kong Divinity: Original Sin 2
I still prefer the old looks because muh immersion but I can live with it. The character screen still looks completely horrible tho.
 

Zdzisiu

Arcane
Joined
Dec 3, 2009
Messages
3,496
How would you like to penetrate the Dragon?

A) With your spear.
b) With your other spear <wink>
 

As an Amazon Associate, rpgcodex.net earns from qualifying purchases.
Back
Top Bottom