-
Posts
784 -
Joined
-
Last visited
-
Days Won
6
Everything posted by nani
-
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
- 492 replies
-
- building hotkeys
- visible corpses limiter
- (and 9 more)
-
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.
-
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".
- 492 replies
-
- 2
-
- building hotkeys
- visible corpses limiter
- (and 9 more)
-
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.
-
Blender AddOns, Materials & Tutorials.
nani replied to Alexandermb's topic in Tutorials, references and art help
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. -
Possible to create commit with patch?
nani replied to badosu's topic in Game Development & Technical Discussion
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. -
Probably I'm behind some of the dead end options here: oh well, whatever ty anyway.
-
Some host that use stun I can join but most I can't. What is stun.ekiga.net?
-
I've ipv4 100% sure
-
I dont think enet ipv6 has enything to do with stun Maybe @Lefo can tell us as he knows stun network stack very well
-
Me too, it sucks
-
This can be done easy with a dotted sprite and some code changes
-
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"
-
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.
- 492 replies
-
- 2
-
- building hotkeys
- visible corpses limiter
- (and 9 more)
-
yep
- 492 replies
-
- building hotkeys
- visible corpses limiter
- (and 9 more)
-
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.
-
How to definitively change original hotkeys of the game
nani replied to Odin_1988's topic in General Discussion
Nice :P -
How to definitively change original hotkeys of the game
nani replied to Odin_1988's topic in General Discussion
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) :) -
Buen mini tutorial en castellano de introducción al multiplayer de 0ad.
-
Best way to have students join online games
nani replied to allalongthetower's topic in General Discussion
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. -
I can't see the new icons with the mod enabled :(
-
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.