ricvalerio

Profile
Budapest

The devlog of my online RPG, of which I am making videos showing the progress and features of the game.

3 comments
3 followers
59 entries
Advertisement
ricvalerio
October 21, 2019
AOE Spells

While the spell system has been in the game for a long time, it has been mostly in a very primitive form. The introduction of factions allowed me to clearly define who is a friend and who is a foe. That had an immediate impact in the spells, because now I can make rules of who can be the target …

2,425 views
ricvalerio
October 12, 2019
Factions added
Finally added the concept of "faction". New video will come out on this and the impact on the game, at my channel, which you should follow and share if you like it's content! *wink wink* ? https://www.youtube.com/channel/UCyOt8sPTqNxRseUzpzUEQQg Factions, as they are implem…
2,066 views
ricvalerio
October 05, 2019
NPC scripting - Example with quest
npc scripting 2.mp4 Here's a short clip of my WIP on the NPC scripting department. You can see devlog videos at https://www.youtube.com/channel/UCyOt8sPTqNxRseUzpzUEQQg. On this NPC's script, highlighted bold the eve…
3,038 views
ricvalerio
September 28, 2019
Unity MMORPG devlog #6

Yesterday I published one more devlog entry of my project.

On this video I talk about character customisation and animations. There is a lot of room for improvements, especially the animations department, but it's OK for now and I will move forward to NPC scripting, and polish the animations…

1,903 views
ricvalerio
September 26, 2019
NPC & Character customisation updates

As usual, my video devlog: https://www.youtube.com/channel/UCyOt8sPTqNxRseUzpzUEQQg

The system supports loading of the human male models with different features and armor.

Previously, the NPC were all loaded with the same hardcoded item set. Now I can define how each NPC looks like in th…

3,375 views
ricvalerio
September 24, 2019
Lightning quick update

Quick update on the lightning.

The initial login scren was quite a roughly slapped prototype, so I just gave it a little touch and also changed the camera to perspective. Just a quick touch and it looks better. It does still need a lot of work, but since I am not sure yet of the direction of…

1,655 views
ricvalerio
September 23, 2019
My MMORPG gameplay video

Hi! Today I would like to share a gameplay video of my project.

There are a lot of rough edges here, but polish will come more later on.

Some of the features showcased here:

  • Login
  • Movement / Abilities use
  • Questing, with collect, slay and quests becoming availab…
1,785 views
ricvalerio
September 18, 2019
Login screen

The login screen hasn't really seen any change since the start.

Because I want soon to do some tests with volunteers, I thought it was a good time to get a basic login screen background going. Let me know your thoughts on the comments below.

My video devlog: https://www.youtube.com/chann…

3,012 views
ricvalerio
September 16, 2019
Human Male loading with armor

On the previous post, I showed a screenshot of the human male model in the game, but without armor.

But before diving into the update, you can also check my video devlog at:

https://www.youtube.com/channel/UCyOt8sPTqNxRseUzpzUEQQg

Lately I have been working on loading them with armor…

1,863 views
ricvalerio
September 04, 2019
Human male model in the game

Here's a very short update.

The human models are in the game. Here is the male model, with no gear on and all the same predefined features, like skin color, face and hair. The server is sending the same definitions for every model as it is, and the next step is to allow to change these value…

2,990 views
ricvalerio
August 31, 2019
Animations and equipment

It's been some time since the last update, and there are great news.

For new people, this refers to devlog of my MMORPG, which you can see here https://www.youtube.com/channel/UCyOt8sPTqNxRseUzpzUEQQg

I have been working on adding human male and female models, along with animations and e…

2,224 views
ricvalerio
July 31, 2019
Capture the Flag tests

Here's the CTF mechanic in the works. The logic behind will be redone, because I want to reuse what already exists and leverage other mechanisms in the engine. I will be talking about this in a video devlog, to explain how it will work, and show the final implementation. Let me know your thought…

1,340 views
ricvalerio
July 28, 2019
WIP on human characters
Hi everyone!   Here is a work in progress in loading human characters on the fly with the different armor sets and weapons.   If you have not been following my devlog, here it is:   https://www.youtube.com/channel/UCyOt8sPTqNxRseUzpzUEQQg
1,298 views
ricvalerio
July 23, 2019
MMORPG devlog - AddOns part 2

Yesterday I published the second part of the AddOn integration with Lua scripting.

Let me know if you have any questions or feedback.

 

1,438 views
ricvalerio
July 20, 2019
Buffs + AOE spells preview - MMORPG devlog

The next video of the devlog is taking some time to come out, so here's a preview of what I have been working on.

