Jump to content

Coronaut

Community Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Coronaut's Achievements

Tiro

Tiro (1/14)

5

Reputation

  1. @balduin Would it be like the sentry tower to Defense tower upgrade? A visual growth rather than a physical one? That could work...and would be way easier to create. What if: P1 CC's had 750 health (or somthing low). Then, when you upgraded to P2, the only thing that would change would be that your CC's health. It would double to 1500. When upgraded to P3 it would have the normal 3000 health. This could insentivize early a general playstyle of P1 rushing, then P2 eco booming, P3 siege and army counterplay?
  2. Not sure how I did it, but I got a successful run of the svn through VS. I now have the Pyrogenesis.sln working properly ( I think), and can now build and run the latest svn version in VS. The projects (atlas, collada, engine, etc...) you see in the picture from earlier all needed to be manually reloaded in the right-click dropdown menu for each. So, now the question is... What is all of this, and How do I use it to do what I want? Thank you for the help.
  3. Thank you @Stan` I understand the development philosophy behind 0.a.d alot better now, and like it alot. This is the original Idea from my post last year. (TL:DR) What I'm trying to do is create a new mechanic for a players' first Civic Center. How it's supposed to work is when you arrive at phase 2 or 3 the CC doubles in size removing some buildings around it. Then the CC would gain the ability of the buildings that were removed. For example: If a farm was removed at phase up the CC itself could now constantly produce food only limited by if women were garrisoned inside. I haven't changed anything and nothing has been added. I opened the pyrogenesis.sln in VS and saw the image below. Everything is unavailable. Could it be because I am missing the dependencies? Is 2019 the wrong version of VS? I followed the build instrustions the best I could trying to chage the compiler to 2015, but failed to figure out how to do it.
  4. @Lion.Kanzen @Loki1950 Thank you for replying, Now that I understand a bit more, to create my Idea I think I have to go both routes and be a modder and developer. What I need to learn is how to do: 1) to increase the physical size of civil_Centre at phase up 2) Detect and add buildings attributes to the civil_Centre at phase up ~~~~~ The current situation is that I downloaded the svn of the game and have already done most of the things the wiki says to do, but when I tried to build a 0ad.sln output reads that a bunch of things failed (I included the last few lines, becaus it's all pretty much the same). I'm pretty sure I'm missing somthing(s) extremely important. 1>ConsoleApplication1.cpp 1>ConsoleApplication4.cpp 1>consoleapplication4\consoleapplication4\ConsoleApplication4.cpp(9): error C2017: illegal escape sequence 1>consoleapplication4\consoleapplication4\ConsoleApplication4.cpp(9): error C2065: 'cd': undeclared identifier 1>consoleapplication4\consoleapplication4\ConsoleApplication4.cpp(9): error C2146: syntax error: missing ';' before identifier 'build' 1>consoleapplication4\consoleapplication4\ConsoleApplication4.cpp(9): error C2065: 'build': undeclared identifier 1>consoleapplication4\consoleapplication4\ConsoleApplication4.cpp(10): error C2146: syntax error: missing ';' before identifier 'workspaces' 1>consoleapplication4\consoleapplication4\ConsoleApplication4.cpp(9): error C2065: 'workspaces': undeclared identifier 1>consoleapplication4\consoleapplication4\ConsoleApplication4.cpp(10): error C2143: syntax error: missing ';' before 'return' 1>Hello World.cpp 1>hello world\hello world\Hello World.cpp(12): error C2065: 'cout': undeclared identifier 1>Generating Code... 1>Done building project "0ad.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  5. Hello, Last year I posted an idea for a new civic center mechanic (link below) that I think would be a good addition to the game. I wanted to make it myself, so, for the past year I persisted and tried following the modding guides and forum posts, but realized since I have little experience with the game development process and coding it wouldn’t be possible. Original Idea: Here Now, a year later, I’m coming back to the forums to ask questions and be more involved in the community. Please excuse my ignorance. What is the difference between modding and developing for 0 a.d.? Correct me if I am wrong. A modder is a solo entity that creates changes in the game’s code how they want with resources already in the game and some they create themselves. A developer gets paid to work on the game from the standpoint of completing tickets to make a new and updated release of the game. Assuming you have no prior experience in game development, what knowledge is required to create mods for this game? How much coding experience is necessary? How many ways are there to obtain the game’s code? What advantages do you get from using eclipse, or Visual Studio rather than basic notepad? Who is the Svn copy for and how should it be used? Who uses workspaces and build environments Modders or Developers? What are they? What are they for? How do you quickly test if something worked or not? As you can tell I have no idea what I’m doing. If you can help me it would be greatly appreciated. -K(C)oronaut
  6. Hello, I’ve been playing 0 A.D for a while and have had a couple of ideas for a new mechanic implemented by mod or otherwise that could give more purpose to early-game aggression and late game strategy. As well as, give more purpose to the Civic Center(CC) itself. Idea: What if your first CC expanded as the game went on. I currently see that this could be accomplished in different 2 ways. Implementation: 1) CC would gain max health throughout the game based on the game timer. Example of 1: At the beginning of the game a player owns a CC with 3000 health. It would gain max health every second throughout the game. The CC max health would gain would then stop at 20 min, doubling the health the main CC had at Load-In to 6000. This could make late game a little more challenging, because more health = more damage needed, as well as make early game more important. A secondary mechanic would be that if you attack a CC its generation would stop for a short amount of time then begin again. 2) Have the CC itself become larger (P1 1x1, P2 2x2, P3 3x3) and absorb other buildings close to it and add their health to the CC’s own, as well as gain the attributes of those buildings. Example of 2: If a farm with workers and 100 health was next to the CC at Phase Up the CC would delete the farm and garrison the workers within the CC. The CC would then gain attribute “Food Capital”, gain the ability to passivly produce food depending on how many workers are garrisoned inside. The number of possible workers would depend on how many farms are nearby at phase up (1 farm = +5 food garrison). If a barrack with 300 health was nearby it would absorb it and add 300 health to the CC’s max health and give the CC the attribute “Military Power'. Adding the ability to spawn more units at once for a slightly better discount but more time. Or 3) Some complicated combinatination of both. I would like to write these modifications myself but I don’t have any programming or developing experience. Currently I’ve gotten as far as downloading the svn version, attenpting to open the workspace (failed by the way), and having a look around the files. My main problem is I have no idea what anything does or how to develop modifications for games. Thanks for reading, K(C)oronaut
  7. crashlog.txt crashlog.dmp Opend the game, then Its crashed.
  8. Hello, I'm Coronaut and i love the rts genre and have been playing 0ad for a little bit. While I was looking at the hotkeys for the game I found the "select wounded units" hotkey "O + left drag." Tried it, and it didnt work. I also tried Right Drag, (With units selected: when the mouse is released, the units will spread out on your drawn line. Same modification options like normal move command.) What does this mean? I assume is means the units follow a specifc line to a target. I tried it and it acted as a regular right click. Are these not implemented yet or old?
×
×
  • Create New...