Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 2020-06-06 in all areas

  1. Aye Pirates Mod attached as .zip version 0.9 BLM Captain your crew in the Carribbean back in the 17th century ... Boats -- Whales -- Boars -- Cannon(ish) -- Slaves (can become free) Muskets -- Original Music -- Re-worked gameplay -- Tides!!! I know Lion has asked for screenshots but my rig is broken ATM. More to follow ( I hope) Enjoy! aRRRRRRRRRRR - happy ps its really rough and a work in progress here is the hash ayepirates_0.9.zip MD5: 4e01f885ee0d237f09cdc5fe6ee4317b ayepirates_0.9.zip
    4 points
  2. Recently we have announced a new modern submarine simulator as a work in progress project. Modern Naval Warfare The trailer was revealed a couple of days ago and the music is written by a known artist to the community of Oad, Omri Lahav. Thanks Omri ;-) and O A.D. for helping us find him. the MaslasBros
    4 points
  3. Hi everyone, I am happy to present a 5-part campaign titled "Macedonia: Rise to Power"! The campaign covers the times of Philip II and ends shortly before Alexander the Great gains control of the kingdom. Some screen shots are included later in this post. The scenario files for A23 can be found here:; https://github.com/SciGuy42/Macedonia_0ad For A25, conversion is still underway. The first 5 missions have been converted and can be found on the a25 branch of the github: https://github.com/SciGuy42/Macedonia_0ad/tree/a25 To install, you must download all files from the maps/scenarios/ folder in the repository and place them in the /maps/scenarios folder where your custom scenarios built with atlas are saved at by default. On Linux, this should be at /home/<user>/.local/share/0ad/mods/user/maps/scenarios. Note that for A25, you also have to put the Trigger.js file from the repository into your custom mod folder. Most of the scenarios rely heavily on scripts so make sure to also download the .js files which also go in the maps/scenarios folder containing your scenarios. The scenarios feature more or less typical build and conquer mission, as well as sieges and battles without much building involved. Make sure to read the text in the description of each mission before you play it. Often, there are intelligence reports that can be quite useful. In many cases, there are multiple ways to approach the mission strategically. The AI should be set to Petra, I recommend Medium or Hard difficulty with Balanced option. It's totally fine to play it on easier difficulties as well, especially on the first try. Hope you enjoy! I am definitely looking for feedback -- there may certainly be some bugs or inconsistencies or issues -- please make note and post! I am looking to do a round of updates in about 2 weeks but need to take a break now. If my wife hears the opening music of the game one more time, I'm in trouble UPDATE Nov 2021: - The campaign is now complete with 45 missions, starting with Phillip's rise to power and ending with Alexander's death. Conversion to a25 from a23 is currently underway. UPDATE Oct 2 2020: - Added Missions 16 and 17, covering Alexander's conquest of Tyre. Also made small changes to some scenarios based on feedback from the users. UPDATE July 27 2020: - Added Missions 11-15 covering Alexander's conquest of Asia Minor UPDATE June 19 2020: - fixed some of the winning conditions bugs that were reported - added support for difficulty levels -- switching the AI between Medium, Hard, and Very Hard will now often result in effects beyond gather rate (e.g., more troops garrisoned in enemy towers, better starting teach for enemy, etc.) - Enemy units that spawn and attack now usually march in formation - Added wall towers to fortified cities and settlements I will shortly be posting the next set of five missions. Thanks for all the comments and private messages. And here are some screen shots: UPDATE June 25 2020: Added the next set of 5 missions, comprising Alexander's Balkan Campaign. Features a naval map, new scripts and triggers, and another siege. Enjoy! Some screenshots (minor spoilers): Some screen shots from missions 11-15: Shots from 16 and 17, the conquest of Tyre:
    1 point
  4. 0 A.D. Development Report: September 2019 – May 2020 Wildfire Games, the international group of volunteers developing 0 A.D. : Empires Ascendant, is happy to present its latest development report. If you want to find out more about the development of this open-source, cross-platform real-time strategy game or if you are interested in game development in general, it might provide an interesting read. If you want to be part of this project, feel free to visit our forums and join our active community, or just grab a task from our list of open tickets and get right to it. We are currently looking for Programmers, Translators, Historians, MapMakers, Animators and Artistsa. *names written in bold black are Wildfire Games staff and names written in bold grey are community members Summary Programming We have been working on improvements on performance, both graphical and non-graphical, to make the next Alpha run more smoothly. The map editor will no longer be laggy (creation should not be hindered!) when changing the height. You can also now search the entities in a non-strict manner, e.g. “units ptol hlr” would show “units/ptol_support_healer_a” in the list. Art Greeks, Iberians, Celts, Romans, and Carthaginians have received visual updates, with better helmets, shields, and props. Flora has also been improved with better trees, and more variety in plants and props that can be placed over the maps in the scenario editor. The bear and the baby elephants now have animations, and hippopotamuses can now be placed using the scenario editor. Special artillery towers have been added to the game, as well as a new Gaul wonder and the Mausoleum at Halicarnassus. New sounds for weapons and for some animals have been committed. Balancing Work has been done towards improving gameplay to fix the current balancing issues with the help of some of the best ranked lobby players and some modders. Internationalization 17 languages have reached more than 90% of translation. Programming The whole team would like to welcome Angen as a new member. Angen has been an external contributor since the beginning of 2018 and has done a lot of work towards unit behaviour improvements. He is currently working on improvements on the formation system along with general unit behavior improvements. Angen added the ability to allow cancelling trade routes. He committed some fixes for formations. He implemented the ability to display tools instead of weapons when units are approaching resources. He made the trade gain by garrisoned entities configurable which will allow for a finer balancing a75397425a3774fd.mp4 bb has also been working on various smaller code fixes with the goal to improve consistency and to make unit templates cleaner and he fixed the lag that appears on windows when shift is pressed. elexis committed a patch allowing for map specific placement in the GUI game setup page, continued working on the GUI rewrite and fixed some bugs. He implemented game-setup options for landscape and daytime and added morepreviously uncredited people to the credits. FeXoR and nani have been working on the procedural generation of maps, to allow for more realistic maps. Freagarach made it possible for the same entity in multiple control groups (ctrl + number hotkeys). He allowed for status effects to affect unit speed (e.g. slowing down a unit when hit) this will be particularly useful for mods with magic. He also added a progress bar to show the upgrade status. Mods can now make projectiles deal friendly fire. This is currently unused in the game. He also allowed for some resources to not be barterable in the market, this will also be used in mods such as 0abc (link) and Delenda Est (link) upgrade-animations-and-progress-bar.mp4 Imarok fixed an error warning with AMD CPUs, fixed the display of actions cursors over the minimap and the usage of the patrol action, and did some cleanup in the minimap code. Itms worked on some improvements to the continuous integration system. He also did some library updates for NVTT (NVIDIA Texture Tools), the library we use for our textures, with the help of adrian and s0600204 on a library called FMT (This library is used to print warnings and errors). He also worked on build fixes for Mac OS. Krinkle worked on fixing JavaScript warnings, and submitted a few fixes for MacOS support, as well as some to improve the game’s CI. linkmauve did some cleanup of the rendering engine, by removing old platform specific code which was either deprecated or superseded by SDL2, and worked towards improving multithreaded debugging. Nescio has done a lot toward improving consistency in our files, renaming them to match the same conventions, and making them easier to deal with by simplifying some of them. For example all our map files had inconsistent naming conventions, and the presence of whitespaces in their name caused issues. Stan has created a feature for mods to allow buildings to construct themselves without the need of units. He made some optimizations to the engine, and did some cleaning up of the code. He also improved the scripts that help artists check for mistakes, and made a Blender importer for game objects, reducing the amount of work it requires. He also added the ability to play visual animations when a building is upgrading, and when a tech is being researched. He is currently working with the help of OptimusShepard to fix an issue with recent AMD CPUs. If you have Zen 2 CPU and want to help please head to this forum thread and tell us. Autobuildable video (3D Printing house) Researching animations user1 and Dunedan are working on upgrading the lobby backend to be able to provide new features for the next Alphas. vladislavbelov continued working on the rendering engine to bring improved performance and visuals. The next alpha will feature a FXAA filter, allowing models to look less jagged. He also worked on better tools to debug the renderer and easier access to those through the game. He added an option to use low quality shadows on more modest machines. He also worked on the map editor, allowing it to save the panel size between each session so one does not have to resize them every time, and a non-strict search to the Atlas entity list. He is currently working with Stan to add an option to resize the map with a specific offset. Snapping (1).mp4 Snapping to buildings (video) Screenshots with/without FXAA wraitii has worked on improving the engine, cleaning the code to make it easier to extend and to optimize. He has also been reviewing patches from Freagarach with aim to add gameplay features, such as status effects. Status effects will allow units to deal more realistic damage to others. For instance, it will allow flaming arrows to keep dealing burning damage after a unit has been hit. status-effect-test2.mp4 Art Alexandermb added a Transversal Crested gallic centurion helmet, sheaths, new idle relax animations for the hoplite, and scutum shields. He also made some citizen animations for the slave and siege engine operators. Likewise, there are some new Gaul idles for swordsman and new pikeman attacking animations, new Roman republican and imperial shields, gladiator helmets, Celtic Carnyx, while he finished the bear animations, hippopotamus animations, worked on improving camel animations and gave more options to modders, new animations for siege engines and improved existing ones. He worked on improving the shield textures, allowed elephant turrets to attack by giving them an attack animation, and animated the baby elephant. 5253d395bfdc8c4e.mp4 Bigtiger has worked on some gorgeous new elm trees, new poplar trees and improved the flora LordGood added new Ptolemaic houses, committed Enrique's pines, artillery towers, new unit sounds, Hungarian oaks, bolt tower and amphitheater, updated Ptolemaic sentry tower and added a new obelisk. He has worked on a few beautiful maps and provided screenshots for advertising on social media. Artillery Towers Hungarian oaks Pompeii amphitheatre for Romans in scenario editor New Ptolemaic houses Sahyadri Buttes, a new 5 player Skirmish map Atlas Valleys is a large 8 player skirmish map Samulis created new cattle sounds. Stan added an orange firefly particle and committed new improved berry bushes by BigTiger. He updated outdated icons and cavalry icons to use the new horse assets. There are now new lavender, new bluefin tuna textures and animations. Lately he has developed new icons for the unit actions and for status effects. He created three textures and icons for bears (polar, black, brown), made two hippopotamuses textures and created a model for the Mausoleum at Halicarnassus. He also replaced the current Gaul wonder by a more historically accurate one: the sanctuary of Corent. Sanctuary of Corent Fireflies raw2.mp4 bear Mausoleum at Halicarnassus Hippopotamus wackyserious improved textures for Greeks, Iberians, Romans, and Carthaginians. Judean slinger Iberian Spearmen Roman Advanced Cavalry Cretan Archer Iphicrates Roman TRIARII wowgetoffyourcellphone made some Corinthian helmet portraits, worked on some animals portraits and has given feedback on gameplay and icons and has made some of the screenshots in this development report. Miscellaneous Balancing Nescio worked with Stockfish, Badosu, ValirAnt, FeldFeld, and borg- to get some gameplay balancing patches, which were committed by other members. Documentation Beau fixed some mistakes in the documentation.² Beise is currently translating the wiki from English to German. Nescio has also been updating the English style guide, corrected many templates for consistency, and standardized hero aura descriptions and generalised tooltips. Finances Jeru made a new financial report and submitted a development report to SPI our financial sponsor. Thank everyone for all the donations. You can see more information about supporting us financially here: https://play0ad.com/community/donate/. Lobby user1 and elexis continue their work moderating in the multiplayer lobby. user1 created a a special thread on the forums to report all issues regarding the lobby. Interviews Freagarach gave a presentation at Sogyo Stan gave an interview for the Waffling Taylors podcast (https://wafflingtaylors.rocks/). The podcast should be available in June. He gave an interview with Picasoft (in French - you can find an English transcript here). Picasoft is an association at the UTC (a French school) you can read more about it here. He also gave a presentation at Avanade He also held a stand at the Capitole Du Libre in November 2019. You can find a summary here vladislavbelov did a presentation in FOSDEM 2020 about graphics pipelines in 0AD. See this thread for more information. Translations 16 languages have reached more than 90% of translation. If you want to help with your native language head over to Transifex. Gallaecio has been improving and correcting the English descriptions in-game with the help of Nescio Tournaments There has been quite a lot of activity on the competitive side! Most of the replays are available on the forums, so you can see some of the best players in action. derekO organized “double elimination” a tournament fpre organized a “survival” tournament HMS-Surprise organized the Sunday pro games tournament 1v1 commentated between 17/01/2019 and 24/11/2019. This was a competitive community event with very nice graphic designs! marcusAureliu#s organized a tournament rain_ironwolf organized a Hyrule Conquest tournament Stockfish also organized a multiplayer 0 A.D. tournament called the Primus Pilus tournament from 30/03/2020 to 29/04/2020. HMS-Surprise eventually took over to finish it. This report was written by asterix with the help of Thorfinn the Shallow Minded, Stan and Sundiata. For more details, please check wiki:Alpha24 and the roadmap. THANK YOU FOR YOUR SUPPORT.
    1 point
  5. Since a few days i noticed a flickering in game: 0 A.D. 2020-06-06 18-15-55.mp4 Any idea, why this happens? Thanks.
    1 point
  6. I have noticed some weird graphic changes lately. Since the only things that I have changed is the version of the mod/new mod that I have added to my game. I was wondering if the two could be related @nani @ffm2 fpre . Among the changes I have noticed: - Fields get weird grey stuff on them from time to time (I still don't know why); - Bolts dress as relics; - Some upgrades icons are different; - Buildings get sometimes a weird grey design. There are a couple of others that I will try to capture in future games.
    1 point
  7. Yes, it's dependent on zoom and angle.
    1 point
  8. Hello everyone! May 15, 2020 So I (@HappyConcepts) am clearly not an artist but ...I like RTS So I am very happy indeed to present my mod for your gaming pleasure. Let’s feed your soul with pursuit of princely treasure! Aye pirates ! Plenty of ships we find laden with cinnamon, silver, or ivory or gold! In this life of adventure, lad You will ne’er grow old Aye pirates , known as scourge of the seas and the shallows! Yet I have known many who Would not rightly deserve gallows There be many with letters of Marque those Kingsmen … those killers! Those wretched devils! Those privateers! Those frigates wreck’d and those thund’ring nines! Watery graveyards remember no crimes. Aye mates rejoice! Brethren drink in this night! Aye pirates! For freedom! For treasure! For fun! For the fight! Ummm yes I look forward to as much input as possible. The art is obviously lacking at the point but there are several hundred hours of play-testing put in over the past 13 months and I must say I really enjoy playing this mod! I hope you enjoy it and please post questions, ideas, suggestions here! The github should be up soon ... Please stay safe, COVID is a killer in these unprecedented times!
    1 point
  9. New version. Changes include: Removed Promotion animations Spear cavalry: 6H + 5P / 2s to 4H + 3P / 1.25s, champ and hero spear cav adjusted in same manner. Rams: 0.9 speed to 0.8 and can't attack organic units + fields anymore Allow building Kushite merc camps in neutral territory Mostly made this to play around with some proposed changes in multiplayer more easily. BalanceTestModV7.zip
    1 point
  10. Hi @user1 My username: DaveTheBrave My enemy: iroc501 He left the game as soon as he started loosing commands.txt
    1 point
  11. And here's the theme tune to that:
    1 point
  12. i've have followed the task and was happy so see, that there would be again another great building from you artists ...
    1 point
  13. sword_attack.xmlsword_attack_.zip just add this here. \binaries\data\mods\public\audio\attack\weapon
    1 point
  14. I'm just back, I've been doing some moving stuff since my 3D course is going on again, so I'll be off for a few months maybe but when I come back I'll come wiser, I'll be ready to do rigging and animation, I think that's pretty necessary rn, so I hope it's not needed in the future (that would mean progress is going on) but if needed I'll be here, so I guess I'll be off for a time. See you all soon and thanks for the opportunitty you gave me I'll swing by the forums when I have a little spare time (just like rn) Thx for everything and I'll be back
    1 point
  15. Other players I talked to thought this would be a good enhancement, so I created a ticket.
    1 point
  16. I believe it is intended. It is however unrelated.
    1 point
  17. 1. without reshade 2. with adaptivesharpen 3. with adaptivesharpen + clarity 4. with adaptivesharpen + clarity + pirate_curve 5. with adaptivesharpen + clarity + pirate_curve + pirate_lumasharpen
    1 point
  18. 1 point
  19. I've fixed the assertion here: https://code.wildfiregames.com/D2788
    1 point
  20. Norse trading town. Can't wait til AC: Valhalla. Will be copying all their settlements into 0AD
    1 point
  21. Romanus eunt domus Could not resist - back to topic now
    1 point
×
×
  • Create New...