-
Posts
17.611 -
Joined
-
Last visited
-
Days Won
559
Everything posted by Stan`
-
It can be added further down the road when the patch gets accepted and committed. Here is an example:
-
I noticed we did not have upgrade animations when updating walls to gates for example. D2371 fixes that. I haven't done it here, but one can consider adding worker props on the scaffoldings. Without progress bar With progress bar upgrade-animations-and-progress-bar.mp4
-
Allow restoring lost wall turrets!
Stan` replied to gameboy's topic in Game Development & Technical Discussion
I believe that's because of a bug I'm still trying to fix where you can't build a wall from there, so first click sets the origin point, and the second tells the game the wall ends there -
Allow restoring lost wall turrets!
Stan` replied to gameboy's topic in Game Development & Technical Discussion
@wowgetoffyourcellphone So yes that's what happens. When you want to place a new tower it snaps to the slot. I also discovered a nice tool to record gifs, will probably do more in the future. -
Allow restoring lost wall turrets!
Stan` replied to gameboy's topic in Game Development & Technical Discussion
@wowgetoffyourcellphone I haven't played AOE much though so care to enlighten me on that ? -
Allow restoring lost wall turrets!
Stan` replied to gameboy's topic in Game Development & Technical Discussion
It works fine on my end except what @Imarok mentionned. I'll have a look. -
Allow restoring lost wall turrets!
Stan` replied to gameboy's topic in Game Development & Technical Discussion
Build a wall destroy a tower select a unit Select the wall icon Double click on the green slot -
Allow restoring lost wall turrets!
Stan` replied to gameboy's topic in Game Development & Technical Discussion
You need to double click. -
We need to disable it from every variant though ^^
-
I meant from a performance POV it's catastrophic ^^
-
Yeah XD. Okay, will add it to the game and fix the rubble of the current buildings using incorrect textures. will also use it for the gaul cc Yeah I guess buildings are okay. Blood apparently,... not so much.
-
@Alexandermb What do you think of the destroyed civic_center on the right ? I did what I mentionned in the Addons thread
-
Allow restoring lost wall turrets!
Stan` replied to gameboy's topic in Game Development & Technical Discussion
@gameboy That line does not exist anymore, I updated the patch since then. -
Allow restoring lost wall turrets!
Stan` replied to gameboy's topic in Game Development & Technical Discussion
That's not linked to the patch see answer above. -
Sure do you get out of memory errors after that ? You can also test if the last fix (better one) works for you https://code.wildfiregames.com/D2353
-
Well first of all it would be Open GL ES 2.0 not 3.0 as we don't use Open GL 3.0 either for the rest of the devices. I don't have a RPI 4 yet so I can't try the GL ES 2.0 build. Are you willing to try that ? Yes we do however we are severly undermanned for such a task. Also it would mean dropping a lot of old computers and some extra work to keep supporting Mac OS.
-
Yes it's possible and would actually be quite fancy but it would requires other animations and some extra code...
-
You mean like two units syncing until one kills the other like m2tw
-
Allow restoring lost wall turrets!
Stan` replied to gameboy's topic in Game Development & Technical Discussion
@gameboy I fixed the first warning the other is not caused by that code. Keep in mind you need to recompile else the placement won't work. -
I fixed the last warning, you need to also fix the sitting animation :/ The death anim is also broken.
-
@Alexandermb can you try lowering the spec a bit ? It feels like the shield is wet
-
I'm on windows, so given the number of leaks elexis is uncovering all over the game, it is quick for my game to go over 3.9GB of RAM and crash. That being said, could you provide a replay that crashes on your machine with my old patch so we could test that theory ? The code is for hardware detection, worst case it should detect badly your hardware, and lower the graphics options. If it crashes later, that should be unrelated. Now assuming we are bit paranoid (or thorough) and we assume that code is for assumptions further down the road (that would eventually crash) I guess the replay could help Thanks for keeping up with this @OptimusShepard !
-
Allow restoring lost wall turrets!
Stan` replied to gameboy's topic in Game Development & Technical Discussion
Thanks will fix it later -
It's hard to do, that's why I made a mod :/ But I guess @nani's solution is nice
- 492 replies
-
- 4
-
- building hotkeys
- visible corpses limiter
- (and 9 more)
-
Allow restoring lost wall turrets!
Stan` replied to gameboy's topic in Game Development & Technical Discussion
@gameboy The patch has been updated.