Jump to content

Deathoctimus

Premium Member
  • Posts

    116
  • Joined

  • Last visited

Everything posted by Deathoctimus

  1. Okay last call. I'm rebooting the armor remake right now. If nobody is willing to help when this is completed I won't be adding it.
  2. Hi community, I'm Octimus 3D artist and I'm looking for some help, if your handy with scripts, voice acting or something else please read on. I started the mod Sisters of battle in 2018 from a request on this forum. Over the years it has grown and received many reworks to keep up with my increasing standards. Now reaching version 3.1 it has reached a point where I would love to add features and functionality that I simply cannot do alone. So what am I wanting to do and how could you join the project. "Spoilers" Well in it's latest state you complete the quest after visiting various places in the commonwealth. The drop pods land, the troops arrive and you get your well earned gear. From this point I would love to utilize our new found allies instead of them been mindless drones on patrol. It would great to have them be able to join you in combat, support you someway. I was also thinking of a base building mechanic perhaps in the way of quests. If you think you could contribute to a well established mod please contact me. Feedback is always welcome.
  3. Thanks for replying Zorkaz. I got it working thank god!
  4. Fadingsignal has given permission to use this mod for the NV / therm mods. however I have tired to do it and failed. Can anyone help?
  5. Okay I setup a MCN men with hotkey, but I really can't script that well. Anyone able to help?
  6. Thank you for the information. I have no clue how to connect that up lol. Well it's ready for it now gonna gonna try research it out.
  7. Well we can only take we we can get right. The outline trick works what I have seen on other mods.
  8. Hi everyone, I've been working on a tactical helmet mod for the last month. Now for the meshes and basic game integration I'm there, however I've reach my skill limit with scripting and programming in night vision and thermal modes. If anyone wants to join me in a collaboration to get this mod to a nice standard, that would be great! Please contact me if you would like to join this project. https://i.imgur.com/V4b4zjY.jpg - Large picture to big for post Thanks, Octi :) https://discord.gg/73bCbD4 - Death Octimus#3224 or message me here.
  9. If you want people interested, details?
  10. I do use F4AK Correct 1st or 3rd person settings used I have subgraph data I put in the annotations I build AnimTextData I'm trying to make a anim set for my bolter in powerarmor 1st and 3rd Annoying that I managed it last year! :tongue: thanks for replying icestormng.
  11. Hi all, Got an issue with importing adjusted animations into Fallout 4. I managed it first time back in 2018, but now they just look at the floor. anyone got any tips I'm clearly missing a step?
  12. Good suggestion, yeah you have to careful with copyrights. I never ask for money but this new system with mod rewards I'm not sure how that stands up...anyone? I do make all my stuff from scratch and I like to have things close as possible. The outfit in question is not that hard and I'll bear it in mind as even a side project. It would be good to have a male outfit for players and I guess a female version of it could be possible.
  13. Hello peeps, So sisters of battle is in a good place. Braining storming ideas for a new project. I was thinking perhaps a new 40k themed mod, so now is your chance to suggest.
  14. Greetings modders, I'm seeking a person to perhaps do me some nice shiny new media for the sisters of battle mod. I'm currently adding more skins so I will defo need new screenies to show them off. Here is a preview of one of the orders been added. Work in progress Please contact me here or discord to discuss this project if you fancy helping me out. :smile: Thanks!
  15. Hey all, So I've played and unlocked as much content possible with the Havok system. I believe this may or may not be correct but Bethesda is using Havok Cloth Filters to generate the HKX Extra Cloth data. Now, this is something that with the HavokContentTools 2014 1 1 I have does not ship with if anyone out there perhaps has these filters we may be able to unlock better cloth physics. If you have a different theory or relevant information and or want to try and crack this problem please do get in contact with me.
  16. Okay so I managed to fix the issues https://www.creationkit.com/fallout4/index.php?title=TranslateTo_-_ObjectReference on this page, there is a section called "Collision boxes, bugs and other oddities" A MUST READ if you planning on doing TranslateTo turns out the Havok Collision data was causing the fault.
  17. Okay well, the code is running, I managed to get Ontranslatecompleted to run after playing about and copying from UFO script. I've seen the code for the sound I could experiment with, but not for adding an FX I have no clue here? Also, I have no idea why but the translation is jumping into place without moving...I've even tried SplineTranslateToRef it also does the same (its not speed). Ugh... Scriptname droppodfalling extends ReferenceAlias Const Quest Property DO_sob_incomingpod_quest Auto Const ReferenceAlias Property podswitch Auto Const ReferenceAlias Property podtarget Auto Const ReferenceAlias Property falling Auto Const function pod() DO_sob_incomingpod_quest.SetObjectiveCompleted(10) ;utility.Wait(3) ;falling.GetReference().Enable() RegisterForRemoteEvent(falling.GetReference(), "OnTranslationComplete") falling.GetReference().SplineTranslateToRef(podtarget.GetReference(), 1250, 625) EndFunction Event onTriggerEnter(ObjectReference akActionRef) if akActionRef == Game.GetPlayer() if DO_sob_incomingpod_quest.GetStage() > 0 pod() endif endif EndEvent Event ObjectReference.OnTranslationComplete(ObjectReference akSender) DO_sob_incomingpod_quest.SetObjectiveDisplayed(20) ;falling.GetReference().Disable() ;podswitch.GetReference().Enable(true) Debug.Notification("TRANSLATION COMPLETED") EndEvent
  18. Yes your right soon as it rains something happens it must force a cubemap.
  19. Hi all, I find Vortex good, its a good blend of MO and NMM. Only thing I can grumble about is the notifications, there a tad over kill.
  20. gah ffs throw me in a cupboard and pummel me. I had something called dirty save. https://www.creationkit.com/index.php?title=FAQ:_My_Script_Doesn%27t_Work!#I_can.27t_get_my_alias_to_point_to_a_reference
×
×
  • Create New...