-
Posts
784 -
Joined
-
Last visited
-
Days Won
6
nani last won the day on October 12 2020
nani had the most liked content!
Contact Methods
-
Website URL
https://github.com/nanihadesuka
Recent Profile Visitors
7.003 profile views
nani's Achievements
Centurio (6/14)
856
Reputation
-
As Stan said, the new rules for mod.io uploads don't allow mods with the compatibility flag off and that change the simulation folder (even if they preserve gameplay simulation untouched).
- 492 replies
-
- 1
-
- building hotkeys
- visible corpses limiter
- (and 9 more)
-
nani started following Replay Pallàs — A platform to share your replays
-
New version 26.4.1 Updates - Added the lobby bots to the pingAll ignore list @Dunedan
- 492 replies
-
- 3
-
- building hotkeys
- visible corpses limiter
- (and 9 more)
-
@Vantha That is exactly what I wondered years ago. So I created an animation "framework" that works on-top of the UI code. If you know some javascript I'm sure you can extend what I did to support your use case of animated sprites. Here is the link to the code. https://github.com/nanihadesuka/autociv/blob/master/gui/common/animateGUIManager.js You are free to modify however you want. A good thing about the link, the class list the full extend of what you can possible change UI wise from the JS side. In my time, I did some deep research in the c++ UI engine code. (maybe some things have changed in 4 years)
-
The computer game jerks in multiplayer
nani replied to Tobias's topic in Game Development & Technical Discussion
That is expected, multiplayer attracts alot of jerks around ps: maybe PC not very powerful or running antivirus? -
Not possible directly. But maybe you can hack it around and implicitly get the values by creating a parent object that you can get it GUISize from Engine.getGUIObject(...) javascript call and have the children object centered & have the image at 1:1 ratio (I think you an customize the ratio by adding some string at the end, check the C++ code). Then by iterative approximation calculate when the parent object matches the child object size. Thus you will have the ratio (but not the real resolution). Another easier solution is to set all your textures to the same aspect ration so you can know it in advance.
-
I hope is more like AOE titans expansion, it had a nice story continuation. A remake with just new textures feels unnecessary
-
Guten tag @sim4seasons . Thanks for liking the mod, you are welcome As for the F4 key for shortcuts: it doesn't work because the newest 0ad now has an official hotkey editor, so I removed the one I did to not confused/duplicate functionality.
- 492 replies
-
- building hotkeys
- visible corpses limiter
- (and 9 more)
-
version 26.4.0 - special update New Custom default initial unit stance (you can change it in settings) @Langbart Better coloring and symbols for overlay stats Removed Set healer aggressive by default setting. Now you can use the custom initial unit stances setting. @Emacz as for skiri: for the aggressive stance setting add "Soldier&Swordsman"
- 492 replies
-
- 2
-
- building hotkeys
- visible corpses limiter
- (and 9 more)
-
Friday evening and challenge always go together :=D. Will try to add it as is something useful.
-
@BeTe you mention that the lag specially happens during big fights. This is probably due to the corpses that accumulate and need to be rendered. There is an mod called autociv that allows you to reduce the maximum number of corpses (go to settings page, then autociv tab), you might give it a try and see if it helps.
-
All places with chat
- 492 replies
-
- 1
-
- building hotkeys
- visible corpses limiter
- (and 9 more)
-
A long time ago in a code review far, far away ... https://code.wildfiregames.com/D2667
-
is it possible to read file time inside a mod?
nani replied to seeh's topic in Applications and Contributions
nop- 1 reply
-
- 1
-
I already knew the "quirk" but working as expected. In fact, if I remember correctly I did it this way on purpose so you can type as separator whatever you want. The teams separator can be anything. Regex: text.match(/(\d+)/g);
- 492 replies
-
- 2
-
- building hotkeys
- visible corpses limiter
- (and 9 more)
-