Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Apo

#1
Releases / Re: [1.0] Gear Up And Go
July 19, 2019, 02:38:28 PM
Quote from: Hjkma on July 17, 2019, 02:59:30 PM
Quote from: Apo on July 17, 2019, 11:44:42 AM
I'm using better pawn control and GU&G but I have weird problem. When I command pawn to GU&G they go to clothing racks, change sets but when fully dressed they just dump everything on the ground. Any idea why?
Check their outfit preset. You must unforbid all combat apparels.

Ok, i found where is the problem. KV change dresser has strict rule that everything need to be stored in there. When I uinstalled, everything started to work properly.
#2
Releases / Re: [1.0] Gear Up And Go
July 17, 2019, 11:44:42 AM
I'm using better pawn control and GU&G but I have weird problem. When I command pawn to GU&G they go to clothing racks, change sets but when fully dressed they just dump everything on the ground. Any idea why?
#3
Outdated / Re: Harry Dickle's Fuzzy Pickle
June 09, 2018, 02:23:07 PM
Yeap, same as Coolphoton. Pawn wont give a lesson, and for me they even didn't candidate for Leader(had to manually set them).
#4
Mods / Some Combat Mod
June 09, 2018, 11:39:23 AM
Hi
I used to use some mod around A16/A17 that allows pawns to shoot standing one behind other without risk of being shoot in the back by his friend. I forgot which mod do that. Has anybody recalls what's mod is that or some other for B18 which have that option?
Thanks
#5
Hi, is there a way to add drones to the allow list? This mod with permits made possible to create bedrooms and get rid of "disturbed sleep" problem, but cleaning bots would be nice thou :D
#6
Thanks for the replay, my bad. So I have to re think my strategy of defending ;)
#7
Hi I found another bug. When I have a room with a embrasure it doesn't recognise it as a closed room so it can't cool it properly. It apply both  to vent and duct intake and outlets.
#8
Hi, I'm having a bit of a problem with Utility Wall with Light. I can't find any way to build it then in dev mode. In structure menu I see Utility wall but not with light and when I click on it I can only choose material. When wall is built there also is no button to make it with lights. I've even tried to look at mod files to find the answer but I'm all out of ideas :/
If you could check this or maybe even make a little tutorial how to make those light it would be awesome

Edit: After restart or maybe putting them in dev mode they magically appeared in structures menu. (its possible that I added line in mod that requires  research to this type of wall to appear in menu?) However they miss icon so they they display just texture for all directions ;)
#9
Hi, I just noticed a little bug in code. In SS Mass Storage research there are lines:

    <requiredResearchFacilities>
      <li>MultiAnalyzer</li>
     <li>HiTechResearchBench</li>
    </requiredResearchFacilities>

And because of that research cant be made. Instead it should be like:
<requiredResearchBuilding>HiTechResearchBench</requiredResearchBuilding>
    <requiredResearchFacilities>
      <li>MultiAnalyzer</li>
    </requiredResearchFacilities>


Hope I helped. Cheers for great work.