On this video, you can see the buffs addon working, and on the second half there is a bit of a preview of AOE spells, with I have been working on.

You can see the video below…

1,155 views
ricvalerio
July 19, 2019
How I am making an MMORPG

Hi fellow devs.

I am doing a video devlog of my journey doing an MMORPG, and along the way, I am sharing my progress, tips, tricks and techniques. I will also be posting tutorials on some aspects of the development, like from example client-server networking, leveraging scripting, creating t…

1,428 views
ricvalerio
July 18, 2019
Buffs now displayed

Just a short update before I publish the video on AddOns, part 2.

While the client and server were aware of buffs and debuffs, there was no visual representation of them, and so, it was not possible to see what buffs and debuffs the player character had. But by exposing only a few functions …

1,217 views
ricvalerio
July 14, 2019
Addon support + video devlog

One more video published, this one on adding support for AddOns. I also demonstrate by creating two simple AddOns. While these are very simple, and the support is a bare bones one, it serves as a starting point for supporting complex AddOns. Take a look at the video, and let me know your comment…

1,227 views
ricvalerio
July 08, 2019
Still working on addon support

I am still working on addon support, by adding more UI elements and event registration. You can take a look at the screenshot below to see how an addon could now replace the default UI. Moving forward, the default interface might also be converted into an addon. The great part is that part of th…

1,327 views
ricvalerio
July 07, 2019
Supporting Addons + video soon

I have been working on supporting addons in the game. By allowing players to create addons, it opens up a lot of possibilities and can in fact improve the game experience. Because players might enjoy the information laid out differently, like a minimalist UI, or a more complex one, it is importa…

1,279 views
ricvalerio
July 01, 2019
Networking part 1

Hi everyone! I published another devlog video, and this one goes through a few of the networking implementations I did for skills like a fireball, charge, and also NPC patrolling. It dramatically reduces the bandwidth needed by changing a bit how things work. I hope you enjoy it, and if you want…

1,361 views
ricvalerio
June 30, 2019
Arriving at the lake

A video recorded for the start of the networking video. As usual, you can follow the video devlog on Youtube at https://www.youtube.com/channel/UCyOt8sPTqNxRseUzpzUEQQg

 

 

1,474 views
ricvalerio
June 29, 2019
Networking implementation video coming up

Working on the new video for my Youtube devlog channel. On this video I will talk about some decisions I did regarding networking, and how I dramatically reduced the bandwidth used for spells and NPCs actions and movement. You can follow my video devlog on Youtube at https://www.youtube.com/chan…

1,774 views
ricvalerio
June 27, 2019
Character customisation, loading and generation

I have a video devlog, which you can follow on Youtube at https://www.youtube.com/channel/UCyOt8sPTqNxRseUzpzUEQQg and I am posting every now and then.

 

Working in the direction of loading characters depending on their armor, skin color, hair, etc. This presents a lot of challenges, but…

1,305 views
ricvalerio
June 22, 2019
New lake village WIP

Started working on a small village for a side story and quests. It's in a very early stage and a lot of details still haven't been added, but it's getting shape. It also shows the weather system in place, along with water. What do you imagine is the story for this place? ?

If you want to fol…

1,980 views
ricvalerio
June 15, 2019
The Quest Editor

I made a video about the Quest Editor, which simplifies the process of adding quests to the game. As an example, I add 3 quests with different objectives, from scratch, and test each of the quests. You can see the video below. Follow me on:

Twitter: https://twitter.com/ricvalerio7

Youtub…

2,666 views
ricvalerio
June 08, 2019
Quest editor wreapping up and video soon

Wrapped up most of what I wanted to clean up before recording. So here is what the quest editor looks like now, and it's soon time to record! ? It's a lot better than what once was working directly in the inspector with much less functionality, and it's much more fun to add quests and let myself…

1,381 views
ricvalerio
June 07, 2019
Quest editor video on the way

Here is a sneak peek of the quest editor, of which I will post a video soon. The principle is the same as the spell editor: minimize coding intervention and allow quest designers to enrich the world with little effort. Follow the development of my online RPG here and on my youtube channel, at htt…

1,341 views
ricvalerio
June 01, 2019
The Spell Editor

I have published a video of my online RPG, where I go through the Spell Editor, create a few spells and test them in game. I created the spell editor to make it easier to manage the spell creation and balancing process, and minimize coding intervention. I hope you enjoy the video, and if you wan…

1,980 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
9 Followers
15 Entries
10 Followers
johnhattan
Programmer
1,277 Entries
47 Followers
ApochPiQ
Generalist
628 Entries
44 Followers
dgreen02
Generalist
338 Entries
56 Followers
Advertisement