Guillaume Gelin
Guillaume Gelin
well IIRC it's mostly deprecated stuff and the main reason I wanted to use dgroups was to evaluate if there was something left to move into normal groups, if we...
@rafal1137 ? I know you can set the crosshair position here, but it doesn't get saved (edit: it does apply but it's not persistent across maps), hence the issue. If...
> Is your cg_althud set to the right HUD you changed the positions in? Discussed in the Discord screenshot above
``` ~/Library/Application Support/etlegacy $ grep -R cg_althud $ ```
actually, with `grep -Ri althud`: ``` ./legacy/profiles/ramnes/etconfig.cfg:seta b_altHud "2" ./legacy/profiles/ramnes/etconfig.cfg:seta b_altHudFlags "4" ./legacy/profiles/ramnes/etconfig.cfg:seta cg_altHud "2_copy" ```
but there is no mention of the crosshair position (edit: for this profile) in the `hud.dat`: ``` }, { "name": "2_copy", "parent": "2", "components": { "popupmessages": { "rect": { "x":...
in the parent, there's something: ``` }, { "name": "2", "parent": "1", "components": { "crosshair": { "rect": { "x": 0, "y": 2, "w": 32, "h": 32 }, "style": 4, "anchor":...
Complete file: [hud.dat.json](https://github.com/etlegacy/etlegacy/files/15060199/hud.dat.json) Also visible here ```json { "version": 3, "huds": [{ "name": "1", "components": { "compass": { "rect": { "x": 49, "y": -19, "w": 84, "h": 84 }, "style":...
Will it stay that way if you load another map? Config (without bindings / name) ``` seta r_depthbits "24" unsafe seta s_initsound "1" unsafe seta r_mode "18" unsafe seta ui_browserMaster...
Sounds very similar to #2453 #4162 #4250 #4302 Are you on Wayland or X11?