Search found 33 matches

by Kindermaus
Tue Oct 27, 2020 3:00 am
Forum: Games and Creations
Topic: ItsyRealm - 3D single-player RPG
Replies: 40
Views: 124307

Re: ItsyRealm - 3D single-player RPG

So I've been busy since Chicken Poltickin'... https://love2d.org/imgmirrur/CxrtTOY.gif Version 0.2.15-alpha is the latest, with the following updates since 0.2.9-alpha: - Added three new skills: Foraging, Antilogika, and Necromancy! Foraging has some retroactive content. Antilogika and Necromancy ar...
by Kindermaus
Fri Sep 25, 2020 10:58 pm
Forum: Games and Creations
Topic: ItsyRealm - 3D single-player RPG
Replies: 40
Views: 124307

Re: ItsyRealm - 3D single-player RPG

I made a vlog for the creation of Emily, from nothing to in-game! Took two hours, sped up the video by like 100x and added commentary.

https://www.youtube.com/watch?v=3u-RuN41eCE

:3
by Kindermaus
Thu May 07, 2020 6:49 pm
Forum: General
Topic: What code editor do you use ?
Replies: 195
Views: 294923

Re: What code editor do you use ?

I use Sublime Text for Lua! It's really good in my opinion. VS Code is probably ultimately better though. I'm just used to Sublime Text.
by Kindermaus
Tue May 05, 2020 2:41 pm
Forum: General
Topic: Suggestion: Vector Functions
Replies: 3
Views: 3809

Re: Suggestion: Vector Functions

A vector library would be slower in C++ than in Lua anyway (sadly I saw the author of ItsyRealm make that mistake). To clarify... 99% of the code uses a Lua Vector/Quaternion/Ray implementation, 1% (the scene graph traversal) off-loads the computation of the scene graph traversal & sorting to C...
by Kindermaus
Mon Mar 23, 2020 2:19 am
Forum: Games and Creations
Topic: ItsyRealm - 3D single-player RPG
Replies: 40
Views: 124307

Re: ItsyRealm - 3D single-player RPG

Hey friends,

I added a minigame, Chicken Politickin'. Also included is keyboard movement.

This marks two years of development on ItsyRealm! Wooh!

Enjoy!

Image
by Kindermaus
Sun Jan 19, 2020 12:49 am
Forum: Games and Creations
Topic: ItsyRealm - 3D single-player RPG
Replies: 40
Views: 124307

Re: ItsyRealm - 3D single-player RPG

Hey all,

I added a tutorial that greatly improves the initial game flow.

Image
by Kindermaus
Mon Jul 29, 2019 9:28 pm
Forum: General
Topic: Looking for a 3d tutorial
Replies: 15
Views: 17873

Re: Looking for a 3d tutorial

I've been working on a fully functional 3D game with decently modern rendering techniques (deferred renderer with second forward pass for translucent objects, plus a pluggable fully forward mobile renderer)... You could even do PBR and stuff, the sky is the limit with LOVE 11.
by Kindermaus
Fri Jun 14, 2019 9:51 am
Forum: Games and Creations
Topic: ItsyRealm - 3D single-player RPG
Replies: 40
Views: 124307

Re: ItsyRealm - 3D single-player RPG

It's still in development. For example, I'm working on an area called the Leafy Lake in Rumbridge. You have to defeat an ancient freshwater squidshark that lurks in the waters. https://love2d.org/imgmirrur/5QxTJdj.png If you have Windows, you can play the latest version at https://www.itsyrealm.com/...
by Kindermaus
Thu May 30, 2019 5:54 pm
Forum: Games and Creations
Topic: ItsyRealm - 3D single-player RPG
Replies: 40
Views: 124307

Re: ItsyRealm - 3D single-player RPG

I added floor 3 (mirror puzzle, yay) and floor 4 (final boss fight). All that is left is music, post-quest dialogue, and a settings screen. You can see the boss fight here. Warning: spoilers. A giant QOL improvement was auto-banking loot. If you leave an area, any items you "own" that are ...
by Kindermaus
Sat Apr 13, 2019 5:55 pm
Forum: Games and Creations
Topic: ItsyRealm - 3D single-player RPG
Replies: 40
Views: 124307

Re: ItsyRealm - 3D single-player RPG

Trailer!



A nicer one will come out when I've finished the High Chambers of Yendor + polish...