3.30 star(s) 7 Votes

RavenDG34

Member
Jan 21, 2017
109
221
256
What is with the extreme motion blur? Is my character supposed to be drunk? You should really disable it or add an option to disable it.

The movement controls in general could really use some work, like the character is really slow, jumping feels like it's on the moon. You should try to recreate wow's controls, camera, etc.
 
  • Like
Reactions: hcdev6

hcdev6

Newbie
Game Developer
Mar 19, 2023
80
137
157
What is with the extreme motion blur? Is my character supposed to be drunk? You should really disable it or add an option to disable it.

The movement controls in general could really use some work, like the character is really slow, jumping feels like it's on the moon. You should try to recreate wow's controls, camera, etc.
Motion blur is caused by crappy shader I wrote, without it colors just look horrible.
Yeah controls are crap too.
The problem is I started this hobby project with 0 knowledge in 3D programming, so I had to write entire engine myself, so yeah, a dude who has no clue about math or physics or game coding trying to code a 3D engine... Later on after learning some basics about 3D stuff I realized I made a horrible decision for using Javascript to write 3D stuff in, three.js is mostly used for some very light and simple 3D stuff, not games. So the only proper solution to many tech problems Hornycraft has would be migrating the whole project to Unity or Unreal Engine, but that won't happen because I would basically have to create everything from zero.
 

Phil_McHawk

New Member
Mar 7, 2021
2
2
103
Motion blur is caused by crappy shader I wrote, without it colors just look horrible.
Yeah controls are crap too.
The problem is I started this hobby project with 0 knowledge in 3D programming, so I had to write entire engine myself, so yeah, a dude who has no clue about math or physics or game coding trying to code a 3D engine... Later on after learning some basics about 3D stuff I realized I made a horrible decision for using Javascript to write 3D stuff in, three.js is mostly used for some very light and simple 3D stuff, not games. So the only proper solution to many tech problems Hornycraft has would be migrating the whole project to Unity or Unreal Engine, but that won't happen because I would basically have to create everything from zero.
So, is this something that's a known problem? I have a similar issue, when starting up story mode the game becomes really laggy. Like 10fps kind of laggy. And my character also moves reaaally slow, especially compared to the free mode. The performance issue also just happens in story mode. And when toggling shadows twice in the settings, only the sky is visible and the performance somehow worsens tenfolds. The only solution to this is to close the game completely. This also only happens in story mode. I'm not sure if this gamemode is just not as well developed at the moment but it would be nice if I still can try out the story mode.

EDIT: Yeah the slow movement is probably caused by the fps. I guess the movement speed might be fps-depended or something. I also figured out, the story mode most probably just runs way worse, since all the characters are already loaded in the game.
 
Last edited:
  • Like
Reactions: hcdev6

hcdev6

Newbie
Game Developer
Mar 19, 2023
80
137
157
So, is this something that's a known problem? I have a similar issue, when starting up story mode the game becomes really laggy. Like 10fps kind of laggy. And my character also moves reaaally slow, especially compared to the free mode. The performance issue also just happens in story mode. And when toggling shadows twice in the settings, only the sky is visible and the performance somehow worsens tenfolds. The only solution to this is to close the game completely. This also only happens in story mode. I'm not sure if this gamemode is just not as well developed at the moment but it would be nice if I still can try out the story mode.
Yeah the problem is there is to much characters and items being loaded into scene for story mode. Solution 1 would be getting stronger PC that can run my crappy code in 60+ FPS, or Solution 2 just play in free mode, you can create AI RP characters and profiles as well. The only difference is that in story mode everything is preset for you, achieve specific goals in RP with NPC to trigger specific event happening.
 

Phil_McHawk

New Member
Mar 7, 2021
2
2
103
Yeah the problem is there is to much characters and items being loaded into scene for story mode. Solution 1 would be getting stronger PC that can run my crappy code in 60+ FPS, or Solution 2 just play in free mode, you can create AI RP characters and profiles as well. The only difference is that in story mode everything is preset for you, achieve specific goals in RP with NPC to trigger specific event happening.
Ah I see, just figured out the performance issue myself lol. But it's good to hear that I won't miss anything in story mode. Thanks for the quick help, dev and good luck on your gamedev journey!
 
  • Like
Reactions: hcdev6

texmex2

