Jump to content

nani

Community Members
  • Posts

    778
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by nani

  1. nani

    Spec mod

    I dont know what load order the simulation files have. The file might be being loaded after its used or not accesible from that folder, try copying the file where you use it but be careful to not name it the same as the others.
  2. nani

    Spec mod

    Adding new methods to the GuiInterface component doesn't trigger OOS and if you only extract data from the simulation then you can guarantee no OOS as it doesn't affect the simulation
  3. nani

    Spec mod

    Measure the getMultipleEntityState and the engine call separatly. get state is a very heavy operation as it returns all kind of data when you only really need some (you can create your custom get entity state specific data function I guess) if irrc the get state function uses a local cache to increase performance but also gets cleared every new simulation turn as (state data changes) so the cache might not be much of use in this case :/
  4. What the GUI needs is scrolling for generic GUI objects, the other options are just duct taping.
  5. nani

    Spec mod

    also https://code.wildfiregames.com/D920
  6. nani

    Spec mod

    you cant set styles dynamically, they are processed when the gui is loaded but there isnt code that handles it when the object style is modified from js you can however change the font and color as xml in the text with js
  7. nani

    Spec mod

    Should be easy, look at @ffffffff fgod mod code, specially at the stats overlay and the statistic window where he added the techs list. As for performance try doing it the naive way and limit it every 1 sec or so, in the case of taking too much many ms try doing partial updates. I suspect the actual rendering of text changing all the time will be the most expensive part so take that into account too.
  8. @vinme 0ad uses https://en.wikipedia.org/wiki/Elo_rating_system as far as I know.
  9. You have probably changed the contrast or the hdi strength with in the code, usually those are at the end of the map script code, check that.
  10. The map browser could be handly for this: select maps clikcing on them -> they get highlighted in special color -> other players could see selected ones -> use them, maybe make option to save list -> ??? Ofc none of this is supported by vanilla but can be done anyways and be compatible with non mod players. svn 24 did some gui code structure changes that could make it more viable altrough you need some time to get used to the new code. You can start trying the basic and see where it goes by making a mod, ignore edge cases and custom config options for the time being.
  11. Try good old reinstall. Do you have mac ? maybe some new update is blocking 0ad from starting up.
  12. metadata.jsoncommands_no_mods.txtcommands.txt Teams: May Gods : @MarcusAureliu#s @nani OPteam : @JC (naval supremacist) superPOSITION
  13. nani

    Flickering

    @vladislavbelov
  14. nani

    Flickering

    Doesn't look like an GPU OOM and more like a depth fighting issue with the transparent objects when projecting the shadows? maybe .... also reminds me of the behavior of the silhouette flickering/disappearance bug, maybe they are both connected to the same issue? maybe ... @vladislavbelov we need your knowledge???? @Mr.lie videos 300 mb 30 sec -.- I know they look good but takes 5 min to download, compress before hand pls (also the forum server must store all these gb of uncompressed data)
  15. Known issue, most probably the texture manager loading the wrong texture. I've seen it happen in the GUI, main menu, wall, metal mines, map preview, etcc. The grey is because no texture is loaded. The bolt <-> relic is probably a change from @ffm2 mod?
  16. Doesn't reshade apply the glsl effects on the gui too?
  17. "hotkey.autociv.session.entity.by.class.select.(Soldier|Siege|Dog)&!Ship": "Alt+S", add "Healer" class (disable the old one) "hotkey.autociv.session.entity.by.class.select.Healer|(Soldier|Siege|Dog)&!Ship": "Alt+S",
  18. Welcome to the underworld What effect was it ? maybe we can replicate with glsl shaders
  19. There is no way to know if someone is using autociv or any other hidden mod currently and probably is impossible to prevent.
×
×
  • Create New...