#Second Dawn | RPG/Settlement Builder

1 messages · Page 1 of 1 (latest)

neon wharf
#

What do you plan to do for this project? Is it a survival crafting game? Im interested in where this is going because i want to make a Kenshi-like game someday.

cedar siren
# neon wharf What do you plan to do for this project? Is it a survival crafting game? Im inte...

It's a bit of a mixed genre.

It's an RPG of sorts where instead of playing some overpowered hero, you play the leader of a small settlement. You can build and expand your settlement, build new settlements, conquer other settlements etc. you will also manage the settlements. The settlements can mostly manage themselves or you can be more involved in the actual economics and politics etc...

There is also a RPG story line. And trying to add a lot of depth where all NPC have their own procedurally generated belief system/core values... And every decision and action of the main player in the game can shift what any NPC thinks of your character which will alter dialogue lines, change how they act, how well they do their jobs for your settlement, and if they try and sabotage or revolt against you.

swift patrol
cedar siren
#

Have also been working on data structures to link all the systems together as i build them while keeping everything modular to use in future projects

#

I am also prone to getting bored on main project and start coding whats fun to me atm. Like a day night system with sun and moon that raise from different places depending on when in the year it is lmao.

swift patrol
cedar siren
neon wharf
#

By any chance would you be interested in collaborating? I am an artist and I would love to contribute concept art, story and or 3D models to this project.

cedar siren
neon wharf
cedar siren
neon wharf
#

I have experience as Dungeon Master creating my own homebrew fantasy world, i have a short novel i have written for it that i plan on someday making into a comic.

#

This is one of the main characters, Elivan. Its concept art.

cedar siren
#

nice! hows your 3d modeling experience

neon wharf
#

I have been using blender since 2020, I am looking to get more experience in 3D modeling but i have a lot of the fundamentals down and as an illustrator its natural for me to apply my artistic skills to blender. Cant post any examples bcz im at work right now.

cedar siren
#

gotcha

#

Next thing im working on is some simple buildings... Small homes, farms, etc... to start expanding NPC code to give them a "life"

cedar siren
#

This took me a while to implement. World streaming system that allows me to stream chunks into memory. But while moving from larger terrain objects to smaller chunks, this broke the construction mechanisms as it was no longer possible to restrict from building on border of a tile where heightmap of bordering tiles would need to be modified as well. However; this is now all working in the new terrain manager

cedar siren
#

took a break on hostile ai and added falling leaves to nearby trees