Jump to content

poVoq

Community Members
  • Posts

    43
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by poVoq

  1. Yeah, never got beyond playing around with the camera angles in the config file. Not that I would have really been able to make this mod myself anyways.

    However the lack of easy modding options in 0 A.D., i.e. you basically have to fork the entire engine if you want to do more than simple addition of units or such, is really a bit discouraging. But maybe I am just too used to the nice mod support in most open-source FPS engines.

    Edit: but maybe this has changed by now... didn't check. And of course for a skilled programmer with in dept knowledge of 0 A.D. code base having all the source code available is the 'easiest' modding option... but for us tinkerers having a precompiled engine runtime and tinkering with configs and script through & being able to make a seperate game by simply having a subdirectory in the game folder and starting it with a execution argument or from an ingame mod menu simply makes things much more accessible.

    For the fundamental idea to make a hybrid of an ARPG and a RTS, 0 A.D. still seems to be the best option however.

  2. No real point for a screenshot, but it works like this:

    After choosing a faction you can also choose a commander doctrine, these then open a tree of special commander skills (while playing to earn special points that allow to to select additional skills to become available, i.e. each time choose one out of three skills). Typical stuff would be to call in a special air-strike, or reinforcements from off screen, or call to arms motivation boost of your troops etc.Then the skill has a cooldown and can only be used again after some minutes.

  3. With this open source tool you can easily load the Ryzon animations and apply them to other rigs I think:

    http://www.moddb.com/mods/r-reinhard/videos/iqebrowser-v212-teaser

    Edit download here: http://www.moddb.com/mods/r-reinhard/addons/iqebrowser-v212

    Edit2: Ahh it seems like you can even use an old Kinect to do motion capture in your home with the above tool :D

    See: http://www.moddb.com/mods/r-reinhard/videos/iqebrowser-v210-teaser

  4. That's what I also thought. It's also customisable. e.g. the local.cfg overwrites the global.cfg and such. I think poVoq is talking of something different.

    But I think that's exactly what we need to do, just change the keybinding there to no longer interfere with the Hybrid->Uni_Perspective mode.

    Back when I tried this (sorry I seem to have deleted the modified config since then, and never did any code) it only extended the global config, e.g. you can add new key-bindings and overwrite others and also change the camera settings but you can't have a completely seperate local config that doesn't carry all the RTS specific stuff that rather interferes with the ActionRPG settings.

    ----

    But it is great to hear that there is some renewed interest (especially with a iterative development style that keeps close to 0AD). Not sure if a Blender hybrid integration is really needed if the collada export is working ok now.

    For high quality RPG like animations one can probably reuse the Ryzom ones, which were recently converted to the much more usable iqm format and which could probably be easily exported to the 0AD also.

    So all that is needed art wise are some higher quality character models that could in the long run also replace the really low poly RTS models from main line 0AD if kept reasonably low poly. Something around 3000 tris should look and run fine for that.

    If this really takes off I could probably find the motivation to start doing a modular character set like described above (I am a sufficiently skilled 3D artist, but lack motivation to work on something that isn't a working project).

    Anyways... looking forward to see where this goes! :)

    • Like 1
  5. The other way round is way easier: Simply send unit here and there and have the camera simply follow the unit's position (like key Focus) and rotation. That's how I do it first, then add the above paragraph and switch off unit autonomy during this period of 'control'. (Lion would call it mindcontrol .. haha)

    Yes, I did just that as an experiment a while back and also changed the camera zoom and angle to fit for a action RPG. It was working quite well, except that the remaining RTS controls from the default config were not possible to remove and thus were messing up the overall game-play.

  6. How much micro-managing does our community wish? Is it important to have control over the inventory? I would leave it to the unit AI to decide about the organisation of its inventory. (e.g. if the inventory is full it could go home - if it has a home of course- automatically and unload things in the garden there. Would be interesting to see units collect iron and stones from the sea and put it on a evergrowing heap in front of their garden :D)

    That's always possible. To redesign the complete start screen is a lot of work though. So it's recommended to build upon the default 'public mod'.

    I like the modularity better, i.e. have mod packs with plenty mods that still can be combined wildly. Of course for the online lobby the mod base has to be equal. ... hmm.. otherwise .. we could just synchronise the mods prior to game start. What do you think? We need Josh's opinion here for sure.

    You are thinking to much in the limits of 0AD only... inventories would be usefull for mods... something like Warcraft3 with usable items for example.

    And last time I checked using a completely own config file was only possible if one would fork 0AD completely into a separate game, a mod always has to extend the existing core config/mod. This might be intended, but is not very user-friendly for creating total conversion mods without forking.

    Sometimes forking is undesirable as you might want to keep it a mod during early development for people to be able to quickly download and test/play early versions without messing up their main 0AD game. It also makes it easier to contribute back to the main game if your are modding and not forking.

    Edit: practical examples mentioned in the mod forum: making a turnbased game like Civilisation, or a ActionRPG-RTS hybrid. Both need quite extensive changes in the config etc., but one could start small an keep it a mod for 0AD if true moddability was possible (and not just extendability like it seems to be the case so far).

    • Like 1
  7. In gameplay: for many modding reasons is necessary a inventory system and abilities( yeah like action RTS and Moba , not we have animations unlocked.

    Yes, this would be really useful. Btw. is it now possible to use a completely separate main config file in a mod instead of just extending the default one?

  8. While many people know Javascript, it is not exactly the most liked programming language and for modders still not that easy to grasp.

    Having an background as an artist, I really like those node-based shader editors (or Blender's somewhat limited logic blocks), which allow you to easily conceptualize the flow of a program visually.

    Something similar also exists for regular Javascript programming: noFlo: http://noflojs.org/ and they also recently successfully kickstarted their development environment: http://www.kickstarter.com/projects/noflo/noflo-development-environment

    I think this could be really awesome for modding and given that itself also runs under JS, it should even be possible to integrate it in 0AD.

    A big strength of such a system is also the shareability of code blocks, which could really kick off modding by vastly lowering the entry barrier for new developers.

    What you do think?

    • Like 1
  9. Honestly... I agree those look fine for ingame models.

    However maybe actually using a smaller resolution texture (currently there are multiple 1024x1024 maps, right?) might help. After all on a typical screen the model is maybe 500x500 pixels in total at maximum, so the engine has to combine a lot of texels into one on screen pixel. A sharper 512x512 texture would thus maybe look better in game than what you currently have, without loosing any real texture detail on screen at all.

    • Like 1
  10. Heh, those buildings give me a bit of a steam-punk vribe, still nice looking... though as previously mentioned a bit too monochrome.

    Oh and great to hear that you are going open-source with your game... please also use CC-by-SA the the license for the graphics to have full compatibility with 0 AD assets.

×
×
  • Create New...