VizionEck

Forum => Forum Community => Topic started by: Legend on Jan 05, 2016, 07:37 PM

Title: The Forum RPG is released for play testing
Post by: Legend on Jan 05, 2016, 07:37 PM
I think so!
Bots and Forum Script can handle most of the work needed. So not only will it be easy to add the RPG, you guys can actually help build it too!


In order for the Forum RPG to be successful, I believe it needs to follow these four guidelines:



I'm not exactly sure what Fish and other members were thinking when we talked about a Forum RPG, it's not like these things are easy to find on google, but here's what I've come up with. This general idea goes great with the guidelines and is very simple to make/expand on. Introducing...!


Forum RPG: Setting Pending



It's a full scale RPG with quests, cities, travel, NPCs, turn based combat, squad building, loot, etc. Regular forum activities like posting are vital to gameplay, but they are not part of gameplay itself.

(http://cdn.bulbagarden.net/upload/thumb/1/1f/Hoenn_RSE_Map.png/250px-Hoenn_RSE_Map.png)



Map is pretty similar in style to Pokemon overworld. There are the cities in red, and then there are multiple 1D paths connecting them. This is the full game world: there is no detail equivalent like this (http://pre04.deviantart.net/289f/th/pre/i/2014/054/a/0/map_of_the_pokemon_hoenn_region__by_jaymatson-d77sdpa.png). We want to keep this easy to make lol.

Traveling between cities is basically automated; just select the path and you'll walk till you get there. Based off the path length, path difficulty, your stats, etc., you'll need to make X amount of posts to reach your destination. Game loop is click on RPG tab, click on destination, go back to posting, receive notification once you arrive.

So under your name in regular threads, it'll show your status. "In City: city_name", "Traveling", or "Hiding".


To implement the map and travel system:
Backend would be pretty simple, but I'd have to do most the work. Make a table for map locations. Location name, location type (city, path, other), stats. Then the table for rpg players would include location_id, distance_along_path, path direction. Then a forum bot would be triggered by every post, and update member stats.

Front end would first need the base RPG tab set up. Making the map show up with all player locations would be pretty simple, and clicking on destinations would be pretty simple as well. Honestly, making the artwork for the map would be the hardest part. Either Neverdies or one of you would have to do it.

Difficulty rating: 3/10

(https://upload.wikimedia.org/wikipedia/en/f/f0/Pok%C3%A9mon_FireRed_first_battle.png)


Combat would be turn based, again a lot like Pokemon. It's fully traditional and the details can be set up however we want. I kinda like the idea of modeling it after South Park's combat, but really it doesn't matter at this stage.

To implement combat:
Back end wouldn't really need anything, just stats like health and stuff. Really trivial.

Front end would be a huge pain! On the technical level we'd need to set something up in Javascript that can receive live updates either from internal AI or another player. Probably could find some good resources online, but that's not much. Then we'd need art for every character and every item, and even simple animations. It's flat out building an RPG with this one.

Or front end could be very simple, and we just upgrade it over time. Still not easy.

Difficulty rating: 8-10/10

(https://i.ytimg.com/vi/HAjtfXk-BFE/hqdefault.jpg)


Entering combat is luckily much nicer! If both players are in the same city, either can initiate combat. Defender has say 15 minutes to accept the battle or attempt to flee by traveling away. A random number generator decides if the flee is successful. If not, the defender starts the battle with a small handicap. If the defender is offline or does not do anything, then their AI teammates will battle for them. Losing a battle while offline puts the player into 'Hiding', so they cannot be attacked again until they return to the forum.

While traveling, entering combat is a bit different. First the attacker selects the player as a target, and must themselves travel and cache up to them on the path. Upon catching up, the attacker goes into 'stalking' mode. After the defender makes their next post to travel, they are redirected into the combat screen and forced into the fight.

Combat with NPCs works the same way, while wild animals will only attack while you're traveling.


I think there should be an extra sparring mode, allowing a player to fight any other player they want regardless of location. This would be asynchronous with matches lasting weeks, depending on how slow players are to take their turns. Multiple battles could be stacked and each one has separate health stats.

To implement entering combat:
Back end would be pretty simple and uses the already set up travel system. NPCs and wild animals would use the bot system. Sparing would require a separate table so that the stats of each battle could stay in memory.

Front end would simply need an attack button shown on the map.

Difficulty rating: 2/10


(http://vignette3.wikia.nocookie.net/pokemonessentials/images/9/99/MartScreen.png/revision/latest?cb=20121117155746)



Every RPG needs shops, and our forum already has one! However this should be thought of as the global shop and bank, always accessible and iron clad. Cities need their own shops and banks too. These buildings would only be accessible while in that city.

City shops would be geared towards specific item types, say a clothes shop mostly selling clothes. These shops might have different items than the global shop, and they might have different prices than the global shop. Some city shops should be able to buy your items as well. This sets up trading as a valuable venture. IE buy stone in RiverField, travel to SunnyVille, sell for a profit, repeat. Other city stores could charge for more than just money, IE allowing a blacksmith to require iron and $10 to make a sword.

City banks offer alternatives to the global bank. They may have different interest and deposit rules, and may also allow items to be stored. However, these banks are risky. They can be stolen from just like user wallets, or they could be burnt to the ground and lose everything.

Difficulty: Already set up! Probably needs some tweaks though: not sure if I fully finished some aspects of the code back in June.

Also like to have per shop/city stats, such as friendliness. Kill a shop keeper and they probably won't want you back. Buy a lot of things, they might start giving you discounts.

Forum activity should also affect stats. Any activity while in a city should increase friendliness with that city. Receiving likes could refill your magic meter. Posting wall comments could increase your charisma.

(http://cdn.bulbagarden.net/upload/thumb/8/80/Battle_Commanders.png/220px-Battle_Commanders.png)


AI companions would be great to have also. Maybe set it up to have 4 max at anytime. You'd be able to set their loadouts, swap gear, etc. Would also be able to set up Bots for them. IE leave Jack back at the city with $1,000, and tell him to buy horse armor when it comes in stock. This feels like a good balance of AI since there are too many cities for bots to be everywhere, and sending companions on tasks leaves the player weakened. Plus AI companions themselves are vulnerable, and could be attacked while you're not there to fight with them.

To implement companions:
Back end would be setting up a 'player' table for the RPG. It'd include all players, all NPCs, and all companions. Would mesh nicely with existing elements.

Front end already exists with the bot system. Not the most player friendly, but I doubt lots of people will be wanting to bother with it in the first place.

Difficulty rating: 1/10

(http://pokemonromhack.com/wp-content/uploads/2014/10/Pokemon_Elite_Quest_02.png)


Quests and talking are one of the harder cookies to crack. Major NPCs should IMO be full on members like the Machine, just without posting in regular threads. Their profiles would be customized to their character and respond to comments using the bot system. Might even hand out quest invites? Could also send and receive PMs going with the game.

Other NPCs would only exist within the forum RPG sections. Talking to them would be initiated exactly like battling, except of course by selecting 'Talk' vs 'Fight'. Major NPCs could also be talked to in this manner, opening up different dialogue.

Would probably be simplest to have dialogue use the JavaScript combat system, just replacing attacks with text tree options.

To implement quests and talking (assuming combat already set up):
Back end quests would need two tables; one detailing every existing quest and another with details on all active quests. Wouldn't be too bad. Setting up major NPC interactions by bots would be easy, but setting up minor talking would require a column in the player,NPC,companion table with a serialized array of possibilities, or else the RPG id of another NPC to copy from.

Front end would need a table to show the user's active quests.

Difficulty rating: 5/10







Make no mistake, this is a ton of work and won't be finished anytime soon. However if people like the outline, then one by one we can start adding these features to the existing shop and over time grow it into the Forum RPG we want. So please give me your feedback! Also would be nice to figure out a setting.



Title: Re: The Forum RPG is happening?
Post by: Mmm_fish_tacos on Jan 05, 2016, 09:39 PM
What do you need help with. I'm down to help in anyway I can. I feel this is a feature that would really help our forum stand out from others.
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 05, 2016, 10:11 PM
What do you need help with. I'm down to help in anyway I can. I feel this is a feature that would really help our forum stand out from others.
Yay!

What sort of skills do you have? At the very least, you can design and set up the world+items.
Title: Re: The Forum RPG is happening?
Post by: Xbro on Jan 05, 2016, 10:56 PM
If you need any money stolen, you know who to call.
Title: Re: The Forum RPG is happening?
Post by: DD_Bwest on Jan 05, 2016, 11:06 PM
i can throw rocks at people.. if that helps..  I have a bunch
Title: Re: The Forum RPG is happening?
Post by: Xevross on Jan 05, 2016, 11:17 PM
This sounds awesome! I'm not sure if I could help with anything but I can give moral support!
Title: Re: The Forum RPG is happening?
Post by: Mmm_fish_tacos on Jan 05, 2016, 11:30 PM
Yay!

What sort of skills do you have? At the very least, you can design and set up the world+items.
Yeah, I think I can handle that. Just 2d right?
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 05, 2016, 11:30 PM
This sounds awesome! I'm not sure if I could help with anything but I can give moral support!
The second best kind of support!


I should be able to integrate it pretty well with the bot system. So as long as you're comfortable with just typing things out and coming up with names and stats, then you should be able to directly help too.
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 05, 2016, 11:32 PM
Yeah, I think I can handle that. Just 2d right?
If it wasn't obvious from the OP, I drew a lot of inspiration from classic pokemon.

2D of course!
Title: Re: The Forum RPG is happening?
Post by: Mmm_fish_tacos on Jan 05, 2016, 11:36 PM
If it wasn't obvious from the OP, I drew a lot of inspiration from classic pokemon.

2D of course!
Do we have a number of Items we want to start with?

I've never played a pokemon rpg.
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 05, 2016, 11:42 PM
Do we have a number of Items we want to start with?

I've never played a pokemon rpg.
Oh I have no clue!

All I was doing was looking at the RPG from a technical mechanics perspective. Still need to figure out the actual game parts haha.
Title: Re: The Forum RPG is happening?
Post by: Xevross on Jan 05, 2016, 11:47 PM
Do we have a number of Items we want to start with?

I've never played a pokemon rpg.
:o :o :o :o :o :o :o

What! Get playing!

I think by tradition we must get a potion on the first route
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 06, 2016, 10:56 PM
I've started work on the map and travel features, since they're pretty easy and work as the backbone for everything else. Still no clue what our setting is, but here's a temporary map I whipped up.

(http://i.imgur.com/DJN6F3Hl.jpg)


You can watch my progress unfold at http://vizioneck.com/forum/index.php?action=rpg (http://vizioneck.com/forum/index.php?action=rpg)

Once I finish getting the database set up, you guys will be able to directly help populate the world with cities and paths. ForumScript commands will make this so incredibly simple!
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 07, 2016, 01:35 AM
Awesome!

I have the map working snazzy and better than I expected even. Works just like a map out of google maps, and is pretty easy to snap elements/players to it. Even has LODs.

Doesn't work on mobile, but at this stage I'm more interested in progress over refinement.
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 08, 2016, 02:15 AM
Map and travel system are functional, and I've added everyone in this thread to the playerlist.

You guys are alpha testers, and have access to the RPG dev tools once I publish them.
Title: Re: The Forum RPG is happening?
Post by: Xbro on Jan 08, 2016, 02:56 AM
Glad I could help.
Title: Re: The Forum RPG is happening?
Post by: the-pi-guy on Jan 09, 2016, 02:17 AM
You can watch my progress unfold at http://vizioneck.com/forum/index.php?action=rpg
I didn't realize you shared the link for it.  
Here I was feeling a little clever for finding it.  :P
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 09, 2016, 02:26 AM
I didn't realize you shared the link for it.  
Here I was feeling a little clever for finding it.  :P
Clever, just unnecessarily clever.

I shared the link and gave all the previous posters 'alpha' access. Added you too, so now your character will show up and you'll have a few options.
Title: Re: The Forum RPG is happening?
Post by: the-pi-guy on Jan 09, 2016, 02:34 AM
Clever, just unnecessarily clever.
I shared the link and gave all the previous posters 'alpha' access. Added you too, so now your character will show up and you'll have a few options.
Nah, you're just being sweet on me.  

Options!  :D
Title: Re: The Forum RPG is happening?
Post by: Mmm_fish_tacos on Jan 09, 2016, 03:31 AM
When can we mess it up make it?
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 09, 2016, 03:33 AM
When can we mess it up make it?
I'll probably get that set up tonight.
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 09, 2016, 08:31 AM
We really need to figure out our setting/lore! The technical engine development can progress without it, but not the game design!

Speaking of game design, here's a dev portal: http://vizioneck.com/forum/index.php?action=rpgdev (http://vizioneck.com/forum/index.php?action=rpgdev)  You have full control to edit the current cities and paths.
Title: Re: The Forum RPG is happening?
Post by: Xbro on Jan 09, 2016, 07:39 PM
Quote
Whaaaat, an RPG dev portal?!? Naaah, we wouldn't have one of those...
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 09, 2016, 08:09 PM

Well we can't have just anyone editing stuff!

Dev access granted! You also now have a full player profile, so you can test everything.
Title: Re: The Forum RPG is happening?
Post by: Mmm_fish_tacos on Jan 09, 2016, 10:01 PM
Well we can't have just anyone editing stuff!

Dev access granted! You also now have a full player profile, so you can test everything.
No access.. >:(
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 09, 2016, 10:26 PM
No access.. >:(
Access granted too!
Title: Re: The Forum RPG is happening?
Post by: the-pi-guy on Jan 09, 2016, 10:27 PM
No access.. >:(
lol same.  >:(
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 09, 2016, 10:33 PM
lol same.  >:(
How am I supposed to know all yall want in before you ask?!?

Access granted.
Title: Re: The Forum RPG is happening?
Post by: the-pi-guy on Jan 09, 2016, 10:35 PM
How am I supposed to know all yall want in before you ask?!?
Access granted.
You're just supposed to know these things!  
I'm going to do all the lore!  
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 09, 2016, 10:50 PM
You're just supposed to know these things!  
I'm going to do all the lore!  
Better make it good!

Also I added a shop to the starter city, just so you guys can try one out.
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 09, 2016, 11:02 PM
And with shops, I set up a cool (imo) system with prices.

Shops will naturally raise and lower prices as the persistent world evolves and changes. IE items with low inventory will usually be priced a bit higher than average.


However it'd be really lame for a player to load the shop only for the prices to be outdated within seconds. Thus all prices are honored for 10 minutes after loading. Refreshing or changing the page updates the prices and stock, but just clicking 'BUY NOW' does not. IE player loads the shop, player sees bread for $10, shop owner raises price to $20, player still thinks it's $10, player buys bread and shop honors the original $10 price. However if the current price is lower than when the page is loaded, then the player gets the updated price.
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 11, 2016, 03:44 AM
Glad I could help.
What is a gravedigger? A shovel?


Also inventory and items are good to go, more or less. Added to the dev portal. Also added a dev note field. Also you can now edit shops, and create new shops+items+NPC types.
Title: Re: The Forum RPG is happening?
Post by: Xbro on Jan 11, 2016, 04:33 PM
What is a gravedigger? A shovel?


Also inventory and items are good to go, more or less. Added to the dev portal. Also added a dev note field. Also you can now edit shops, and create new shops+items+NPC types.
Should probably change that to mortuary host or something.
Title: Re: The Forum RPG is happening?
Post by: Legend on Jan 11, 2016, 09:51 PM
Should probably change that to mortuary host or something.
Haha I love that. Definitely need to turn it into an item/NPC too.

"If you are killed in battle, your mortuary host will give you a respectful send off and bury your body."

Lore wise maybe every human player has dark magic causing them to respawn once killed?


Also dev wise the rpg core is practically finished. We have locations with travel, and we have shops unique to each location. Let's refine (both mechanically and world buildingly) what we have before we move on to quests, combat, and talking.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Xbro on Jan 12, 2016, 03:58 PM
I actually had to look at the location of the deathly intersection to see what to do with it.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 12, 2016, 04:25 PM
I actually had to look at the location of the deathly intersection to see what to do with it.
?

Click on any nearby city and a 'travel to' option will pop up. Then after X posts, your character will be in that city.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Xbro on Jan 12, 2016, 04:39 PM
?

Click on any nearby city and a 'travel to' option will pop up. Then after X posts, your character will be in that city.
I meant the fact that it isn't actually a crossroad, but the end of the road.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 12, 2016, 04:47 PM
I meant the fact that it isn't actually a crossroad, but the end of the road.
Haha yeah I thought that was amusing.

However your comment quickly caused me to add debug tools to the dev portal haha. Now you can teleport to locations.

Also I've added a lot more options to Shops and stuff, so now you can set up their stocking habits.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 13, 2016, 02:24 AM
Started working on inventory/loadout. My profile is the only one with items set up, so you can see what I'm going for here: RPG Player (http://vizioneck.com/forum/index.php?action=rpg;player=1)

Also I'm not sure if @the-Pi-guy  started working on lore or not, but while working on the map and items I've come up with a few ideas.



I absolutely love post apocalyptic settings, yet I hate how overused they've recently become. So what if we flip it around a bit? Game takes place on an alternative version of Earth, where aliens visited around 500 BC. These aliens were strong and technologically advanced, yet opted to use humans as a slave source. Their reign was cruel and long.

Around 300 AD, the aliens disappeared during the dead of night. Game takes place circa 1600 AD where their lost cities are nothing but ruins from another time. Society has moved on, humanity has healed. Most are still scared of the relics and the thought of the aliens returning one day, with these fears replacing religion and folklore in their communities. Some people have succeeded in using the remnants of alien tech, yet their understanding is like that of a baby with a smart phone. It's evolved into essentially magic, spells and all.


End result is ~900 AD technology and culture, magic, ancient metal ruins, and a whole lot of room to grow.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: the-pi-guy on Jan 13, 2016, 02:34 AM
Haven't done much.  :(
Feel unmotivated the past few days.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 13, 2016, 04:46 AM
Haven't done much.  :(
Feel unmotivated the past few days.
That's ok, but get motivated!

(http://45.media.tumblr.com/2bc3aa7c35c66aadc6b32dd337e94a97/tumblr_npd34ypYaQ1qje999o1_400.gif)



Most of us have talked a lot about creating a video game together, so let's count this as the first one ;D  Our past games have failed to gain traction but I'll just keeping working till others join in. This time our group game is actually happening!!!
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: the-pi-guy on Jan 13, 2016, 04:48 AM
(http://45.media.tumblr.com/2bc3aa7c35c66aadc6b32dd337e94a97/tumblr_npd34ypYaQ1qje999o1_400.gif)


lol, that has to be the best thing I've ever seen.  :o
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Xbro on Jan 13, 2016, 05:08 PM
There needs to be a way to mug someone on the road. And an item that allows fast travel.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 13, 2016, 05:44 PM
There needs to be a way to mug someone on the road. And an item that allows fast travel.
Already if you pass a person on a road, they'll show up just like they do in cities. We just need to figure out and implement player to player interactions(combat system, dialogue, etc.)

Feel free to tell me this is stupid, but I think we should have 'faster travel' but no instant travel. Eventually all path difficulties would be unique and player specs would affect travel time. IE a player with light armor and a horse could make the trip in a single post, while a player on foot burdened with heavy armor might take 20 posts. I'm inspired by Elite Dangerous in this regard. In that game it's fun having distance be meaningful.



Since you're here and in the mood to give input, what are your thoughts on item management?

I'm thinking of a in between of Bethesda MMOs and Resident Evil/Deus Ex. All items are physical and need a place to go: either on your character's body or in a bag you're carrying. Every bag, belt, pocket, chest, strap, backpack, cart, etc. has a weight limit it can hold and also a max size it can hold.

So say a pocket's weight limit is 10 pounds and its max size is 5 inches by 6 inches by 10 inches. It can fit a small ring in there, but a sword can't fit regardless of how light it is. As long as the item's size is smaller than the max size, then storage is purely weight based exactly like Bethesda.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: the-pi-guy on Jan 13, 2016, 06:47 PM
I absolutely love post apocalyptic settings, yet I hate how overused they've recently become. So what if we flip it around a bit? Game takes place on an alternative version of Earth, where aliens visited around 500 BC. These aliens were strong and technologically advanced, yet opted to use humans as a slave source. Their reign was cruel and long.

Around 300 AD, the aliens disappeared during the dead of night. Game takes place circa 1600 AD where their lost cities are nothing but ruins from another time. Society has moved on, humanity has healed. Most are still scared of the relics and the thought of the aliens returning one day, with these fears replacing religion and folklore in their communities. Some people have succeeded in using the remnants of alien tech, yet their understanding is like that of a baby with a smart phone. It's evolved into essentially magic, spells and all.
I love it!  I'm not sure how we should do lore.  Story book style, random old guy telling the story style, something else style?  

Spoiler for Hidden:
<br>It was ages ago, when they visited from the sky. &nbsp;They made slaves of men, and began the dark era. &nbsp;<br>Centuries gone past, generations dead; the visitors mysteriously left. &nbsp;<br>Their memories are all around us. &nbsp;The ruins still stand, long after the owners left. &nbsp;<br><br>Many still fear the memories of those long gone, fear of return. &nbsp;<br>



I actually had to look at the location of the deathly intersection to see what to do with it.
Do we want the deathly intersection to stay a joke?  

We could have a thing out of it.
Spoiler for Hidden:
<br>There are many stories of the deathly intersection. &nbsp;<br>Some old folk claim that there was an intersection made of gold, that many have spent their lives looking for. &nbsp;<br>


*shrugs*
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 13, 2016, 07:40 PM
I love it!  I'm not sure how we should do lore.  Story book style, random old guy telling the story style, something else style?  
Yay!

Strong lore is crucial to good world building. Every item, village, npc, etc. needs to exist in a unified world, fitting together like puzzle pieces. Just being inside the game should give the player a basic feeling of what's going on.

Then of course yeah we can have more direct stuff, really whatever you're wanting to do. Could go the skyrim route and write a whole bunch of books hahaha. I like your example!

Do we want the deathly intersection to stay a joke?  

We could have a thing out of it.
Yeah that could be cool.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Xbro on Jan 13, 2016, 07:41 PM
Already if you pass a person on a road, they'll show up just like they do in cities. We just need to figure out and implement player to player interactions(combat system, dialogue, etc.)

Feel free to tell me this is stupid, but I think we should have 'faster travel' but no instant travel. Eventually all path difficulties would be unique and player specs would affect travel time. IE a player with light armor and a horse could make the trip in a single post, while a player on foot burdened with heavy armor might take 20 posts. I'm inspired by Elite Dangerous in this regard. In that game it's fun having distance be meaningful.



Since you're here and in the mood to give input, what are your thoughts on item management?

I'm thinking of a in between of Bethesda MMOs and Resident Evil/Deus Ex. All items are physical and need a place to go: either on your character's body or in a bag you're carrying. Every bag, belt, pocket, chest, strap, backpack, cart, etc. has a weight limit it can hold and also a max size it can hold.

So say a pocket's weight limit is 10 pounds and its max size is 5 inches by 6 inches by 10 inches. It can fit a small ring in there, but a sword can't fit regardless of how light it is. As long as the item's size is smaller than the max size, then storage is purely weight based exactly like Bethesda.
I was actually going to suggest faster travel.

For instance we have a certain item that cuts the travel time by a 4th, one that's more expensive that cuts it in half etc. etc.
If we were to have instant travel, it would need to be an expensive item.


As far as the backpack system goes, it's good, but that might take a bit of work to implement.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 13, 2016, 08:05 PM
I was actually going to suggest faster travel.

For instance we have a certain item that cuts the travel time by a 4th, one that's more expensive that cuts it in half etc. etc.
If we were to have instant travel, it would need to be an expensive item.


As far as the backpack system goes, it's good, but that might take a bit of work to implement.
Glad we're in agreement!

I was thinking the equation could be posts=round up to int( (path distance*difficulty)/(player stamina*speed) ) where speed is a calculated value of your current speed based off all items and weight, while stamina is a calculated value for how often you need to stop and take a break.


I've already got the back end of the pack system mostly working: RPG Player (http://vizioneck.com/forum/index.php?action=rpg;player=1)
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Xbro on Jan 13, 2016, 09:05 PM
That works as well.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 13, 2016, 09:17 PM
That works as well.
Haha I'm assuming you just saw an error message.

It's back up now.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Mmm_fish_tacos on Jan 14, 2016, 12:45 AM
I don't have tools and I cant mess make it better.  :(
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 14, 2016, 12:52 AM
I don't have tools and I cant mess make it better.  :(
You should have access.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Mmm_fish_tacos on Jan 14, 2016, 12:58 AM
You should have access.
I can see it, moved my guy. But that's it.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: the-pi-guy on Jan 14, 2016, 01:05 AM
I can see it, moved my guy. But that's it.
http://vizioneck.com/forum/index.php?action=rpgdev
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Mmm_fish_tacos on Jan 14, 2016, 04:44 AM
You should add an upvote downvote option in the dev portal. That way we know if people like something.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 14, 2016, 04:50 AM
You should add an upvote downvote option in the dev portal. That way we know if people like something.
Probably best to use dev notes? Votes would become outdated as new things are changed.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Mmm_fish_tacos on Jan 14, 2016, 04:52 AM
Probably best to use dev notes? Votes would become outdated as new things are changed.
Well vote can roll. Meaning they can be changed. How many people do we have working it now? 4? so a 0 would keep it -2 would lock it and +2 would set it firmly in.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 14, 2016, 05:03 AM
Well vote can roll. Meaning they can be changed. How many people do we have working it now? 4? so a 0 would keep it -2 would lock it and +2 would set it firmly in.
Argh that'd be so much work though!

How about just using existing forum features like the dev board?
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: the-pi-guy on Jan 14, 2016, 05:05 AM
Well vote can roll. Meaning they can be changed. How many people do we have working it now? 4? so a 0 would keep it -2 would lock it and +2 would set it firmly in.
Just type in "Tacos doesn't like it!"
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 15, 2016, 11:43 PM
By the end of today I should have inventory/loadout fully functioning.

Then you guys can really get to work on item generation. Images are a really important part, so how do you think I should add them to the dev portal? I'll also add a text box for additional item details. This allows variables to be defined on a per item basis. Here are the ones I currently have:

Variableshortcut
item weightw
item bounding sizes
storage weightsw
storage sizess
collapsed sizecs


Also I'll be adding a text box for equip details, as in where the item can be equipped on the body.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 17, 2016, 03:54 AM
As far as the backpack system goes, it's good, but that might take a bit of work to implement.
(https://49.media.tumblr.com/7ca3bae7ce345ff8897cb79e09611d4a/tumblr_na3lbpH15w1to5su3o1_250.gif)

Took four days to get functioning, and realistically has another few hours of work till I can move on to the next thing.

Next thing being dialogue, which we should probably keep mechanically simple considering how long inventory took. There are two types of dialogue:

1 Player to NPC in-game
2 Player to Major NPC on forum wall

How should we do each?
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Xbro on Jan 17, 2016, 08:50 AM
Depends on how deep you want the options to go.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 17, 2016, 11:29 PM
Yeah I'll just set up a standard waterfall system, and add a few standard options to the side.
Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: Legend on Jan 18, 2016, 09:55 PM
OK dialogue is set up. This thing is getting awfully close to being playready.

Engine wise I only have NPC population and stats to handle.


Then all that's left is clean up! Add/edit things under dev tools, add a few more dev tools so you guys have full control, and change map things to make it less cluttered.

Title: Re: The Forum RPG is happening? YES, and it's mostly set up
Post by: the-pi-guy on Jan 18, 2016, 09:57 PM
OK dialogue is set up. This thing is getting awfully close to being playready.
Engine wise I only have NPC population and stats to handle.
Then all that's left is clean up! Add/edit things under dev tools, add a few more dev tools so you guys have full control, and change map things to make it less cluttered.
*finishes an RPG in like 3 weeks*
"Yeah guys, VizionEck will now be releasing 2020.  It'll be great."
Title: Re: The Forum RPG is happening? Alpha release soon
Post by: Cute Pikachu on Jan 18, 2016, 10:00 PM
Looking good so far!
Title: Re: The Forum RPG is happening? Alpha release soon
Post by: Legend on Jan 18, 2016, 10:46 PM
*finishes an RPG in like 3 weeks*
"Yeah guys, VizionEck will now be releasing 2020.  It'll be great."
Three weeks for an RPG is slow, I finished VizionEck 1.0 in just two weeks haha!

Title: Re: The Forum RPG is happening? Alpha release soon
Post by: Mmm_fish_tacos on Jan 18, 2016, 10:55 PM
Three weeks for an RPG is slow, I finished VizionEck 1.0 in just two weeks haha!


Vizioneck 1.0 2 weeks, Vizioneck 2.0 20 years.
Title: Re: The Forum RPG is happening? Alpha release soon
Post by: Legend on Jan 18, 2016, 11:27 PM
Vizioneck 1.0 2 weeks, Vizioneck 2.0 20 years.
Well now we're just splitting hairs, but VizionEck 1.0 2 weeks, VizionEck 2.0 2 years, VizionEck 3.0 graham years.
Title: Re: The Forum RPG is happening? Alpha release soon
Post by: Legend on Jan 19, 2016, 06:48 AM
NPC population is a go. Handled in a pretty similar system to inventory population.

Right now there isn't much procedural generation tools or control, but I set up a very quick name grid. 302 possible first names and 195 possible last names. Last major thing is player skills/levels. I made a mockup while doing loadout, but I'd love to hear your ideas first.

Then I'll clean up the dev tools/add full functionality and you guys can go to town with creating the game itself. Currently it's more of a tech demo tbh. It needs the fun!


We also need a name!
Title: Re: The Forum RPG is happening? Alpha release soon
Post by: Legend on Feb 19, 2016, 06:40 AM
I went ahead and added the RPG to the main menu.

Feel free to buy and trade in the interest of making money. RPG money is technically separate from Shop money so if/when things are horribly unbalanced and we need to readjust, I can do that without touching the money you've made by posting or stealing.
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 19, 2016, 10:00 AM
I went ahead and added the RPG to the main menu.

Feel free to buy and trade in the interest of making money. RPG money is technically separate from Shop money so if/when things are horribly unbalanced and we need to readjust, I can do that without touching the money you've made by posting or stealing.
So it should be working when I click on things?
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 19, 2016, 04:04 PM
So it should be working when I click on things?
On the map?

Only nearby cities can be clicked.
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 19, 2016, 04:07 PM
On the map?

Only nearby cities can be clicked.
I've clicked on all of them and nothing happens
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 19, 2016, 04:20 PM
I've clicked on all of them and nothing happens
Try zooming in a bit.

Which browser are you on?

And click the city name not the icon.
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 19, 2016, 04:24 PM
Try zooming in a bit.

Which browser are you on?

And click the city name not the icon.
I've tried all that, nothing works.

I'm on chrome
Title: Re: The Forum RPG is released for play testing
Post by: darkknightkryta on Feb 19, 2016, 04:27 PM
I clicked on stuff but nothing happened.  I'll try again later.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 19, 2016, 04:46 PM
I've tried all that, nothing works.

I'm on chrome
I clicked on stuff but nothing happened.  I'll try again later.
@___@

(http://i.imgur.com/vZ7J9wu.png)
I'm pretty sure this is what you both see. Neither of you have access to play testing.

I've added both of you. The page should look a little different now.


Also I guess I should take a few minutes and set up a sign up option on that page, that way people can join without me manually having to add them.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 19, 2016, 06:01 PM
Made a simple sign up screen that's open to all members.

If you want access to the dev tools, that's a separate permission which you need to ask here for.
Title: Re: The Forum RPG is released for play testing
Post by: Dr. Pezus on Feb 19, 2016, 10:24 PM
I'm in!!
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 19, 2016, 10:24 PM
So... what is there to do right now?
Title: Re: The Forum RPG is released for play testing
Post by: Dr. Pezus on Feb 19, 2016, 10:26 PM
So... what is there to do right now?
Travel and buy paperweight!
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 19, 2016, 10:38 PM
Travel and buy paperweight!
Oh good, just how I love to live life.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 19, 2016, 10:45 PM
Travel and buy paperweight!
And then sell the paperweight for a profit!
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 19, 2016, 10:46 PM
And then sell the paperweight for a profit!
Is this money linked to forum cash?
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 19, 2016, 11:08 PM
Is this money linked to forum cash?
One in the same.
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 19, 2016, 11:11 PM
One in the same.
So its not really worth re-selling these items. Since we're all rich beyond our wildest dreams...
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 19, 2016, 11:14 PM
So its not really worth re-selling these items. Since we're all rich beyond our wildest dreams...
Speak for yourself! I need more money.

Do you think it should be seperate?
Title: Re: The Forum RPG is released for play testing
Post by: Dr. Pezus on Feb 19, 2016, 11:17 PM
Speak for yourself! I need more money.

Do you think it should be seperate?
Nah it promotes posting this way
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 19, 2016, 11:22 PM
Nah it promotes posting this way
I agree but perhaps items should be more expensive. Or we should have our money reset ...
Title: Re: The Forum RPG is released for play testing
Post by: Dr. Pezus on Feb 19, 2016, 11:23 PM
I agree but perhaps items should be more expensive. Or we should have our money reset ...
No way!!
Title: Re: The Forum RPG is released for play testing
Post by: Mmm_fish_tacos on Feb 19, 2016, 11:26 PM
I agree but perhaps items should be more expensive. Or we should have our money reset ...
I will kill you.
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 19, 2016, 11:28 PM
No way!!
I will kill you.
Why not? Its not like it has much use! If we don't reset it then everything in the RPG is just going to be really cheap to buy.
Title: Re: The Forum RPG is released for play testing
Post by: Dr. Pezus on Feb 19, 2016, 11:31 PM
Why not? Its not like it has much use! If we don't reset it then everything in the RPG is just going to be really cheap to buy.
We've posted a lot and saved up. Are you a communist??
Title: Re: The Forum RPG is released for play testing
Post by: the-pi-guy on Feb 19, 2016, 11:38 PM
I agree but perhaps items should be more expensive. Or we should have our money reset ...
We worked hard!  
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 19, 2016, 11:45 PM
Why not? Its not like it has much use! If we don't reset it then everything in the RPG is just going to be really cheap to buy.
The rpg needs to be fun for people with very little money and lots of money. Just need to set it up like an mmo.

Cheap items and super expensive ones.

We've posted a lot and saved up. Are you a communist??
Yup.

However rpg money will reset regulary as we figure stuff out.
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 19, 2016, 11:46 PM
We've posted a lot and saved up. Are you a communist??
Oh god no.

Don't try and tell me that you posted loads all this time to purposely save up for the rpg...

I'm just saying I think the rpg would be a better experience if we have to work for this stuff now instead of just buying things. This is kind of like starting a new pokemon game with 100k credits

The rpg needs to be fun for people with very little money and lots of money. Just need to set it up like an mmo.

Cheap items and super expensive ones.
Yup.

However rpg money will reset regulary as we figure stuff out.
Well if there's expensive stuff then that's good.

I can't wait until this is all worked out
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 19, 2016, 11:50 PM
So I have an item called swordy, which looks like a sword yet I'm wearing it on my head apparently and on the inventory picture it's sort of floating above my hand.

Weird
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 20, 2016, 12:12 AM
So I have an item called swordy, which looks like a sword yet I'm wearing it on my head apparently and on the inventory picture it's sort of floating above my hand.

Weird
Yeah the inventory screen is very much a work in progress. Most items lack pictures or have temp pictures.

Also currently there are no restrictions on where items can be equipped, so you can have swords on your head. Bought items default to being on your head. Click and drag an item to relocate it. Then press save. Hand items including rings show up below your arms, while everything else should appear on your body. See mine for an example of a helmet. Forum RPG (http://vizioneck.com/forum/index.php?action=rpg;loadout=1)


Every item is unique. Just to express this, I renamed your sword.
Title: Re: The Forum RPG is released for play testing
Post by: Cute Pikachu on Feb 20, 2016, 12:50 AM
Bought a swordy
Title: Re: The Forum RPG is released for play testing
Post by: Dr. Pezus on Feb 20, 2016, 01:42 AM
"You are completely alone"
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 20, 2016, 02:06 AM
"You are completely alone"
You also seem to have broke your inventory...

EDT: wait, everyone's inventory broke...

EDTEDT: seems it broke with greater than 64 items. That shouldn't be happening...
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 20, 2016, 05:36 PM
Seems the recursive function I used for inventory was way too power hungry. Limited it to a max depth of 4 instead of a max depth of 5, so you can access your inventories again.
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 20, 2016, 06:29 PM
Seems the recursive function I used for inventory was way too power hungry. Limited it to a max depth of 4 instead of a max depth of 5, so you can access your inventories again.
Yay! I moved my sword to my right hand! Is it supposed to have no stats on it?
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 20, 2016, 07:02 PM
Yay! I moved my sword to my right hand! Is it supposed to have no stats on it?
Stats are kinda complicated, but I can add them to the dev page.
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 20, 2016, 07:05 PM
Stats are kinda complicated, but I can add them to the dev page.
I feel like you should be working on vizioneck instead of this rpg ;D
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 20, 2016, 07:13 PM
I feel like you should be working on vizioneck instead of this rpg ;D
I work on the RPG when I'm needing breaks, usually a few days a month.

Making a game that's inconsequential is very relaxing.
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 20, 2016, 07:22 PM
I work on the RPG when I'm needing breaks, usually a few days a month.

Making a game that's inconsequential is very relaxing.
Well, I guess that makes sense! Is anyone else helping you with it?
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 20, 2016, 07:25 PM
Well, I guess that makes sense! Is anyone else helping you with it?
YOU ARE!

I'm the only one doing back end stuff, but content creation/balancing is done through the http://vizioneck.com/forum/index.php?action=rpgdev
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 20, 2016, 07:30 PM
YOU ARE!

I'm the only one doing back end stuff, but content creation/balancing is done through the http://vizioneck.com/forum/index.php?action=rpgdev
I feel like I'm not helping that much tbh but okay...

Oh I see... are the shop items not randomized?
Title: Re: The Forum RPG is released for play testing
Post by: the-pi-guy on Feb 20, 2016, 07:41 PM
YOU ARE!
Woo!  Way to go Xev.  :D
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 20, 2016, 07:46 PM
I feel like I'm not helping that much tbh but okay...

Oh I see... are the shop items not randomized?
Everything in the game is procedural, not random. Makes things seem more realistic and makes things more interesting for the player.

Currently shops manufacture their own items, but I'd like to change that. Make cities manufacture items, then make NPCs transport the items to shops.


Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 20, 2016, 07:46 PM
Woo!  Way to go Xev.  :D

Woo! Way to go pole dancing spider man!
Title: Re: The Forum RPG is released for play testing
Post by: the-pi-guy on Feb 20, 2016, 07:55 PM
Woo! Way to go pole dancing spider man!
It's Deadpool.  :P
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 20, 2016, 07:55 PM
Every route has a villager with little joy in life who has nothing to say. Is there a way to change this to spice up my life a bit? :D

It's Deadpool.  :P
Exactly!
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 20, 2016, 08:02 PM
Every route has a villager with little joy in life who has nothing to say. Is there a way to change this to spice up my life a bit? :D
Exactly!
We haven't made a game plan for how to set up quests and stuff.

However if you find king candy on the path to the deathly intersection, he will talk to you.

EDT: and guards say something different if you try talking to them.

Point is, the system is in place. Just need to figure out the content.
Title: Re: The Forum RPG is released for play testing
Post by: Dr. Pezus on Feb 20, 2016, 11:06 PM
Lock it in!
Title: Re: The Forum RPG is released for play testing
Post by: Cute Pikachu on Feb 20, 2016, 11:19 PM
So when can I kill shame?  :P
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 20, 2016, 11:21 PM
So when can I kill shame?  :P
Once we decide how to handle combat!
Title: Re: The Forum RPG is released for play testing
Post by: Mmm_fish_tacos on Feb 21, 2016, 12:09 AM
Once we decide how to handle combat!
I think is should be like magic, and it could give use more things to buy and a reason to buy them. Including random card pack. You can build you deck and it would auto battle for you.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 21, 2016, 12:17 AM
I think is should be like magic, and it could give use more things to buy and a reason to buy them. Including random card pack. You can build you deck and it would auto battle for you.
I've never played magic.

Do you mean like gwent in The Witcher 3?
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 21, 2016, 12:21 AM
I vote that combat works in a dragon quest/pokemon way. Take turns to use abilities and the strength of these depends on your stats from your gear and character. You can have healers/support characters in your party.
Title: Re: The Forum RPG is released for play testing
Post by: Mmm_fish_tacos on Feb 21, 2016, 12:32 AM
I've never played magic.

Do you mean like gwent in The Witcher 3?
I have no idea. Never played much of it.

I vote that combat works in a dragon quest/pokemon way. Take turns to use abilities and the strength of these depends on your stats from your gear and character. You can have healers/support characters in your party.
But it would have to be a live battle. What if you run into battle while away?
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 21, 2016, 12:36 AM
I have no idea. Never played much of it.
But it would have to be a live battle. What if you run into battle while away?
When I made the OP I was thinking along the same lines as xev. My solution to your question was:

Quote
Entering combat is luckily much nicer! If both players are in the same city, either can initiate combat. Defender has say 15 minutes to accept the battle or attempt to flee by traveling away. A random number generator decides if the flee is successful. If not, the defender starts the battle with a small handicap. If the defender is offline or does not do anything, then their AI teammates will battle for them. Losing a battle while offline puts the player into 'Hiding', so they cannot be attacked again until they return to the forum.

While traveling, entering combat is a bit different. First the attacker selects the player as a target, and must themselves travel and cache up to them on the path. Upon catching up, the attacker goes into 'stalking' mode. After the defender makes their next post to travel, they are redirected into the combat screen and forced into the fight.

Combat with NPCs works the same way, while wild animals will only attack while you're traveling.
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 21, 2016, 10:53 AM
I have no idea. Never played much of it.
But it would have to be a live battle. What if you run into battle while away?
The AI would control your fight, maybe.

Reading about that stalker mode, I'm seeing some flaws in that. What if the person who's being stalked doesn't come back on and post for ages, that would stop the stalker from making any progress. Perhaps there should be a time limit where the AI would take over. The time zone difference between us is a big limit here.

Also I think it would be cool to throw tournaments at different cities at set times.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 21, 2016, 06:03 PM
The AI would control your fight, maybe.

Reading about that stalker mode, I'm seeing some flaws in that. What if the person who's being stalked doesn't come back on and post for ages, that would stop the stalker from making any progress. Perhaps there should be a time limit where the AI would take over. The time zone difference between us is a big limit here.

Also I think it would be cool to throw tournaments at different cities at set times.
Love your idea of tournaments!

Yeah there are some problems.

I think I'll work on the combat window/experience in general, and then we can figure out the details of entering the combat window.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 21, 2016, 07:50 PM
How about the combat system is very similar to pokemon with 2v2 battles. IE you select an action for your first character and then your second character. Then the turn happens where your first character attacks, the enemy's first character attacks, your second character attacks, the enemy's second character attacks, and then the turn ends.

That's exactly like pokemon.

Unlike pokemon though, the rest of the party members aren't safely stored in pokeballs. Instead they are a part of the fight too, essentially acting like a third character.


You select an action for your first character. Depending on the attack it can be directed at either of the enemy's front 2, both of the enemy's front 2, or characters on the enemy's sidelines. Then repeat and select an action for your second character. You then select a third general action for all your side characters to perform. This is a simple thing like "defend," "attack," or "scatter." You don't decide who they attack, instead it's spread out over all enemy characters.




Combat is essentially 3v3, yet the third fighter is a conglomerate of all your remaining party members. That way every party member is always assisting in battle, and increasing party size doesn't necessarily increase fight duration.

Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 21, 2016, 08:09 PM
How about the combat system is very similar to pokemon with 2v2 battles. IE you select an action for your first character and then your second character. Then the turn happens where your first character attacks, the enemy's first character attacks, your second character attacks, the enemy's second character attacks, and then the turn ends.

That's exactly like pokemon.

Unlike pokemon though, the rest of the party members aren't safely stored in pokeballs. Instead they are a part of the fight too, essentially acting like a third character.


You select an action for your first character. Depending on the attack it can be directed at either of the enemy's front 2, both of the enemy's front 2, or characters on the enemy's sidelines. Then repeat and select an action for your second character. You then select a third general action for all your side characters to perform. This is a simple thing like "defend," "attack," or "scatter." You don't decide who they attack, instead it's spread out over all enemy characters.




Combat is essentially 3v3, yet the third fighter is a conglomerate of all your remaining party members. That way every party member is always assisting in battle, and increasing party size doesn't necessarily increase fight duration.


Yeah that sounds good, except the order pokemon go in is determined by speed, its not just systematic. It would be cool to have a speed stat which does the same thing.

We'd just have to think of the different abilities and how the damage will be determined.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 21, 2016, 08:34 PM
Yeah that sounds good, except the order pokemon go in is determined by speed, its not just systematic. It would be cool to have a speed stat which does the same thing.

We'd just have to think of the different abilities and how the damage will be determined.
Is speed something new?

Don't think it was in the ones I played.
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 21, 2016, 08:36 PM
Is speed something new?

Don't think it was in the ones I played.
I can't remember speed ever not being a thing...

Okay I looked it up. Speed wasn't in Pokemon Mystery Dungeon until Super Mystery Dungeon and in Conquest it worked differently but was still in there. Every other pokemon game has had speed.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 21, 2016, 08:39 PM
I can't remember speed ever not being a thing...

Okay I looked it up. Speed wasn't in Pokemon Mystery Dungeon until Super Mystery Dungeon and in Conquest it worked differently but was still in there. Every other pokemon game has had speed.
I never made that connection...
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 21, 2016, 08:41 PM
I never made that connection...
??? when did you play it?
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 21, 2016, 10:36 PM
??? when did you play it?
At release, up till the ds games.
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Feb 21, 2016, 10:47 PM
At release, up till the ds games.
Huh, weird. I don't remember knowing about speed at first but I think I figured it out pretty quickly.

Oh well, we all have our moments ;D
Title: Re: The Forum RPG is released for play testing
Post by: Dr. Pezus on Feb 22, 2016, 05:37 PM
Huh, weird. I don't remember knowing about speed at first but I think I figured it out pretty quickly.

Oh well, we all have our moments ;D
Yeah that dang ratata had a pretty good speed
Title: Re: The Forum RPG is released for play testing
Post by: darkknightkryta on Feb 23, 2016, 04:00 PM
Just don't put that 4 move only crud.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 23, 2016, 04:01 PM
Just don't put that 4 move only crud.
What is that?
Title: Re: The Forum RPG is released for play testing
Post by: darkknightkryta on Feb 23, 2016, 04:19 PM
What is that?
In pokemon, you can only keep 4 moves.  You have to "forget" one to get a new one.
Title: Re: The Forum RPG is released for play testing
Post by: the-pi-guy on Feb 23, 2016, 04:21 PM
In pokemon, you can only keep 4 moves.  You have to "forget" one to get a new one.
Here I was imagining Forum RPG would be exclusive to PlayStation Move #4MoveOnly
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 23, 2016, 04:28 PM
In pokemon, you can only keep 4 moves.  You have to "forget" one to get a new one.
Oh yeah nah.

Forum RPG is all about being overly complex and anti user friendly.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 27, 2016, 11:46 PM
Might have combat ready to go in the next few days.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 28, 2016, 07:09 AM
Player skills?


Strength-raw power. Can carry more and can do more damage, while also being more intimidating.
Speed-ability to travel and react fast. Good for running, quick attacks, and dodging.
Endurance-ability to keep at a physical activity without needing rest.
Intelligence-ability to notice and understand things about the world. Good for learning new attacks, counteracting charisma, performing scams, etc.
Luck-influences random number generation.
Charisma-ability to make others think a certain way.
Willpower-ability to put mind over body. Ignore pain, low stamina, not get scared, etc.
Finess-ability to control limbs/fingers exactly as desired. Good for stealth and proper fighting technique.

Title: Re: The Forum RPG is released for play testing
Post by: Xbro on Feb 29, 2016, 05:21 PM
There should be a hired mercenary system. You spend a certain amount of money to hire someone, and they fight alongside you until you die or stop hiring them.

I set up a new city for the purpose.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 29, 2016, 05:44 PM
There should be a hired mercenary system. You spend a certain amount of money to hire someone, and they fight alongside you until you die or stop hiring them.

I set up a new city for the purpose.
Nice!


Yeah party system should be a big part of things eventually. I'm building the combat system around that. These would also fit in with the bot system, where you could tell a merc to leave the party for a bit and fight his own battle.
Title: Re: The Forum RPG is released for play testing
Post by: Xbro on Feb 29, 2016, 05:49 PM
I still maintain that I should be able to mug someone who is on the path.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 29, 2016, 05:52 PM
I still maintain that I should be able to mug someone who is on the path.
Yes you will be able to.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Feb 29, 2016, 07:06 PM
@Mmm_fish_tacos

You found the combat! Please stop pressing buttons there haha. I have more error messages than I know what to deal with  ::)
Title: Re: The Forum RPG is released for play testing
Post by: Mmm_fish_tacos on Feb 29, 2016, 07:20 PM
@Mmm_fish_tacos

You found the combat! Please stop pressing buttons there haha. I have more error messages than I know what to deal with  ::)
But I had to kill Pi!

It didn't work.. >:(
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Mar 01, 2016, 05:27 PM
But I had to kill Pi!

It didn't work.. >:(
How do we want to handle death?

I was thinking something like you only need to bring all enemies to less than 10% health to win the battle. This gives a small buffer for players to lose without their entire squad being permanently dead.

So if any character has their health reach 0, they are permanently dead/a dead corpse lying on the ground. What if a human player dies though?
Title: Re: The Forum RPG is released for play testing
Post by: Mmm_fish_tacos on Mar 01, 2016, 05:32 PM
How do we want to handle death?

I was thinking something like you only need to bring all enemies to less than 10% health to win the battle. This gives a small buffer for players to lose without their entire squad being permanently dead.

So if any character has their health reach 0, they are permanently dead/a dead corpse lying on the ground. What if a human player dies though?
Theyll need a revive or they pay "death" for their life back.
Title: Re: The Forum RPG is released for play testing
Post by: Xbro on Mar 02, 2016, 05:11 PM
I'm down with Paying death.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Mar 05, 2016, 05:49 PM
Aw!

 @Xbro

RPGs thrown out over 500 errors the past few days and I was pretty confused what it was. Just realised it was a mistake in the syntax for the shop you added. You made the buying profile "14, 10, 1" but the profile needs to be an even number of digits. It's item ID followed by quantity of that item.
Title: Re: The Forum RPG is released for play testing
Post by: Xbro on Mar 06, 2016, 02:23 AM
My mistake. I thought it was just the list of IDs.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Mar 06, 2016, 05:48 AM
Combat itself is set up and you can now kill people, but still needs some work with starting fights and setting up teams.

Also skills are all set up in the back end. How should upgrading your skills work?
Title: Re: The Forum RPG is released for play testing
Post by: Xbro on Mar 07, 2016, 06:05 AM
Pay to win.
Title: Re: The Forum RPG is released for play testing
Post by: Xbro on Mar 07, 2016, 11:47 PM
It's been saying 10 posts til arrival for like 6 posts.
Title: Re: The Forum RPG is released for play testing
Post by: the-pi-guy on Mar 07, 2016, 11:51 PM
It's been saying 10 posts til arrival for like 6 posts.
Hmmm, I blame that guy.  
*points to self*
Title: Re: The Forum RPG is released for play testing
Post by: Xbro on Mar 07, 2016, 11:52 PM
Got it fixed. From what I can tell, if you go to one city through another city it will stop you at the first city you pass through.
Title: Re: The Forum RPG is released for play testing
Post by: the-pi-guy on Mar 07, 2016, 11:52 PM
It still says 10 posts to arrival even after hitting travel 1 post several times.  
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Mar 08, 2016, 12:04 AM
It's broke I know.

Think it's because you dead.
Title: Re: The Forum RPG is released for play testing
Post by: the-pi-guy on Mar 08, 2016, 12:06 AM
It's broke I know.

Think it's because you dead.
Oh, would you look at that.  

I blame Tacos.  
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Mar 08, 2016, 12:08 AM
I made everyone undead, and made health stop above 0.

As long as no one tries combat, I think it should be error free. Try traveling and confirming.
Title: Re: The Forum RPG is released for play testing
Post by: the-pi-guy on Mar 08, 2016, 12:09 AM
I made everyone undead, and made health stop above 0.

As long as no one tries combat, I think it should be error free. Try traveling and confirming.
At least until we have a system to come back to life.  :D
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Mar 08, 2016, 12:10 AM
Got it fixed. From what I can tell, if you go to one city through another city it will stop you at the first city you pass through.
Just ran into that too.

Odd!

EDT: found the culprit, but not sure how it got there. WIll fix it in a moment.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Oct 05, 2016, 11:43 PM
I never use the RPG but I thought it'd be fun to kill everyone.

But now I'm stuck in the same city and can't move. Seems something major has glitched.
Title: Re: The Forum RPG is released for play testing
Post by: SWORDF1SH on Oct 06, 2016, 12:09 AM
I never use the RPG but I thought it'd be fun to kill everyone.

But now I'm stuck in the same city and can't move. Seems something major has glitched.
Karma strikes!
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Oct 06, 2016, 01:20 AM
Karma strikes!
Actually the ghost strikes!

Turns out I was already dead. Forgot that I never implemented a respawn mechanic.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Dec 21, 2016, 02:10 AM
I'm dead and stuck again  ::)

The forum rpg will always be a pet project of mine. I really think it has a lot of potential.
Title: Re: The Forum RPG is released for play testing
Post by: Mmm_fish_tacos on Dec 21, 2016, 03:28 AM
I'm still waiting for the shovel and to be able to dig post to find random loot.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Dec 21, 2016, 03:37 AM
Also a simple thing that needs to be added is an alert when you reach your destination.

I'm still waiting for the shovel and to be able to dig post to find random loot.
I feel like if you randomly dug holes in the woods your chances of finding something are low...
Title: Re: The Forum RPG is released for play testing
Post by: Xbro on Dec 21, 2016, 04:51 AM
Who knows?
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Jul 13, 2017, 11:30 PM
I think I should make the RPG procedural!

I feel dumb for not thinking this way sooner!


I love procedural generation and have messed around with it a few times in VizionEck and in a few prototypes. In the back of my head I've been dreaming of making a huge space game with my version of procedural generation, but that's still a couple centuries away with the rate I finish games. So to scratch my procedural generation itch I can make this game procedural! Will make it a lot faster to make too.


(not touching it till Cube Royale releases. Just had an idea and wanted to write it down)
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Dec 16, 2017, 10:25 PM
Maybe the RPG should have permadeath of sorts.

Only about once a week are players brought back to life. Give you ghost mechanics or something.
Title: Re: The Forum RPG is released for play testing
Post by: Xevross on Dec 16, 2017, 11:23 PM
Maybe the RPG should have permadeath of sorts.

Only about once a week are players brought back to life. Give you ghost mechanics or something.
Who cares? Think about vizioneck!

P.S. that sounds cool
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Dec 16, 2017, 11:41 PM
Who cares? Think about vizioneck!

P.S. that sounds cool
I have 5 games currently in some form of development. It's just so hard to have an idea and not write it down!
Title: Re: The Forum RPG is released for play testing
Post by: the-pi-guy on Dec 17, 2017, 01:38 AM
Most of my game ideas are seared into my memory.  
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Dec 17, 2017, 01:50 AM
Most of my game ideas are seared into my memory.  
Do you not even write them down?
Title: Re: The Forum RPG is released for play testing
Post by: the-pi-guy on Dec 17, 2017, 02:52 AM
Do you not even write them down?
No.  I started to write down one of them, but the vast majority of gameplay mechanics and plot details are only in my head.  
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Apr 20, 2019, 12:59 AM
I'd like to restructure this into a living world. Like a civ 5 ai match that is always playing.

So still a "bite sized economy" but with everything controlled by the system, instead of just shops and populations.
Title: Re: The Forum RPG is released for play testing
Post by: Legend on Apr 20, 2019, 05:33 PM
"Crafting" could be used for everything.

Game map is filled with resource "wells." These are all natural resources like fresh water, ocean water, sand, dirt, iron ore, silver ore, wood, forest wildlife, etc. The wells can be created or destroyed depending on their type. The main thing is that they are the only source of new materials in the digital world.

Resources can then be exctracted from wells. Exctracting resources is done using a universal crafting system.

Input resources+working resources=output resources. So (river + bucket) + human=water filled bucket.

The main goal is to create a self sustaining world where every thing is simulated. It's not just that a city produces 100,000 gold coins every year, but that thousands of npcs have worked together to keep an economy running that produced said gold.


By "bite sized," I mean that everything is granular and important. 100 humans would be a large city in this world. If a player (not something I care about at this stage) wanted to impact the world they could do it as an individual.


Essentially the world could start by just placing a couple humans and letting them expand out.