-
Posts
2.232 -
Joined
-
Last visited
-
Days Won
50
Everything posted by real_tabasco_sauce
-
yeah seems fairly flexible. I'd probably like to experiment with stuff like that in the future. Right now, i'm working on some random maps and the map placement options.
- 85 replies
-
- rebalance
- atlas templates
-
(and 5 more)
Tagged with:
-
@Grapjas I really love the sandstorm! Its a really cool feature. It seems it might not be too hard to make a blizzard based off of the sandstorm. It could slow units down a little. How do these work, generally speaking? Are they baked into skirmish maps, or are they something you can enable in the json file for a random map for example?
- 85 replies
-
- 1
-
- rebalance
- atlas templates
-
(and 5 more)
Tagged with:
-
Buena suerte!
-
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
yes, and it seems to be fixed in your recent mod. -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
version 12 is out with no crashes (so far)! -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
I'm inclined to think that this was a pre-existing error that was just uncovered by the building on trees mod. Maybe some amount of buildings had this issue, but the return false; was catching them. -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
recently, I tried another conditional return, only when totalBuildRate was NaN. This didn't help, because totalBuildRate presumably becomes NaN after commit(). if (isNaN(this.totalBuilderRate)) { warn("Value of builder rate is NaN"); return false; } I wonder if there is something we can check instead of totalBuildRate that will return false when we want it to. Maybe EntstoDestroy being empty or something else? -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
community-testing-5.zip these changes add @Norse_Harold's above suggestion to prevent entities from being deleted more than once, and includes the changes to only return false; if the building is not a wall or palisade. This prevented any crashes until we started building walls. We did a game where we only placed walls on completely bare ground, completely avoiding trees and decorative entities, and the crash still occurred. -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
the best way to do it is just to get in a 1v1, don't use gift from the gods, and start building a lot of buildings. I can't reproduce it by building any specific building in any specific place, I just build until it crashes. -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
Ok I can confirm it only seemed like a roman thing because lots of ppl were playing romans. I just reproduced it with other civs. -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
@Grapjas made the original: https://wildfiregames.com/forum/topic/18003-suggestions-for-0-ad/?do=findComment&comment=579557 -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
Well, we could just scrap the 'walls delete trees' for the time being. -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
Were you in multiplayer? The crashes only seem to happen in multiplayer with a player opponent or spectator. -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
Also, did anyone observe a crash in a game where nobody played as romans? -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
@Norse_Harold what were your steps to try and reproduce the crash? Did you get any crashes with the patch you shared? lmk if you want to test something. -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
Well restoring return false was problematic as it would result in endless construction when building a wall segment on top of a tree. That being said, I was unable to cause the crashing after this change in 2 multiplayer games. -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
it would be interesting if this fixes the problem. Many of the problems have occurred when building over no entities, ie just building a farmstead when expected. -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
possible lead: https://gitea.wildfiregames.com/0ad/0ad-community-mod-a26/pulls/4/files#diff-f8ba294e053371dce7a50759dae18522c3e0c09a:~:text=out the way-,// out the way,},-// The obstruction always -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
Its very hard to reproduce. It has happened both with and without spectators. The only common denominator I know of is the romans. -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
All the errors appear (so far) to be related to rome. The only code that touched Foundation.js was the wall destruction of trees. Maybe @Grapjas can help. -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
commands.txtmetadata.json here is a replay in which it happened. It doesn't end on a particular command. interestinglog.htmloos_dump.txtI saw it mentioned that it occurred when a spectator joined from the lobby. -
Introducing the Official community mod for Alpha 26
real_tabasco_sauce replied to wraitii's topic in Gameplay Discussion
Ok, the new version is out! -
Tips and Tricks page
real_tabasco_sauce replied to Vantha's topic in Game Development & Technical Discussion
Personally, i think its pretty obvious. -
Oh, right. It might be, there's another autociv feature that could be added to vanilla.
-
They can be muted in game and in observer chat. And it carries over from the lobby and vice versa.