FueledByOCHD Posted April 12, 2014 Report Share Posted April 12, 2014 First off i would like to say hello.Second off i hope this is the correct placeBut i was wondering why none of my technologies i am making are showing up in gamehow do i add my tech to a building Quote Link to comment Share on other sites More sharing options...
LordGood Posted April 12, 2014 Report Share Posted April 12, 2014 You apply techs to buildings in the corresponding building templates Quote Link to comment Share on other sites More sharing options...
FueledByOCHD Posted April 12, 2014 Author Report Share Posted April 12, 2014 You apply techs to buildings in the corresponding building template^^^^^^^^^^^^^^^^^^^Thank you very much, will let you know if any further questions Quote Link to comment Share on other sites More sharing options...
FueledByOCHD Posted April 12, 2014 Author Report Share Posted April 12, 2014 ok, thank you very much, was wondering if i could make it so a soldier can research something ie add tech to a soldier Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted April 12, 2014 Report Share Posted April 12, 2014 Move this one to the main Mod forum Quote Link to comment Share on other sites More sharing options...
FueledByOCHD Posted April 12, 2014 Author Report Share Posted April 12, 2014 sorry not exactly sure what you mean Quote Link to comment Share on other sites More sharing options...
Trinketos Posted April 12, 2014 Report Share Posted April 12, 2014 sorry not exactly sure what you meanmeans that your post was moved to the forum mods Quote Link to comment Share on other sites More sharing options...
niektb Posted April 12, 2014 Report Share Posted April 12, 2014 Even though you're always welcome, the best place to ask these questions is in the main game modifications forum, you'll see a few comparable topics there. Lion's remark was in the direction of the site admins asking to move this topic to the best spot to post such topics. ok, thank you very much, was wondering if i could make it so a soldier can research something ie add tech to a soldierShould be do able, never tried it though. Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted April 12, 2014 Report Share Posted April 12, 2014 Sorry if I wasn't specific, this forum is for we the modders post guides and tutorial for people that wants to learn. Quote Link to comment Share on other sites More sharing options...
FueledByOCHD Posted April 12, 2014 Author Report Share Posted April 12, 2014 alright, thank you both, well how do i make the cashed.xmb file from the xml file?sorry for so many questions, used to working with skyrim and oblivion Quote Link to comment Share on other sites More sharing options...
Radagast. Posted April 12, 2014 Report Share Posted April 12, 2014 (edited) No problem always ask. Here is the general information about technologies. Sure, you can research new units. Take a look at how it's done in the mods/public/civs/<civ>.json. Heroes are a good example. Or do you want to add a unit directly to your armies or citizens if you researched a tech? If you know how to program JavaScript, then it's possible. The goal is to send a unit creation event to the engine. mods/public/simulation/components/TechnologyTemplateManager.js and mods/public/simulation/components/GuiInterface.js might be helpful. Edited April 12, 2014 by Hephaestion Quote Link to comment Share on other sites More sharing options...
FueledByOCHD Posted April 12, 2014 Author Report Share Posted April 12, 2014 exactly what are the xmb files and how do i create them? Quote Link to comment Share on other sites More sharing options...
niektb Posted April 12, 2014 Report Share Posted April 12, 2014 Why I never heard of them? Quote Link to comment Share on other sites More sharing options...
FueledByOCHD Posted April 12, 2014 Author Report Share Posted April 12, 2014 hmmm alright, they are in public.zip with the templates Quote Link to comment Share on other sites More sharing options...
thamlett Posted April 12, 2014 Report Share Posted April 12, 2014 Why I never heard of them?B/C you were using XP Joking aside, the weird file names (i.e. *.png.cached.dds) could use some explaining. Quote Link to comment Share on other sites More sharing options...
Radagast. Posted April 12, 2014 Report Share Posted April 12, 2014 (edited) They are kind of archives (.bar). .xmb is compact xml, so you could try for a program to decrypt those. Are you sure such files are used in 0AD other than in the cache or for releases? You don't have to open cache files .. just check out the real repo: https://github.com/0ad/0ad. Compiling is easy: -> wiki. And you have a much more up to date version. Absolutely useful for modding. Edit: AAAAHH, thamlett is back. Serve some wine. Good gracious. There just the knight stands when we need him most. Glad to see you, comrad. Now it's just missing that Atemneses escapes the enemy again. Did you find something out on your mission? Edited April 12, 2014 by Hephaestion Quote Link to comment Share on other sites More sharing options...
FueledByOCHD Posted April 12, 2014 Author Report Share Posted April 12, 2014 (edited) ahh so it must be i goofed when trying to add a tech to the walls oppscuz the xmb are cashed.xmb files Edited April 12, 2014 by MuteLovestone Quote Link to comment Share on other sites More sharing options...
niektb Posted April 12, 2014 Report Share Posted April 12, 2014 (edited) B/C you were using XP Joking aside, the weird file names (i.e. *.png.cached.dds) could use some explaining.No, Win 8 too, but is it something Linux related? Or is it that I only use SVN? Edited April 12, 2014 by niektb Quote Link to comment Share on other sites More sharing options...
thamlett Posted April 12, 2014 Report Share Posted April 12, 2014 They are kind of archives (.bar). .xmb is compact xml, so you could try for a program to decrypt those.Are you sure such files are used in 0AD other than in the cache or for releases?You don't have to open cache files .. just check out the real repo: https://github.com/0ad/0ad. Compiling is easy: -> wiki. And you have a much more up to date version. Absolutely useful for modding.Edit: AAAAHH, thamlett is back. Serve some wine. Good gracious. There just the knight stands when we need him most. Glad to see you, comrad. Now it's just missing that Atemneses escapes the enemy again. Did you find something out on your mission?Nope, I was just down with the flu for about a week and then I had to catch up on other things. But yes, I'm back, and I'm making it a goal to try to check the forums (directly) twice a day. I'm still running around doing sysadmin work. I do have a day job, you know.And BTW, I prefer Mountain Dew over wine Quote Link to comment Share on other sites More sharing options...
FueledByOCHD Posted April 12, 2014 Author Report Share Posted April 12, 2014 ahh i have the xmb files because they are in the download that you get with the game @_@ 1 Quote Link to comment Share on other sites More sharing options...
Radagast. Posted April 12, 2014 Report Share Posted April 12, 2014 (edited) No, Win 8 too, but is it something Linux related? Or is it that I only use SVN?In the SVN you should not have those XMB-files. Though in the .cache or whereever this might be on Windows, there you find .XMB too. For debugging it's important we know these locations. We should clear those if we encounter bugs as the cache might have strange effects (prevent changes we may have made to show up). *nix: rm $HOME/.cache/0ad/ -r #attention, deletes the 0ad cache folder difficult to restore it afterwards.OR rm <0ad-repository-location>/binaries/data/cache/ -r #same warning as above, pay attention which folder you stated, be careful with wildcards, check which files they target first via ls command - only then delete via rm.For Windows I have no idea: But see here: GameDataPaths. And BTW, I prefer Mountain Dew over wine Glad you are fit again. Haha, this dew sounds intersting. Edited April 12, 2014 by Hephaestion Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted April 12, 2014 Report Share Posted April 12, 2014 Nope, I was just down with the flu for about a week and then I had to catch up on other things. But yes, I'm back, and I'm making it a goal to try to check the forums (directly) twice a day. I'm still running around doing sysadmin work. I do have a day job, you know.And BTW, I prefer Mountain Dew over wine What is mountain Dev? Quote Link to comment Share on other sites More sharing options...
Loki1950 Posted April 12, 2014 Report Share Posted April 12, 2014 It's a soft drink like "Ginger Ale" and "Coke".Enjoy the Choice Quote Link to comment Share on other sites More sharing options...
Romulus Posted April 12, 2014 Report Share Posted April 12, 2014 It's a soft drink like "Ginger Ale" and "Coke".Enjoy the Choice "Enjoy the choice" really fitted well in that post lol Quote Link to comment Share on other sites More sharing options...
thamlett Posted April 13, 2014 Report Share Posted April 13, 2014 "Enjoy the choice" really fitted well in that post lolyeah, no kiddingwould also go well on a billboard Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.