Jump to content

Langbart

Community Members
  • Posts

    225
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Langbart

  1. 15 hours ago, ImmramAtani said:

    Probably related to #6116 @Langbart

    More related to #941 - [PATCH] Experiment with camera FOV (2/Sep/11) 

    @historic_bruno mentioned the issue that a higher field of view (FOV) causes this behavior. Ticket #941 comment:2

    Quote

    > [...] and also that the view quad on the minimap got messed up with a higher FOV [...]

    3.thumb.jpg.8d31a71d203778b13c293b7bc6791ff4.jpg

    @Ykkrosh (Philip Taylor) recommends: Ticket #941 comment:10

    Quote

     view.rotate.x.min [...] should always be at least > view.fov/2

    If you keep your current values and reduce the "view.fov" it should fix your issue.

    • Like 1
    • Thanks 1
  2. 2 hours ago, Lopess said:

    It must be some new update of Alpha 26 that I have not yet adapted the code, tomorrow I will fix it.

    the civ .json no longer contains: 'Name, Emblem, History and Formations' , the Templates.js looks for it in a25 but does not find it and throws an error. 

    change come with:

    Edit: the mod runs on a26; lovely architecture you have there

    • Like 3
    • Thanks 1
  3. 22 minutes ago, 0facts said:

    I can join some games, but not others. Those aren't private games, those are normal tg that I can't join for some odd reason. 

    @elexis gave an answer to a similar issue. 

    Quote
    [23:05:14] elexis the typical case for one host server being joinable by some but not by others is that the host hasnt forwarded the port, is using stun, and then the clients that can join the game can utilize STUN, and the ones that cant join the server cant utilize STUN, and they  cant utilize STUN because the ISP or local firewall blocks it
    [23:06:59] elexis https://en.wikipedia.org/wiki/STUN#Limitations
    [23:07:05] elexis basically technical mumbo jumbo
    [23:07:26] elexis the only thing in your power is to have the host forward their port
    [23:07:45] elexis then he can disable STUN, this way everyone or noone will be able to join
    [23:08:02] elexis I suppose this information should go into a dialog inside the game near the MP dialog

     

    • Like 1
  4.  

    4 hours ago, Freagarach said:

    Looks can be deceiving.

    Killed by its master.

    EDIT

    Spoiler

    Helped by @elexis

    1. You need to get the entity ID first.
      • open the developer overlay and toggle "Display selection state"
      • the horse has the ID "316"
      • 1686260341_Screenshot2022-03-23at21_57_01.thumb.jpg.3c7843c5a69e39931279e2c9a1dac7dc.jpg
    2. Now you can check the "commands.txt" file, each turn takes 200ms
      • At 7:40min (460.000ms) the unit dies --> 460.000/200 = ~turn 2.300
    3. At turn 2.303 the player command "delete-entities" for the entity ID "316" was triggered from Player 3 ("Emperior").
      •  54709365_Screenshot2022-03-23at21_52_35.jpg.dec7308f3f5a0c72ff60c6d03c04deb9.jpg

     

    • Like 5
    • Thanks 1
  5. 1 hour ago, Player of 0AD said:

    Newest version seems to lack some functionality like destroying own buildings and units @Langbart

    Does the problem persist after you delete the existing boonGUI folder and reinstall the mod?

     

    EDIT: I cannot reproduce the problem at the moment.

     

     

  6. The log shows that @tuxayo's PKGBUILD for AUR was last updated on 9/Jul/21

    @Li Chen you could try bisecting between the HEAD (latest commit) and the commit for 9/Jul/21 in the 0ad git repository, which is ffdb9fc89654c30c49e3a1470fd776437a0a8452 (git-svn-id 25821).

    git bisect start HEAD ffdb9fc89654c30c49e3a1470fd776437a0a8452

    Build the game and test if it works:

    git bisect good 

    otherwise 

    git bisect bad

    keep on doing it, until you get the message "<hash> is the first bad commit".

     

    PS: If you find that you have made a wrong biscet decision, run

    git bisect log > ~/bisect.txt

    EDIT the file and run

    git bisect replay ~/bisect.txt

    See: Git - git-bisect Documentation

  7. 10 hours ago, Philip the Swaggerless said:

    I am just getting into modding and have looked at the wiki tutorials.  I am modding SVN.

    This page is valuable it lists the components that can be added to entities and the XML syntax for their initialisation data.

    A small collection of informative links can be found on the FAQ page

  8. Version 2.2

    • Added a checkbox to hide the stats modes panel on the right side. @Nobbi
    • Replays show the length of the game above the stats panel
      • time.thumb.jpg.32f249bc8d1ba62593a146459bb17d49.jpg
    • Sound notification when a Hero dies
    • Amount of treasures and aura description for relics displayed in the HUD
      • relic.thumb.jpg.939b3e295eeeb1bbadb16246a55a047e.jpg
    • Enlargement of the arrow projectile by 25%

    v2.2.thumb.jpg.183e11a050f88b08139e45d82e666038.jpg

    • Like 4
  9. They are not supposed to cross the mountain. The problem did not arise with the A25, but was already present when this map was introduced and only occurs with maps with 2 players.

    Related ticket:

    • #6422 - Often no passable path on unknown map with 2 players (22/Jan/22)
  10. 15 hours ago, Radiotraining said:

    Noob question @Langbart : which program are you using? Looks very nice with the files tree on the side. I was casually using sublime editor but either I didn't know this feature or there is better software out there! ;)

    The one in the picture is called Visual Studio Code (VSCode), well designed and intuitive, updated monthly with new additions. Much beloved by Stackoverflow users (survey '21).

    • image.png.8c4cd867e019e5317b873b4cd45aa214.png
    Spoiler
    • it allows extensions via the built-in marketplace
      • 1492448592_Screenshot2022-01-16at00_02_05.thumb.jpg.08e15e947e33ea2815ebc296587a5c83.jpg
      • for example
        • XML Tools - XML Formatting, XQuery, and XPath Tools for Visual Studio Code
        • GitHub Repositories - Quickly browse, search, edit, and commit to any remote GitHub repository directly from within Visual Studio Code. 
        • Reload - add reload button
        • Material Icon Theme - Pretty icons
        • GitLens - Supercharge the Git capabilities
        • Cobalt2 Theme Official - I liked this style the best
        • ... many more. If you find some hidden gems send them to me.
    • it has a built-in terminal window that works well with my workflow
      • 660449965_Screenshot2022-01-16at00_02_56.thumb.jpg.d2d38c578735c74ad2040d4a806bd560.jpg
    • many tutorials
    • Settings can be adjusted via the GUI or through .json files. Nearly every part of VS Code's editor, user interface, and functional behavior has options you can modify.
      • image.png.a867947925cb255ae427cd54a23c008b.png
      • Useful settings:
        • "window.restoreFullscreen": true
          • VSC offers a lot, it should be maximum sized everytime
        • "editor.formatOnSave": true
          • Just a great feature to have
        • "files.trimTrailingWhitespace": true
          • remove whitespaces
        • "editor.detectIndentation": false
        • "editor.insertSpaces": false
          • I like tabs, @#&#036;% spaces
        • "terminal.integrated.persistentSessionReviveProcess": "never" 
          • Terminal restored the last session, I did not like it
        • "editor.renderWhitespace": "boundary"
          • Display hidden characters like: spaces and tabs
        • "terminal.integrated.gpuAcceleration": "off"
          • My terminal caused a reload everytime when starting VSC with this setting on
        • "telemetry.telemetryLevel": "off"
          • Don't spy on me.
        • "editor.bracketPairColorization.enabled": true,
          "editor.guides.bracketPairs":"active"
          • Colorful brackets
    • works well with GitHub
      • After you made changes click on the Source control menu ⌃⇧G
        Enter a commit message and click the little tick icon. To sync it with GitHub click the icon in the staus bar in the bottom left corner

      • Secret tip: Login into GitHub and press . (period / full-stop), this will open a fully functional version of VSCode in your browser. WOW!

    PS: VSCode is great for working on a project, for quickly open a file I use CotEditor.

     

×
×
  • Create New...