Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Авторские букеты — идеальный способ выразить эмоции, удивить близкого человека или подчеркнуть важность момента https://artcraftbouquet.ru/magazin/product/grushka-513 Закажите букет в интернет-магазине «Мосцветок» и подарите настоящее эстетическое удовольствие вместе со свежими цветами https://artcraftbouquet.ru/articles/post/nastupila-vesna Преимущества заказа авторских букетов в Мосцветок: ? Техника сборки букетов – владение различными техниками создания композиций: от классических букетов до сложных арт-объектов https://artcraftbouquet.ru/magazin/folder/bukety-tyulpanov Вазы, портбукетницы, атласные ленты разных цветов, красивая оберточная бумага, корзинки, шляпные коробки, штекеры и другие аксессуары для украшения https://artcraftbouquet.ru/magazin/product/buket-111 Сразу дадим маленький совет: следите за модными тенденциями во флористике https://artcraftbouquet.ru/articles/post/dlya-detskogo-prazdnika В социальных сетях подпишитесь на известных флористов или профессиональные сообщества, чтобы быть в курсе всех новинок https://artcraftbouquet.ru/magazin/product/buket-196 для романтических признаний и свиданий Флористика – это не только работа в цветочном магазине https://artcraftbouquet.ru/magazin/product/igrushka-518 Возможности для профессионального роста разнообразны: В качестве технической обертки, например, для перевозки или защиты от повреждений, можно использовать прозрачную пленку из целлофана https://artcraftbouquet.ru/magazin/product/buket-1014
  3. 3 https://artcraftbouquet.ru/magazin/product/aromatika-613 Высшее образование – в университетах и академиях дизайна можно освоить флористику в рамках направлений «ландшафтный дизайн», «интерьерное оформление» или «искусство и дизайн» https://artcraftbouquet.ru/articles/post/rasteniya-u-kompyutera Флористика – это искусство работы с цветами, которое требует не только творческого подхода, но и глубоких знаний о растениях, их сочетаниях и правилах ухода https://artcraftbouquet.ru/articles/post/den-lejki-prazdnik-zaboty-o-rasteniyah Флорист — это специалист, который профессионально занимается составлением букетов, созданием цветочных композиций и украшением различных пространств с помощью растений https://artcraftbouquet.ru/magazin/product/buket-144 Работа в цветочном салоне – классический вариант, который подходит для начинающих флористов https://artcraftbouquet.ru/magazin/folder/korziny-s-cvetami Что должен знать и уметь флорист? 1 https://artcraftbouquet.ru/magazin/product/buket-120 Курсы флористики – быстрый и практичный способ освоить основы профессии https://artcraftbouquet.ru/articles/post/svadebnyj-sezon-2026 Длительность может составлять от нескольких дней до нескольких месяцев https://artcraftbouquet.ru/articles/post/podarok-investiciya-v-otnodheniyah
  4. сбалансированность всех частей композиции https://artcraftbouquet.ru/magazin/folder/bukety-dlya-podrugi/p/1 Авторские букеты живых цветов — это не просто композиции, а настоящие произведения флористического искусства, созданные с учетом современных тенденций и индивидуальных пожеланий https://artcraftbouquet.ru/magazin/folder/svadebnyj-buket-iz-eustomy В интернет-магазине «Мосцветок» (Москва) вы можете заказать уникальные букеты, которые подчеркнут стиль, настроение и особенность любого события https://artcraftbouquet.ru/articles/post/uhod-za-komnatnymi-rasteniyami-letom Одного случайного взгляда на картину изо мха достаточно, чтобы неожиданно почувствовать запах леса, шуршание песка под босыми ногами https://artcraftbouquet.ru/magazin/folder/bukety-s-rozami/p/5 Композиция или букет, который стоит на столе одним своим цветком может воскресить образ маминого дачного сада или воспоминания об отпуске среди южных растений https://artcraftbouquet.ru/articles/tag/cvety-dlya-detskogo-prazdnika Кто-то вспомнит благоухание теплых ночей, а кто-то улыбнется летней прогулке с друзьями, кому-то подмигнут ягоды рябины, и тут же вспомнится осеннее свидание с любимым… ? Ботаника и агротехника – знание особенностей растений, их жизненного цикла, требований к уходу, хранения и транспортировки https://artcraftbouquet.ru/magazin/folder/cvety-na-18-let/p/1 В идеале флористическая композиция должна отвечать следующим требованиям: ? ножницы,
  5. Today
  6. They are used but not from modern Linux distro. Generally old hardware uses frozen old OS setups.
  7. ok, now im running the scripts. So, which build tools should i use for 0ad?
  8. The Tower Defense mod has waves, maybe take a look at that for help: https://mod.io/g/0ad/m/tower-defense#description
  9. It's even more hilarious, as we're talking about drivers, which are apparently not used by anybody anymore.
  10. pmp is the terrain (heightmap and textures), xml basically says where to place which entity and some other parameters like sun light for example and js is indeed for triggers. pmp and xml you probably only want to edit via Atlas. For triggers best read the scripts for other scenarios and binaries/data/mods/public/simulation/components/Trigger.js for available events.
  11. Hi, I wanted to dive in with making a scenario but it's definitely a lot to take in. My scenario is pretty "straightforward." It has a player with some buildings and a few units on a map, and one or two attack waves. From what I've seen, there are three files tied to each scenario: pmp, xml and js. Is the xml the file where I change certain aspects of the game? For instance, maybe I don't want a forge to be buildable. Do I look in the forge template, copy the changed parameter into my xml file and that will overwrite the base game parameter? js is what I'm assuming the scripts and triggers? I'm guess things like the text in the tutorial and attack waves are all done through there? Are there any good guides on getting started with that? Atlas has been pretty intuitive so I think I can learn that through experimentation. Thank you, AG
  12. Yesterday
  13. Just for info 0 A.D doesn't use Cmake. I would also advise against putting spaces in folder names. That's indeed what's missing.
  14. If you have a good plan, you can talk directly to the AI in VSCode or in the terminal, and it'll edit the files directly
  15. But it is searching the internet to know what commands to run. I guess, use with caution
  16. Ok. Based on the output you provided, my guess is that you haven't run the script yet, so you're probably missing some of the libraries required to build the code. As explained here, before you can build the code, you need to install the required dependencies and run the script I mentioned.
  17. I really wouldn’t recommend running commands that AI advises you to run; it literally has no idea what it’s talking about.
  18. Very technical term
  19. Yeah, I’ll do that last though; in my experience it’s easier to get the ai to have a working product before splitting it into multiple files, since then it wants you to reupload load them for editing, and bllehhhhh
  20. @ManasManushya just in case, did you run 0ad/libraries/build-source-libs.sh script before trying to compile?
  21. So, it looks like premake 5 binary is not in the correct folder, or cmake can't find it. Here's what ai said: The error ../../libraries/source/premake-core/bin/premake5: No such file or directory confirms the Premake 5 binary is missing from your source tree. The 0 A.D. build script expects this specific file to exist to generate the Makefiles. 1. Download and Place the Binary (Recommended Fix) You must manually download the Premake 5 binary and place it in the exact directory the script expects. Navigate to the root of your 0 A.D. source folder: cd ~/Documents/Projects_Collab/0ad Create the expected directory structure: mkdir -p libraries/source/premake-core/bin Download the latest Premake 5 binary (Beta 2 is currently stable for 0 A.D.): cd libraries/source/premake-core/bin wget https://github.com/premake/premake-core/releases/download/v5.0.0-beta2/premake-5.0.0-beta2-linux.tar.gz Extract and Verify: tar -xzf premake-5.0.0-beta2-linux.tar.gz # Ensure the file is named exactly 'premake5' ls -l premake5 chmod +x premake5 Return to root and retry the build: cd ../../../../ cd build/workspaces ./update-workspaces.sh cd gcc make -j$(nproc)
  22. Still the same error: ~/Doc/Projects_Collab/0ad/build/workspaces main ?3 > ./update-workspaces.sh cd gcc make -j$(nproc) ./update-workspaces.sh: line 46: ../../libraries/source/premake-core/bin/premake5: No such file or directory ERROR: Premake failed cd: no such file or directory: gcc make: *** No targets specified and no makefile found. Stop. I had just installed premake
  23. From you latest error, the ai said you need to install Premake 5 binary
  24. Maybe try updating or reinstalling cmake Another thing the ai said: Common Causes for "No Such File" Wrong Root: You are inside ~/Documents/Projects_Collab/Farming++ which appears to be a different project. Ensure you cd into the actual 0 A.D. source folder first. Incomplete Download: If you downloaded a tarball, ensure you extracted both the unix-build and unix-data archives. If using Git/SVN, ensure the checkout finished successfully. Script Permissions: If the file exists but fails to run, make it executable: chmod +x build/workspaces/update-workspaces.sh
  25. yeah sorry for that, i forgot to change the directory. lemme redo it and see if it actually works ~/Documents/Projects_Collab/0ad main ?3 > pwd /home/Manas/Documents/Projects_Collab/0ad ~/Documents/Projects_Collab/0ad main ?3 > cd build/workspaces ./update-workspaces.sh cd gcc make -j$(nproc) ./update-workspaces.sh: line 46: ../../libraries/source/premake-core/bin/premake5: No such file or directory ERROR: Premake failed cd: no such file or directory: gcc make: *** No targets specified and no makefile found. Stop. this is still the same case
  1. Load more activity
×
×
  • Create New...