RPG Sample Game

[=order66;392284]
A documentation is included in the 4.9 update as a PDF document.

An update for 4.9 has already been submitted to Epic. So the 4.9 version should be available soon on the marketplace.
[/]

Looked in 4.9, cannot find the PDF documentation?

RPG SCI-FI Starter Kit!?

Grettings! Is it possible to do a Futuristic RPG SCI_FI Starter Kit version?
Thanks!!! :slight_smile:

I sent an email, asking for the documentation to better understand the starter kit. I didnt get the PDF with my download
.

[=]
I sent an email, asking for the documentation to better understand the starter kit. I didnt get the PDF with my download
.
[/]

I must have missed that. Can you please send me message here on the forums with your email address? I
I will then send it to you directly.

Hi , Is this Starter Ready for multiplayer? Please let me know I really want buy this Kit.

[=novato;442093]
Hi , Is this Starter Ready for multiplayer? Please let me know I really want buy this Kit.
[/]

Hello, at the moment the Starter Kit is singleplayer only. However, if enough people show interest I might add the multiplayer stuff at a later point as an update.

Additionally there is always the option that you add the multiplayer functionality by yourself.

Some people tried to reach me via pm. Unfortunately my inbox was full. Itā€™s cleaned up now, so please go ahead and resend your pm whoever it may concern :slight_smile:

Also you can always contact me via the email adress provided in the description of the RPG Starter Kit.

Cheers

IS this kit dead ?

What do you mean by that?

[=demonith88;459943]
IS this kit dead ?
[/]

Dont know what you exactly mean by it? But no, itā€™s not dead. Itā€™s in constant development and for every engine update (4.9, 4.10, etc.) there is an update for this, too.

awesome GJ :slight_smile:

[=order66;460506]
Dont know what you exactly mean by it? But no, itā€™s not dead. Itā€™s in constant development and for every engine update (4.9, 4.10, etc.) there is an update for this, too.
[/]

Do you have any news on future update ?

[=msSteel;460706]
awesome GJ :slight_smile:
[/]

Thank you :slight_smile:

[=Lumion;460728]
Do you have any news on future update ?
[/]

I do have a few points on my task list. However, if you have any special requests just let me know and Iā€™ll see what I can do.

General note: You can download the documentation here: http://cb-productions.de/rpgstarterkit/ (bottom of the page).

[=order66;462036]
I do have a few points on my task list. However, if you have any special requests just let me know and Iā€™ll see what I can do.
[/]

Where is this list?

Maybe creating a separate thread and make it poll? So people can vote without having to create a new account for something like uservoice.
OR just list them here and people can just +1 their suggestion if you want to keep even more low tech and all in one thread.
OR just convert this thread to a poll?

Thanks.

I would love to see a more complex AI melee system. I.e. the AI making intelligent decisions about choosing between attacks in its arsenal.

will this run on 4.11 ?
Thanks

[=odi;468912]
will this run on 4.11 ?
Thanks
[/]

Yesā€¦ I have it running fine on 4.11 preview 5ā€¦ I havenā€™t noticed anything else broken except for one pin that keeps coming undone in a blueprint every time it loads upā€¦ I have to keep connecting itā€¦ but I donā€™t think it was happening when I first ported it over to 4.11ā€¦ It may be something Iā€™ve broken while changing and adding things

Any suggestions as too how to go about adding an unequipped option to ones inventory? I cant think of a very good way to implement it with the current blueprint setup that you have.

Hi is it possible to make custom AI for RPG Starter Kit because the one included isnā€™t good enough for me so Iā€™d like to know if I can implement my own.

The RPG Starter Kit is compatible with 4.11 - I sent an email to update the information but they havenā€™t changed it yet.

[=Bjorn;505618]
Any suggestions as too how to go about adding an unequipped option to ones inventory? I cant think of a very good way to implement it with the current blueprint setup that you have.
[/]

I am using the weapon here as an example: You can just set the ā€œCurrentWeaponā€ variable in the RPGCharacter to blueprint to ā€œnoneā€. To make the item appear in the inventory after unequipping it, you can use the ā€œGiveItemToPlayerā€ function. I assume you want to unequip an item when you click on it in the inventory screen? I can implement this with the next update if you want.

[=Alexarah04;509956]
Hi is it possible to make custom AI for RPG Starter Kit because the one included isnā€™t good enough for me so Iā€™d like to know if I can implement my own.
[/]

Yes, this is of course possbile. I would recommened looking at the blueprints inside the ā€œBlueprints/Characters/AIā€ folder. There you will find the behaviour tree, the blackboard, the AIController and a few custom decorators and behaviour tree tasks. You can start by extending those. What specific behaviour did you have in mind? If you share some info I can give you a few hints to implement certain behaviour.