-
Posts
18.130 -
Joined
-
Last visited
-
Days Won
587
Everything posted by Stan`
-
https://code.wildfiregames.com/D1758 That's a different one but yeah I can add that to the list.
-
See first post for my current task list.
-
That's true. If the person is motivated to make more maybe we can find a way to use it
-
-
For it to be added in the modding guide, it would need to be in English.
-
@borg- @wowgetoffyourcellphone There you go https://code.wildfiregames.com/D1782
-
===[TASK]=== Current issues with Celtic units and guideline for the next
Stan` replied to Genava55's topic in Official tasks
Basically Shields topic Helmet topic weapon topic prop topic should be fine. -
===[TASK]=== Current issues with Celtic units and guideline for the next
Stan` replied to Genava55's topic in Official tasks
Could use the committing of those shields as an occasion to correct not historical shields -
I guess it's because grid is cpp while footprint is js but it can certainly be done.
-
@Mina unfortunately our application was not accepted. They were pretty vague as to why they just said they had too many applications.
-
@feneur Can you lift the post limit of @mvandemar please ?
-
Well you should be able to load a quicksave from the menu
-
You also have quicksaves if I'm not mistaken.
-
You need to import the models in a 3D package like blender, then add empty objects such as plain axes. After that you need to parent those objects to the main one. Those empty objects should either be named prop_whatever or prop-whatever. Then you can reexport the objects.
-
Yes you are right. However if you tell me, I can probably pull something off.
-
Yes you are right. However if you tell me, I can probably pull something off.
-
===[COMMITTED]===[SOUND]=== Archery range provisional sound
Stan` replied to Lion.Kanzen's topic in Completed Art Tasks
Committed in Revision: 21039 -
Hey, can you take a picture of your map ?
-
@Samulis would you be up to making some sounds of projectiles hitting stone structures ?
-
1. Actually I think its because they are too white and not organic enough, maybe try to increase the amount of details 2. Whatever you like and works 3. Yeah they are definitely too flat :/
-
Now that's gorgeous ! Great work mate ! Some more comments 1. This looks a bit weird is that buggy alpha ? 2. Can you try to increase the saturation of the red berries bush ? They have to stand a bit more out in order to be clearly identifiable Hopefully not too unrealistic because I really like those as is. 3. Maybe more geometry or a different angle ? 3
-
The main problem for me is that I have a high end computer so I can't test that much ^^ But yeah their quality is less. Though it's not that bad is it ? Only when you really zoom.
-
It also has a pathfinder role
-
@user1 and @Hannibal_Barca might help you with that.
-
Parallel GPU-based A* algorithm in pathfinding
Stan` replied to Kuba386's topic in Game Development & Technical Discussion
I did try that too Actually threading the pathfinder makes it faster. I can render the game at 20x with very little lag with the patch so it does help. It gives more time for other areas of the code. But yeah the goal is the vertex pathfinder rewrite. See D13 on code.wildfiregames.com. @wraitii will be able to tell you more.