Jump to content

sarcoma

Community Members
  • Posts

    363
  • Joined

  • Last visited

  • Days Won

    3

sarcoma last won the day on March 31 2025

sarcoma had the most liked content!

2 Followers

Recent Profile Visitors

6.141 profile views

sarcoma's Achievements

Duplicarius

Duplicarius (4/14)

208

Reputation

  1. Hi, @Atrik can you fix /pingall so i dont have to do it every new version? Line 14 ChatCommandHandler~autociv.js const ignore = new Set([selfNick].concat(this.botsListIgnore)); -> const ignore = new Set([selfNick].concat(that.botsListIgnore)); change 'this' to 'that' and add "WFGBot" to botsListIgnore
  2. try renaming to .local/share/0ad/mods/ModernGUI
  3. @Atrik: fix pingall pls Line 15 ChatCommandHandler~autociv.js const ignore = new Set([selfNick].concat(this.botsListIgnore)); const ignore = new Set([selfNick].concat(that.botsListIgnore)); change this to that and add "WFGBot" to botsListIgnore
  4. thank you, i'm just getting used to moderngui's many changes, but it's good to have this as a backup plan
  5. not that easy, dialog pages changed this alpha. Thanks, @guerringuerrin. Modern gui already updated this
  6. are u using linux? maybe u need something like noto-fonts, noto-fonts-cjk 0ad version? mine has only a few
  7. isnt the yelloish color too close to the background?
  8. Great idea, leitoso. Luanti is a good example of a c++ engine with Lua modding interface. https://docs.luanti.org/for-engine-devs/script-engine/
  9. there seems to be a problem with rally point for romans. select all barracks, set rally to trees or something. trained units stay idle next to barracks. doesnt happen with other civs
×
×
  • Create New...