Project IMP - MMORPG devlog
Follow me on the journey of creating an MMORPG. Along the way, I will share my experiences, implementation choices, techniques, decisions, tips and tricks, until the release.
View ArticleEOTH
A classic ARPG concept, built upon the legacy of older games.In the demo, you'll take up arms as a trained soldier, and fight your way out from a deadly cave. You will face wretched monsters, beings of...
View ArticleProvide engine function to parse string from script into in-memory...
Currently, trying to parse script code manually to for instance parse metadata requires you to manually parse strings including the various forms (single quotes, double quotes, heredoc) which...
View ArticleDrift Worlds - Over 20 months of solo development.
Drift WorldsAfter years of solo development I am excited to finally say I have released my pride and joy, Drift Worlds. Drift Worlds is an arcade racer that meets real world graphics. It has aspects of...
View ArticleFPS style player collision resolution around corners
I want to make my character slide along the correct wall when its bounding geometry collides against a corner (AABB/elipsoid intersecting two walls.) Zeroing out the negative projected velocity along...
View ArticleTracked Mind
Hi! My name is Mikael Henriksson and I’m working on a project called ‘Tracked Mind’. Tracked Mind is a single player first person horror game with a 'Scandinavian folklore/Norse Mythology' theme set...
View ArticleSerializing and de-serializing dictionary
hi,I registered a class and methods that should serialize and de-serialize a angelscript dictionary object (addon) from C++.In order to do that, I should be able to iterate on dictionary structure,...
View ArticleNeed some help with stencil buffer.
I have been designing a object outlining method for my home-grown game engine. I thought the stencil buffer would do it , but I have having problems with the results. I have been trying to make...
View ArticleUI/UX Artist: Installation Bar — Now With 80% More Greebles!
Hi all. This is your UI/UX Artist Paul. This week I have finer details to show for the Asset Screen. Specifically, the Installation Bar. The Installation Bar is an overview of all the player's total...
View ArticleBored.. Wanna make an mmo that's actually fun?
To be quite honest I have very small knowledge into game design. The thing is i am tired of playing these games that do not listen to their player base and just want money, at the same time those...
View ArticleMy sci-fi book is nearly complete, i'm fishing for a game potential.
The book takes place on a different planet, with an alien species. The planet would be similar to mordor of lotr, and dune… but significantly worse… its a combination of mad max and borderlands on...
View Articlegood books for developer
hi everybody, im studying computer science at university. I have learned a lot about programming and stuff. But now i want to approach the game develop seriusly, so someone can tell me some good books...
View ArticleEditing a post with ampersands in code converts them to HTML entities
I noticed that when editing a post that contains & in code, that these get converted to & in the editor, which is then display as such instead of the original &.Edited once:z = x...
View ArticleARPG - A happy middle ground
The original post, along with a user poll, is found on our website at: http://tocinogames.cl/devblog202002/ Welcome to our first developer’s blog here at Tocino Games! My name is Steve, the project...
View Article_strcmpi error
I am having a bit problem to compile my game with this error:angelscript/add_on/scriptbuilder/scriptbuilder.h:205:11: error: '_strcmpi' was not declared in this scopeI have compiled angelscript with...
View Articlex64 calling convention doesn't make room for return value in rcx
I have a function which works correctly with asCALL_CDECL_OBJFIRST. self is the correct pointer, and passed via rcx as specified in the x64 calling convention:staticvoid...
View ArticleI would like to make music for video games www.soundcloud.com/judah-spindler
Anyone working on a cool oldschool RPG? www.soundcloud.com/judah-spindler
View ArticleLast life
A survival game with other players that are going to attack your base1.you are supost to start with one tool
View ArticleBeginner - Phaser 3 or Godot
Hey all.so here i am, late 30s, and I have recently decided that i would like to career change to be a web developer. I already had a strong understanding of html and css but never learnt Javascript so...
View Article