Jump to content

lordfrith

Member
  • Content Count

    332
  • Joined

  • Last visited

  • Medals

Everything posted by lordfrith

  1. lordfrith

    [WIP] Frith_Robots

    I assure you my posting this scifi mod this weekend is just coincidence to TOTALLY not an alien conspiracy ๐Ÿ˜‰ seriously though i see a few new assets in the contact DLC, like the multi screen terminal, which could be handy for this. ๐Ÿ––
  2. lordfrith

    [WIP] Frith_Robots

    Woohoo! i'm going to mercilessly hold you to this ๐Ÿ˜„ the fatigue should be off but yeah the robots still check their boots to see what they've stood in... i gave them the VR voice which may not moan anyway? that's pretty cool idea and very succinct, I planned to include some such modules otherwise the mod is just a fancy skin ๐Ÿ˜‰ .i've been trying out scripts that would expand the faction to include some UAV/UGV retextures for support and the Tau with the external benches (who but a robot would want to sit there) to transport them about. teamswitch already works quite well in SP but for multiplayer (and for immersion) i'd prefer to find a way to use a custom UAV terminal to select for Zeus like remote control... but i haven't got that far yet. I've also been testing scripts for custom supports like drone Eyes-in-the-sky for intel or a robot para drop. MP PvP could be done by a few players with a wide range of tools at their disposal.
  3. lordfrith

    [WIP] Frith_Robots

    I remembered: the main challenge still to achieve is 'scope eyes', adding the ability to zoom in and out like a weapon scope only built into either the unit config or, more probably, the NVG item. This way players could have enhanced cyber vision, and zoom in and out without the need of any normie weapon scopes there there's also this guy: https://steamcommunity.com/sharedfiles/filedetails/?id=1751424001 he's defined thusly: this version uses the VR entity model. As you can see from the picture the model is a bit janky about the thighs when running but it has the advantage of the textures being split up by limb so... using setobjectTextureGlobal and event handlers could cause localised damage. also i wonder if it would be possible to do some kind of active camouflage using setObjectMaterial? i'm sure yourself or @HorribleGoat (or both) were discussing this recently too edit: oh and weapons sway free cyborg arms are a possible by product of this too!
  4. i haven't played OFP, only arma 2 and 3, but i don't see how it could be false as all of them are battlefield simulators?
  5. lordfrith

    [WIP] Frith_Robots

    It was some particularily tense moments with the "Automated" faction in ravage that started this idea in the first place, I really appreciate your offer haleks! Very interested to see what you've worked on for the robots before as my idea is a drag and drop dynamic population module and... you have a lot of experience with that. I'm thinking a module can be easily dropped into any mission and then add guaranteed dynamic contact and (hopefully) tasks for the player other than survival. haha exactly! ๐Ÿ˜„ for the configs i inherited from "SoldierEB" which is pretty damn base and tried changing as much as i could to see what happened! heres what i've got so far: all the stat changes are poorly educated guesses with as much testing as i could do so they'll need some tweaking. I'll add some kind of init eventHandler script to reset identities and run functions etc. If anyone knows any more config tricks to supplement the robotic AI theme i'd love to hear them
  6. i wouldn't really want to dispute anything @almanzo has said about good single player campaigns but i really can't see how this is what arma is about. If ever there was a game about things rather than people its Arma! The feeling of insignificance and cog-in-the-machine comes from the scale of the terrain and the lethal realism of the tools, which i fully agree can be used to great effect by story tellers although they have to be pretty inventive as its not really what the system is designed for. i just point this out as the thread title is.. a pretty harsh accusation! ๐Ÿ––
  7. lordfrith

    Arma 3 DLC - CONTACT

    yeah this, an editor module would be ideal ๐Ÿ˜‰ There are normally new mission maker options with most DLC that update the base game, it will be interesting to see what new tricks come with these new floaty aliens and how useful they are for more general mission making. for example some kind of hunter AI would be handy for many things non-alien. from the 1 screenshot of them on the steam page they... look like they ought to move. I really hope they do more than float ominously and scripters don't have to attach them to an invisible dog or something. hopefully 'Jboys Alien' will be a thing ๐Ÿ˜„ ๐Ÿ––
  8. this is really interesting stuff! The military cargo buildings (especially cargo HQ and cargo Tower) are a bit of a nightmare for building patrols, looks like this could help. ๐Ÿ‘ Is the plan that this would work dynamically for any defined buildings (eg. as part of random patrol script)? ah, thats a good idea too, i'll try that ๐Ÿ˜„ ๐Ÿ––
  9. lordfrith

    Inducing a texture load error

    i manage to... acheive this invisible uniform often enough when making mods ๐Ÿ˜‰ I'm a little hazy on the exact technique but you could try making a dummy mod of one uniform, getting drunk and putting a few typos in the file paths for the model? then you could just load this uniform for all the screen shots
  10. lordfrith

    Arma 3 DLC - CONTACT

    from a mission making perspective i'm guessing the aliens are pretty optional, though i'm personally pretty keen to try out whatever alien stuff is there. The new temperate factions and camos are very welcome, i'm hoping there'll be some long trouser civilians to go with the new setting too, and that new map looks great. not gonna lie i thought that too "FarmA"
  11. lordfrith

    Arma 3 DLC - CONTACT

    YES! drivable tractors!
  12. oh yeah.... ๐Ÿ˜‚ your faction should work ok, it will overwrite the faction on the parent class... BUT (of course i forgot) it will still inherit the side from parent as there is no such entry in your config (you don't need it unless you want to change it). Try adding this to your cfgvehicles entries, side=1; They'll also have greek names and speak in the greek voices, so if you want a nato style faction you could change: identityTypes[]= { "LanguageENG_F", "Head_NATO", "G_NATO_default" }; genericNames="NATOMen";
  13. i think its similar to why your texture was wrong, you've changed the model path to the right model but because your uniforms inherit from "B_Soldier_base_F" its loading everything you haven't defined in your config from the BLUFOR base class, including the injury textures. the injury textures will be for the wrong model still... try using "I_Soldier_base_F" instead? you should de-pbo the "characters_f" game file and check out the config, most of the units in game are there and its essential reference even for simple texture mods like this
  14. somethins wrong there...! i think George is right the error is to do with class itemInfo, might relate to see my first reply. I don't know enough about this to explain it confidently but the base classes need to be set up right. if you post your new config i can maybe show you
  15. haha i was starting to question everything i've learned ๐Ÿ˜‰ ...which line? ๐Ÿ˜„
  16. the path in the game config is: that should work, you could also add "A3_Characters_F_Beta" to your required addons in cfgPatches section class CfgPatches { class gru_units { author = "DarkXess"; authorUrl = "https://steamcommunity.com/id/DarkXess/"; units[] = {"gru_unit_highlander","gru_unit_typhon","gru_unit_mandrake","gru_unit_raid","gru_unit_banshee"}; weapons[] = {"gru_unit_highlander_uniform","gru_unit_typhon_uniform","gru_unit_mandrake_uniform","gru_unit_raid_uniform","gru_unit_banshee_uniform"}; requiredVersion = 0.1; requiredAddons[] = {"A3_Characters_F","A3_Characters_F_beta"};//added characters_f_beta here }; };
  17. ah, so that texture is for a different model, the independent uniform model like the AAF wear; 'a3/characters_f_beta/indep/ia_soldier_01.p3d' i think. either change the model path in your config or make a new texture to the right template and it will work fine if you want to reskin something find the uniform in eden then look at the config files to see what textures it uses, these should be the base of your template
  18. like i said it looks like you are either using the wrong model for the texture (you are trying to retexture blufor Nato uiform?) or there is some alignment error with your new texture e.g. for the NATO uniform in pic above your texture should match in layout perfectly with a3/characters_f/blufor/data/clothing1_co.paa
  19. It looks like the wrong texture, check it matches the layout of the texture you're trying to replace on the model Scope error: I'm not an expert but i have to set up something like: class cfgWeapons { class InventoryItem_Base_F; class ItemCore; class UniformItem: InventoryItem_Base_F { }; class Uniform_Base: ItemCore { class ItemInfo: UniformItem { }; }; class gru_unit_highlander_uniform: Uniform_Base {..... to get uniform configs to work
  20. lordfrith

    Missing mod action

    if you have any script for that could you not put it in the then bracket instead of 'end mission'? if !(isClass(configFile>>"CfgPatches">>"TPW_MODS")) then { //insert script here to start debrief with clicky link for missing mod };
  21. lordfrith

    Missing mod action

    ah yes so it does, in that case you don't really need the 'sleep' as i only put that in so user had time to read it before leaving mission. i have no idea but i'd also be interested to see if its possible.
  22. lordfrith

    Missing mod action

    i was just wondering about this too, couldn't you adapt the above for dealing with missing addons? like so (untested): if !(isClass(configFile>>"CfgPatches">>"TPW_MODS")) then { systemChat "can't you read instructions fool? it clearly states in the mission dependencies that you need TPW installed, if i hadn't put this script in i bet you'd already be on your way to the comments page to troll with complaints of a 'broken mission'"; sleep 5; endMission"END2"; }; though in MP i think system chat would broadcast to all users, i just used it for simple example, i suppose you could use group chat for players group or something
  23. yeah they just love to hang out at the bottom of the stairs don't they, i just checked my function and i got round that by running the patrol script on each group member, which worked fine for me as i just wanted a few units patrolling the one building, but is maybe not a good fix for your needs i think, for a group patrolling many buildings. I feel like the more stairs there are in a building the less the AI wants to behave, perhaps arma AI is scared of heights ๐Ÿ˜‰
  24. is this for adding in waypoints to any building of that class? i've been trying to get AI's to behave in those military cargo towers but i think something like this would be what i need! been away from arma for a bit and you've put out some cool stuff in that time, the auto population script is very interesting as well, good work as always, remember to sleep ๐Ÿ˜‰
  25. class B_Soldier_base_F: SoldierWB { author="$STR_A3_Bohemia_Interactive"; _generalMacro="B_Soldier_base_F"; expansion=1; identityTypes[]= { "LanguageENG_F", "Head_NATO", "G_NATO_default" }; faceType="Man_A3"; side=1; faction="BLU_F"; genericNames="NATOMen"; I want to create a group of custom faces and identities that a custom faction can select from. in the snippet above for the nato soldier base class the identity type is listed as "Head_NATO" but i can't find such an entry in "cfgidentities ". I assume this refers to all the identities that Nato uses but i can't find where this is defined, either in the config viewer or in the dePBO'd .cpp files. while i'm at it i'm not sure how things like "faceType" and "genericNames" are defined either... any thoughts?
ร—