New Member
Jan 17, 2020
1
0
11
Seen you mention the code foundation being an issue a few times, would it maybe be worth running said code through a GPT piecemeal to see if it can improve somethings with you explaining the optimizations you'd like?

Might take a while without breaking the project but it could be worth it?
 

hcdev6

Newbie
Game Developer
Mar 19, 2023
80
137
157
Seen you mention the code foundation being an issue a few times, would it maybe be worth running said code through a GPT piecemeal to see if it can improve somethings with you explaining the optimizations you'd like?

Might take a while without breaking the project but it could be worth it?
I have been using ChatGPT for this project in past few months, helped me with physics alot, and no, it can't be optimized much more than this, there are just many pieces of logic that are to heavy to run with JS and can't be optimized directly, unless I started hacking things and maybe using webassembly, but that would make things way messier. So as I sad before, only moving to Unity or Unreal Engine can truly solve the many tech issues that exist in Hornycraft. There are way to many things that can't be implemented nice and clean in JS and three.js since the tech was never even meant for games.
 

skyrfen

Ultimate Torrent Dude
Donor
Jun 13, 2021
4,659
2,819
387
HornycraftGoldshireAdventures-0.3.5
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
  • Like
Reactions: hcdev6

jmoney1000

Member
Feb 27, 2019
167
122
139
damn i was hoping this game was gonna be good or at least passable but god damn
runs like crap and the amount of steps and hoops you need to jump through just to get the game to actually work is shit
maybe in 20 patches when this this is actually put together
 

hcdev6

Newbie
Game Developer
Mar 19, 2023
80
137
157
damn i was hoping this game was gonna be good or at least passable but god damn
runs like crap and the amount of steps and hoops you need to jump through just to get the game to actually work is shit
maybe in 20 patches when this this is actually put together
I appreciate your constructive criticism.
 

jmoney1000

Member
Feb 27, 2019
167
122
139
I appreciate your constructive criticism.
listen i feel the sarcasm but an all-in-one package is actual criticism and getting the game to run smoother is too
and excuse me for being pissed about struggling for 2 hours with no success and giving up
 

Vangis159

New Member
Mar 29, 2025
6
7
12
Sorry, got a question again after I noticed something...

When you load a character in, they actually have beautiful hair color textures. Then it puts on the one color.. well... colors, that really aren't like textures at all and simply cover the hair model with a color. I found the WoW color textures for hair in the game files, is there any reason why we can't pick them as hair colors? Would love to use them if possible, I personally don't care if some hair models would be left out with no / not fitting color textures..
 
  • Like
Reactions: hcdev6

hcdev6

Newbie
Game Developer
Mar 19, 2023
80
137
157
Sorry, got a question again after I noticed something...

When you load a character in, they actually have beautiful hair color textures. Then it puts on the one color.. well... colors, that really aren't like textures at all and simply cover the hair model with a color. I found the WoW color textures for hair in the game files, is there any reason why we can't pick them as hair colors? Would love to use them if possible, I personally don't care if some hair models would be left out with no / not fitting color textures..
I wanted to completley rework how hair works, but I am afraid its to late now to fix it, because I would need Retail WoW 9.1 files, which I can't really find anywhere anymore, and I deleted mine long time ago.

To answer your question yes, hair model is loaded with embeded hair texture, and hair colors are just color painted over original hair texture.
And yeah Im not using original textures at all for some reason, I just paint the color over first texture. If I remember right I was thinking like the original textures don't offer all the colors so screw them.

Not only I can't add other original hair textures due to not having original wow 9.1 files, but what personally annoys me the most about hair is the fact that I just exported hair models as static fbx objects, and manually positioned them on characters head (not very accuratley). I would love to export all hair models with bones so the hair could move with character animation. But as I said, its to late for that now. But I could make hair textures swappable + offer the current ability to paint over it, sure.
 
Last edited:
  • Like
Reactions: Vangis159

Vangis159

New Member
Mar 29, 2025
6
7
12
I mean fair enough, but wouldn't it just be a better idea to take the original hair textures you DO have and just.. repaint these? Could even be done with a simple AI edit to change the color, just an idea :)

Would love to be able to swap the textures for the original ones you have! Ty for your fast reply, as always
 
  • Like
Reactions: hcdev6
3.30 star(s) 7 Votes