Jump to content

nani

Community Members
  • Posts

    778
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by nani

  1. Option to show less info in the statistic panel ? (like only phase, pop and res)
  2. version 0.16.1 Added: New console with autocomplete (Ctrl + C + L) Snap to edge for buildings (press Alt while placing) Original author: @vladislavbelov This feature is a backport from current svn a24 https://code.wildfiregames.com/D2079 Will automatically disable itself if not playing with a23 Current/max gatherers status bar (press Tab to see) Will show as a white bar above your buildings/units that can be gathered
  3. 2xFXAA 4xFXAA etc basically defines how far the FXAA algorithm looks for lines that can smooth. Turns out that FXAA is usually so cheap having it at max is a good default. Notice that I don't mean how many points are area samples but how far the algorithm will follow a line to smooth (and get a better result).
  4. Starting from 0ad 24 you have the ability to assign/reassign hotkeys with js for each page with Engine.SetGlobalHotkey(hotkey, function); They ones you mentioned are already implemented in the mod fgod from @ffffffff and @elexis has made a trac issue (https://trac.wildfiregames.com/ticket/5669) concerning what to include in 24 from it. Maybe this can also be added or at least considered.
  5. I think this is the best presentation I've ever read of 0ad. Good job !
  6. RenderSubmission seems to take ~50% of the the total render time (measure from the internal profiler). Maybe that part can be threaded as it consist of a bunch of loops (but seems the data from each iterated object is dependent of its parent object as it's seems to traverse to the root object till it finds all has been correctly updated).
  7. Doesn't make much sense to be honest.
  8. You need to know the port and the local ip of the machine hosting the 0ad game. The local ip is usually of the type 192.168.0.numberhere and default port for 0ad is 20595.
  9. ezgif-6-7a13a0a862cd.mp4
  10. Similar https://phabricator.wikimedia.org/T899 Ps: I noticed @Krinkle is on the discussion xd (if the same person)
  11. True I guess I didn't take into account the caching as I mostly create js files for my mods. I wonder if it's worth it for me tho to change it :/
  12. Made a script that I think would be useful for the modders out there. What it does: Creates a mod pyromod file Creates a mod zip file Creates a backup file of the original folder Names all generated files with the corresponding mod.json version defined Does some sanity checks. You can define a .gitignore file on the root folder of the mod Requirements: Python 3.8.0 or above Optional: gitignore_parser (to install use pip3) How to use: Execute with python3 make_pyromod.py from the command line and read options outputted. The three arguments: "origin", "destination" and "backup" default values are hard-coded as is easier for me this way. You can change them to your liking. make_pyromod.py
  13. Press Shift while placing building and if rotated when placed the next will also have that last angle.
  14. It's already in the game just not taken into account for the snapping (for now )
  15. When holding shift the placing angle should be preserved for the next building placing. For the code in question -> when the FSM state selection (input.js) is in INPUT_BULDING_DRAG and "mousebuttonup" event is fired tryPlaceBuilding should preserve the angle of the last building for the new building if var queued = Engine.HotkeyIsPressed("session.queue"); is true even if a snapping is happening.
  16. Set the "select" cursor when for e.g. hovering a button.
  17. Maybe mouse select state cursor would be nice.
  18. How do you model the base terrain? I find the terrain tools in atlas to lag too much and hard to use.
  19. Excellent. Idk if you already did it but might be a good idea to spread teams positions for a 4v4 in a way that they get half of the forest and half of the desert for each team. Can you share files or will be in SVN soon?
  20. Gaia units all share the same "Gaia" team. One way would be to have different Gaia teams with their diplomacy set as enemy. (Not implemented)
  21. metadata.jsoncommands.txtcommands_no_mods.txt Nice match from previous day. What started with what could be a regular old fashioned 3v3 match became a cleansing of whole Napata city with the bizarre combination of only elephants and rams + some iber cav. While the cleaning agency team was busy team 2 decided to make a visit at the holy mountain. Soon enough, it became an amusing act of survival for the only survivor of team 2 as he fenced us off. At the end, team 1 managed to outspam the poor soul and conquered his mountain hut. @Palaiologos @randomid @4rak @tucktuck @fredfarmer @0adpott @nani
  22. I love these coastal reefs, pity is very hard to emulate them in 0ad.
×
×
  • Create New...