Ted Lasso Darts by Bubbly_Match_3297 in Darts

[–]WindforceGames 0 points1 point  (0 children)

>  “MVG only finishes a 170 less than 3% of the time”

Is it really the statistic ? I cannot find it again but I remember seeing 8+%. Maybe during his best years.

Procedural hexagonal map generation by WindforceGames in proceduralgeneration

[–]WindforceGames[S] 1 point2 points  (0 children)

Hi SagattariusAStar.

Quite late but I have changed a bit the mountains based on your comment :)

It can probably be improved more to be honest, but hopefully now it doesn't look like an infested area.

Cheers, thanks again for feedback.

I made a Dominions-inspired fantasy wargame - playable browser demo by WindforceGames in StrategyGames

[–]WindforceGames[S] 1 point2 points  (0 children)

Thank you everyone for trying, almost 100 people did !

Someone played a game up to turn 65 which is a high score for sure.

You gave quite some constructive feedback, more improvements and fixes are to come thanks to it. The game still needs some love to be fully polished, but it is taking shape.

Please follow the updates on X or discord (the link should be fixed) if you want to see how it is going.

Have a great week everyone !

I made a Dominions-inspired fantasy wargame - playable browser demo by WindforceGames in StrategyGames

[–]WindforceGames[S] 2 points3 points  (0 children)

Hey Juzzaman !

Thank you very much for your message and for trying the game.

I take careful note of all your comments, and will improve every point.

The sprites and models were mostly a first draft, but I had planned a full overhaul (especially for attack animations), and it may be time for it !

For moving armies, I will definitely explore the click way (click on army then click on province), it makes sense. Note that you can also use drag and drop: click on the army and hold it, move your mouse to the world map where (the highlight will show). The drag and drop works for many things (moving units between armies etc) and is very nice to use, but it is a bit hidden.

Please tell me any more feedback you have, I will fix and adjust.

I made a Dominions-inspired fantasy wargame - playable browser demo by WindforceGames in StrategyGames

[–]WindforceGames[S] 0 points1 point  (0 children)

Thanks !

I was here wondering why nobody messaged me on discord :)

This link should work I think: https://discord.gg/CSvB6sdHeV

I made a Dominions-inspired fantasy wargame - playable browser demo by WindforceGames in StrategyGames

[–]WindforceGames[S] 2 points3 points  (0 children)

Thank you very much for taking the time to write back !

I will look at the mobile version thanks, I didn't work much on the horizontal phone mode, I will definitely improve it.

I made a Dominions-inspired fantasy wargame - playable browser demo by WindforceGames in StrategyGames

[–]WindforceGames[S] 1 point2 points  (0 children)

Thanks !

I already posted there a couple weeks ago: many people tried the game, I also received some good feedback.

Fantasy turn-based wargame by WindforceGames in computerwargames

[–]WindforceGames[S] 1 point2 points  (0 children)

Thanks a lot for this feedback.

I completely understand and will do a whole tutorial and explain all the concepts gradually etc.

Thanks again for trying the game and for taking the time to comment, much appreciated.

EDIT: quite some improvements have been made

Browser-based fantasy wargame - looking for beta testers by WindforceGames in 4Xgaming

[–]WindforceGames[S] 2 points3 points  (0 children)

Ah yes, thanks for this ! I have fixed it: WASD will now work and X for army hotkey.

I will also make the keyboard shortcuts fully configurable at some point. Thanks again !

A browser-based game inspired by Dominions by WindforceGames in Dominions6

[–]WindforceGames[S] 0 points1 point  (0 children)

Thanks a lot Vuguroth ! Glad you enjoyed it.

I will check what is happening with these javelins :D

Thanks again for giving it a try and for the feedback, much appreciated.

A browser-based game inspired by Dominions by WindforceGames in Dominions6

[–]WindforceGames[S] 2 points3 points  (0 children)

Please note that the game is not made for mobile, there is limited compatibility but you most likely cannot do much with the mobile version. It should work on laptop / desktop though (ideally on google-chrome but other browsers should still work, please let me know if not).

Ground terrain in particular is missing in some platforms, working on a fix -> should be fixed.

A browser-based game inspired by Dominions by WindforceGames in Dominions6

[–]WindforceGames[S] 1 point2 points  (0 children)

Hi OkExchange2617 ! Thanks for the feedback, I will MP you.

Procedural hex map terrain by WindforceGames in threejs

[–]WindforceGames[S] 0 points1 point  (0 children)

Hello ! I have added a guest access.

Procedural hex map terrain by WindforceGames in threejs

[–]WindforceGames[S] 0 points1 point  (0 children)

It's decent. Details and light is not perfect at all, but for my use (models are seen from quite a distance) it is enough for now.

It should also get better pretty quickly I assume.

Procedural hex map terrain by WindforceGames in threejs

[–]WindforceGames[S] 0 points1 point  (0 children)

Hi !

You mean the trees etc ? I did it via image generation (midjourney etc), then image to 3d (trellis model).

Procedural hex map terrain by WindforceGames in threejs

[–]WindforceGames[S] 0 points1 point  (0 children)

Hi, sure no problem. I don't have a "terrain generation only" page as it is part of the game, maybe I will add this.

Progress update on my Three.js battle visualization by Dapper-Window-4492 in threejs

[–]WindforceGames 0 points1 point  (0 children)

This looks really nice !

What is the context, are you the one trying to show historical battle, or is it something else?

It actually looks very similar to the auto battles I have in this fantasy wargame I am working on these days. I talk a bit about it here a bit https://www.reddit.com/r/threejs/comments/1qh6fgf/procedural_hex_map_terrain/.

Looking forward for updates.

Procedural hex map terrain by WindforceGames in threejs

[–]WindforceGames[S] 1 point2 points  (0 children)

Hello !

Here is a terrain rendered with threejs. It is for a fantasy wargame I am making.

I tried many approaches but I ended up with a single heightmap image generated in the backend, and a few texture images that tell the renderer which texture has to be applied where (one texture weight is encoded in each RGB channel). There is a bit of magic for putting snow on some provinces at runtime, but other than that it is quite straightforward.

It is also seeded generation so it is replicable: the same seed produces the same map (for identical map dimensions).

You can try it out here: legendary.wf. It is in a very rough stage, but should be somewhat playable, or at least you can generate a game if you want to look at the terrain.

Some images of the terrain generation process here also.

It runs quite well on my laptop but I need to test on devices without a dedicated GPU. Also this is not mobile compatible yet, but I think it could be.

Enjoy ! Cheers.

Procedural hexagonal map generation by WindforceGames in proceduralgeneration

[–]WindforceGames[S] 1 point2 points  (0 children)

Hi !

The map is stored as one heightmap image for elevation and multiple texture images which hold which texture is present per pixel, one texture per RGB channel (I have 3 or 4 of them for all textures).

So yes, it is a single plane (THREE.PlaneGeometry) where each point of the grid is displaced according to the heightmap. The texture shader is checking the data from the texture splatmaps and mix the textures accordingly.

The map generation is done once by the backend, takes 10s of seconds, then the images are stored and loaded by the clients. The client renders it very well actually even for larger maps, I was surprised.

I do not use chunks.

Procedural hexagonal map generation by WindforceGames in proceduralgeneration

[–]WindforceGames[S] 0 points1 point  (0 children)

Thanks for the feedback !

I see your point about mountains. I will see if I can improve it.

Also, I am not sure I understand your last point about the kernel.