Jump to content

Duchey

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Duchey

  • Rank
    Rookie
  1. Found a way more usable fix (thanks to the JAM discord!) I put this in cfgVehicles class rhs_infantry_msv_base; class rhs_afghanka_base : rhs_infantry_msv_base { modelSides[] = {0,1,2,3}; }; was as simple as navigating to the cfgweapons itemInfo entry in the config viewer and finding the uniformClass its attached to, then adjusting that in cfgvehicles using its parent to inherit from.
  2. What does this code actually do? cannot figure out how to implement this in my structure, I've got a uniform that loads on my alternate faction character now, sure, but its just using the default uniform model and textures since nowhere is the original uniform you're trying to copy actually called in properly? Its also absolutely impossible to find any proper documentation on how these fucking CFG's work and its pissing me off. I've been struggling to get an RHS uniform to load on a unit for just under 4 hours now and so far this is the only thing to actually get me any semblance of progress, yet I absolutely do not understand what is happening here nor how it works. Yes I'm familiar with the syntax, just not the classes and what is being inherited here. class UniformItem; class Uniform_Base; class rhs_uniform_afghanka : Uniform_Base{class ItemInfo;}; // this overrides model data I believe, so whats the point? class DR_rhs_uniform_afghankaILA : rhs_uniform_afghanka { displayName = "m88 (ILA)"; class ItemInfo : ItemInfo { uniformClass = "DR_ILARiflemanNew"; }; }; Here's the code snippet I've got if it helps any
  3. Good morning/afternoon/evening to anyone reading this. I've been struggling with my server for about an hour now trying to figure out why one of my trainer's BCT missions won't load, haven't been able to find anything noteworthy or coherent in the logs that could be causing the issue. some extra context: the Trainer has made it in his eden running the same modpack as the server I can open the mission in eden and play/host it via the server browser running the same modpack as the server both cases give no errors However once we chuck it onto the server and load it something fucks up majorly, here is the console log to provide a general timeline. now for a snippet of the RPT leading up to 14:35:02 If anyone has any experience with troubleshooting this hit me up, cause I'm at a loss and google hasn't been helping much either for this one.
×