Jump to content

andy5995

Community Members
  • Posts

    505
  • Joined

  • Days Won

    9

Everything posted by andy5995

  1. Here it just happened when starting a25 (package installed on Manjaro 21.3.1)
  2. @Stan`I did that above but it doesn't show the mouse pointer or the blank space at the top.
  3. K, I see that when I change the 'true' arg to false, then units can capture the wonder. Engine.QueryInterface(this.gaiaWonder, IID_Resistance).SetInvulnerability(true); Unfortunately it also means the wonder can get destroyed. So we need a way to make it invulnerable to destruction, but not to capturing.
  4. Happened after I made some changes to a random map and restarted 0ad.
  5. This happens in a25 and a26. If I have a group of units selected and use Alt+double left-click, nothing happens. If I do it again, all other units get deselected (except for the one I've double-clicked on). If I select a single unit, hold down shift, then use Alt+double left-click, then all units get selected. If I have a group of units selected, and I use Alt+ right-click, I have to do that twice for a single unit to move from the group to gather, repair, move... I have a Logitech K120 keyboard. I've had it for like six years now (though I recently upgraded it to a third-gen model but that didn't make the issues I've been having go away. Is anyone else experiencing this since a24 or a25 was released? system_info.txt
  6. When I start 0ad (./pyrogenesis -writableRoot) this happens about 20 or 30% of the time for me, kind of random, I'm not sure how to reproduce it yet. This screenshot doesn't show exactly what I see, but the top 10% of my screen is blank. To get the "ok" button to highlight, the mouse pointer has to actually be hovering *above* where the "show this message in the future" text is displays. Then I can click and it will act as if I clicked on "ok" even the mouse pointer isn't on the ok button. Pressing alt+enter twice corrects the screen. I'm also attaching system_info.txt system_info.txt
  7. Me and @Jammyjamjamman fixed an error in fert_triggers.js yesterday and played Fert for the first time. It's a pretty cool map. Thanks for sharing it, @nani Question though: It seems that the only way to capture the wonder is to build a CC near to it (units can't capture it). Is that intended? Also, if a CC that is near it (and has therefore captured it) has been destroyed, ownership of the wonder doesn't revert back to Gaia... In effect, it seems like whoever captures the wonder first will win the game no matter what. Is there some code we could add that will make the wonder loses ownership in that case? We had wonder option enabled and set to five minutes. (This map is currently included with the community maps 2 mod)
  8. I released Community Maps 2 v0.26.0 today, which is compatible with 0 A.D. a26.
  9. Anyone like the idea of the docks producing hospital ships? Or would that be too historically inaccurate? In the game, I see them as healing garrisoned units, possible even if a temple hasn't been built yet.
  10. @FreagarachI just noticed this question now. We haven't tried yet. If we do, we'll let you know. Right now we're both using the git version with the formation patch applied. We've played a few games now with no errors (with the mods enabled).
  11. Me and @Jammyjamjammanadded a random map that's based on this concept to the community maps mod. Again, it's just a slightly modified continent.js. The skirmish maps mentioned above have been removed. The map is called Homer's Delight.
  12. Ah.. the period at the end of the URL was interfering... works now.
  13. Instead of declaring a server as "official", due to the problems @Stan`, what might be useful is for 0ad to choose 2 or 3 existing servers and list them on the 0ad website, noting they are "unofficial/unmoderated by 0ad team members". I think discussing the idea as using Revolt for an official server is far too premature at this point. More people need to use it to decide if it's stable enough, imo. @Stan`you might want to check out Zulip chat sometime. it's easy to use, and keeps a history. It's not geared toward gaming communites, imo, but more for software development collaboration or other team-type stuff.
  14. What does anyone think about a change that would make it so ships could only be repaired if they were near a shipyard or dock? Instead of the ships having the ability to get repaired by any citizen worker near a shoreline, they could only get repaired by a "healing" aura of a shipyard (like a temple heals units)?
  15. At git commit e0898f7c879269cf8f13004c4bb462520ad2c384 Had some problems repairing ships. Several times the ships were touching the shoreline, but when I ordered units to repair, they just approached the ships but didn't do any repairs. I selected some units again, ordered them to repair, and still they didn't repair. Also on 2 separate ocassions, had some script warnings or errors in the game console. I forgot to record them later, but maybe these are what they were (from mainlog.html) 208554-<p>Net server: Received message CEndCommandBatchMessage { m_Turn: 26129, m_TurnLength: 0 } of size 9 from [69D7E100...]</p> 208555-<p>Net server: Received message CSyncCheckMessage { m_Turn: 26126, m_Hash: \u00b1\u00c3\u00da\u008f\u00f4\u00dc\u0081\u00f2:\u00a1P\u00f9\u00da>H\u00ca } of size 27 from [69D7E100...]</p> 208556-<p>Net server: Received message CEndCommandBatchMessage { m_Turn: 26127, m_TurnLength: 0 } of size 9 from [97B1E81C...]</p> 208557-<p>Net: Sending message CEndCommandBatchMessage { m_Turn: 26127, m_TurnLength: 200 } of size 9 to [97B1E81C...]</p> 208558-<p>Net: Sending message CEndCommandBatchMessage { m_Turn: 26127, m_TurnLength: 200 } of size 9 to [69D7E100...]</p> 208559:<p class="error">ERROR: JavaScript error: simulation/components/Formation.js line 931 208560-Script value conversion check failed: v.isString() || v.isNumber() || v.isBoolean() (got type undefined) 208561- Formation.prototype.ComputeMotionParameters@simulation/components/Formation.js:931:16 208562- Formation.prototype.AddMembers@simulation/components/Formation.js:449:7 208563- Formation.prototype.ShapeUpdate@simulation/components/Formation.js:973:8 208564- Timer.prototype.OnUpdate@simulation/components/Timer.js:139:44</p> 208565:<p class="error">ERROR: Script message handler OnUpdate failed</p> 208566-<p>Net server: Received message CSyncCheckMessage { m_Turn: 26124, m_Hash: \u00f3O+3\u00d0#j\u00b7\u008f\u00d7\u00ea\u00d33\u00a7\u0016\u00c1 } of size 27 from [97B1E81C...]</p> 208567-<p>Net client: Received message CEndCommandBatchMessage { m_Turn: 26127, m_TurnLength: 200 } of size 9 from server</p> 208568-<p>Net server: Received message CEndCommandBatchMessage { m_Turn: 26130, m_TurnLength: 0 } of size 9 from [69D7E100...]</p> 208569-<p>Net server: Received message CSyncCheckMessage { m_Turn: 26127, m_Hash: Mj\u00f85\u00a30\u00db\u0084\u00d6Zt\u0003b\u0000\u00c1\b } of size 27 from [69D7E100...]</p> 208570-<p>Net server: Received message CEndCommandBatchMessage { m_Turn: 26128, m_TurnLength: 0 } of size 9 from [97B1E81C...]</p> -- 214084-<p>Loaded config string "sound.notify.gamesetup.join" = "true"</p> 214085-<p>Loaded config string "userreport.enabledversion" = "0"</p> 214086-<p>Loaded config string "userreport.id"</p> 214087-<p>Loaded config string "watereffects" = "true"</p> 214088-<p>Shutting down profiler2 GPU mode</p> 214089:<p>Engine exited successfully on 2022-06-21 at 15:31:14 with 214034 message(s), 2 error(s) and 0 warning(s).</p> Are there any other files that game console errors are recorded? commands.txt metadata.json
  16. Hi. I started a new GitHub organization and added a repo to it: https://github.com/Protect-Children-From-Violence/Protect-Children-From-Violence On the repo settings, I enabled it to be a public template repo, so it can either be forked or be recreated under anyone's account as a detached project. If you'd like to be invited to the org, just let me know here what your GitHub username is. Joining the org has no practical purpose... unless you set your visibility to "public" to help display how many people are interested in the "project". If anyone is wondering, at this time I don't actually have any code planned for the repository.
  17. @Lion.KanzenWhat do you find amusing, my friend?
  18. So much death and destruction happens on this map
  19. A new random map that'll get included with the next release of cm2: Stan's Sorrow (some code pinched from the Ardennes Forest map; thanks @maroder) Some of the heights are randomly generated and will be different every time the map loads. Supports 5 different team placements: circle, Beside Allies, stronghold, line, random group.
  20. Me or @Jammyjamjammanwill help if you get stuck. You'll first need to just remove your existing local clone, then fork the repo, then make a clone of your fork. That way, when you make a branch and push, you'll have permissions, because you're pushing to your fork, not the main repo. I hope that helps clear things up a little!
  21. Yes, maintained by Arch Stanton (my other alias). It's a fork, but the original hasn't been maintained since Dec of 2019. I know you've had a GitHub account for a few years, so feel free to make a pull request whenever you'd like it added.
  22. I've only played in the lobby a few times in the past several month, but last night I got called a piece of @#&#036;% by Trashy because I didn't see he needed help while I was building a fort, which I was building near his base to help defend better in the long-term. Called a noob by him, said I wasn't doing anything, and he announced my pop publicly to the enemy team. I can ignore trolls like that easily enough, and I know that there are just gonna be people like that in any kind of RTS or even Internet "community", but it really doesn't make for a fun game. commands.txt metadata.json
  23. @fmmaksThanks for the report. Apparently this will be corrected in the next release.
  24. Thanks. That map is Jammy's Despair, included with the community maps mod.
  25. I don't know if there's already code or a function that does something similar, but here is some code that randomizes the heights over the entire map when its generated: g_Map.log("Generating random heights"); for (let i = 0; i < 100; i++) { let centerPosition = new Vector2D( randIntInclusive (mapBounds.left, mapBounds.right), randIntInclusive (mapBounds.top, mapBounds.bottom) ); let size = randFloat(1, 16); let coherence = randFloat(0.35, 0.85); // How much the radius of the clump varies (1 = circle, 0 = very random). let smoothness = randFloat(0.1, 1); // How smooth the border of the clump is (1 = few "peaks", 0 = very jagged). let height = randFloat(-12.0, 40); let blendRadius = randFloat(10, 16); createArea( new ClumpPlacer(diskArea(size), coherence, smoothness , Infinity, centerPosition), new SmoothElevationPainter(ELEVATION_MODIFY, height , blendRadius)); } var playerBaseRadius = defaultPlayerBaseRadius() / (isNomad() ? 1.5 : 1); g_Map.log("Flatten the initial CC area"); for (let position of playerPosition) { createArea( new ClumpPlacer(diskArea(playerBaseRadius * 1.6), 0.85, 0.45, Infinity, position), new SmoothElevationPainter(ELEVATION_SET, heightLand, 12)); } The entire (unfinished) map code is at https://github.com/0ad-matters/community-maps-2/pull/41/files
×
×
  • Create New...