Jump to content

nani

Community Members
  • Posts

    784
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by nani

  1. version 0.16.9 Changed: Snap to edge disabled by default and enabled pressing Alt. Can be inverted in changed user.cfg. Added: Chat text position and size preferences: To change modify to your liking: autociv.session.chatPanel.size = "0 130 100% 100%-240" autociv.session.chatPanel.size.change = "false" autociv.session.chatText.font = "sans-bold-stroke-14" autociv.session.chatText.font.change = "false" @danieljames626 The options to change the chat position and font. I didn't implement that window snapping as it would go too far from the purpose of this mod. So you wanted the chat more centered in the screen and bigger text no? So your user.cfg would look something like this: (moved 300 pixels of the left side and bigger font) autociv.session.chatPanel.size = "300 130 100% 100%-240" autociv.session.chatPanel.size.change = "true" autociv.session.chatText.font = "sans-bold-20" autociv.session.chatText.font.change = "true" All the font disponible in the game are these (is how the game engine handles fonts size -.-): mono-10 mono-stroke-10 sans-9 sans-10 sans-12 sans-13 sans-14 sans-16 sans-bold-12 sans-bold-13 sans-bold-14 sans-bold-16 sans-bold-18 sans-bold-20 sans-bold-22 sans-bold-24 sans-bold-stroke-12 sans-bold-stroke-13 sans-bold-stroke-14 sans-stroke-12 sans-stroke-13 sans-stroke-14 sans-stroke-16
  2. Maybe slingers should be able to make only damage up to a certain point for buildings as realistically they cant take down a castle but do can make mid/small damage.
  3. Fix: Disable "post-porcessing" in Menu -> Options -> Graphics to fix. Cause: The mod also adds "screen effects" like FXXA (antialiasing) + image sharpening + chromatic aberration effects. The code for those effects seems to not work quite as intended for some graphic cards and make the image "pixelated".
  4. If you want I can include this option in my mod (already has little features asked by other players) https://wildfiregames.com/forum/index.php?/topic/24649-autociv-mod-0ad-enhancer/ Just ask there for what/how exactly you want it or what options should have.
  5. You code should work but I guess that this should have better official support from 0ad as the cases keep getting more complex
  6. Yes. I was also weird out by the decision when I first saw it, as the pyrogenesis engine has a gui toolkit of its own, also would inter-operate "more directly" with the rest of the code maybe the theme would be less RTSy.
  7. Unfortunately (or not ) someone already uploaded a similar patch fixing the same issue (https://code.wildfiregames.com/D1587). You gotta check beforehand if an existing patch/trac issue already exist specially given 0ad trac record of bugs and patches on queue since 3+ years or so.
  8. Probably I'm behind some of the dead end options here: oh well, whatever ty anyway.
  9. Some host that use stun I can join but most I can't. What is stun.ekiga.net?
  10. I dont think enet ipv6 has enything to do with stun Maybe @Lefo can tell us as he knows stun network stack very well
  11. This can be done easy with a dotted sprite and some code changes
  12. You can do this with the most recent version of autociv creating your own custom entity (unit) selection hotkey and specifying what to select with filters Example for your case (add line to user.cfg): hotkey.autociv.session.entity.by.class.select.Soldier&!Ship.by.health.wounded = "Alt+O"
  13. version 0.16.8 Improved: Snap to edge for buildings active by default (Alt to deactivate) also now will return to normal placement mode if no snap mode positions are found. Added: Game setup: countdown command to start game when all are ready. Custom units/buildings hotkeys filters: you can create your custom hotkeys with more precision by typing the filters you want. Example: hotkey.autociv.session.entity.by.class.select.Soldier.by.health.wounded.by.rank.3 = "G" //this would select all wounded soldiers of rank 3.
  14. Search for an existing ticket of the bug or make new ticket in https://trac.wildfiregames.com/ Seems to be an edge case bug where the territory ownership on the border makes weird things.
  15. Keep in mind you must restart 0ad after you make any changes to user.cfg to have any effect. Also try to avoid hotkeys with same keys as it can cause weird behavior (like activating two actions at the same time) :)
  16. Buen mini tutorial en castellano de introducción al multiplayer de 0ad.
  17. Your students and you want pizza but only can ask of one type. If you all want to share the pizza the students and you can't ask for different toppings as you share the same pizza.
  18. I can't see the new icons with the mod enabled :(
  19. I prefer the old ones. Reasons: Have a more defined outline Each has an unique style but share a "theme" of sorts. Old school style suits RTS well. They icon are quicker to differentiate from others compared to the sleek now ones. Don't fix what's not broken. Improvements that could be made to old ones: Resize all icons so they share the same similar size. Improve them doing a "remaster" of the old ones but keeping the essence of the style. Summary: I like the new ones too but the old ones serve well and there is no need to replace just because of it.
  20. nani

    script

    For map triggers ask @elexis.
×
×
  • Create New...