Recent content by Prisma501

  1. Prisma501

    PC Weekend Pruning

    Cabin fever, i tell ya! Happy easter. Cheers
  2. Prisma501

    PC general Questions about A18

    Just kill it. Cheers
  3. Prisma501

    PC How to get back trader NPC

    Yes, static spawn will persist. Cheers
  4. Prisma501

    PC general Questions about A18

    Yeps. I talked about bounds size. That 16 can be confusing. Boidster explained it better. Cheers
  5. Prisma501

    PC general Questions about A18

    100% correct. Cheers
  6. Prisma501

    PC general Questions about A18

    I just checked 17.4b4 and it was also 16 in that version. new Bounds(base.ToWorldPos().ToVector3(), Vector3.one * 16f) Cheers
  7. Prisma501

    PC general Questions about A18

    TileEntityLootContainer class: public override void UpdateTick(World world) { base.UpdateTick(world); if (GamePrefs.GetInt(EnumGamePrefs.LootRespawnDays) > 0 && !this.bPlayerStorage && this.bTouched && this.IsEmpty()) { int num = GameUtils.WorldTimeToHours(this.worldTimeTouched); num +=...
  8. Prisma501

    PC How to get back quest that I removed?

    givequest quest_BasicSurvival1 in console. Cheers
  9. Prisma501

    PC A couple of complaints I have

    Also a thing for the food poisoning is that a19 will have super food: Takes away the /fear/ of that 4% anyhows ;) Cheers
  10. Prisma501

    PC A couple of complaints I have

    Yeps. Exactly what i was saying. I just missed your ~18% in the sequence. So i thought you were simply saying every roll adds 4% chance which would lead to a 100% chance after 25 eats. We are 100% agreeing. Cheers
  11. Prisma501

    PC A couple of complaints I have

    Eh no. Eating 25 times 4% food doesnt give you 100% chance of foodpoisoning. Thats not how probability works. -edit- easier to understand when looking at rolling a die. Chance of a 6 is 1/6 (16,667%). Now roll that die 6 times in a row. You think roll 6 will be a quaranteed 6? Cheers
  12. Prisma501

    PC Optimized

    Where possible they already optimize. And doing a hell of a good job at that, considering they are practically shooting at moving targets still. Cheers
  13. Prisma501

    PC Concrete bases are useless!!!

    Have you tried adapting to the new enemy? Make him explode before reaching the walls? Cheers
  14. Prisma501

    PC Tier 6 quests. Anyone ever actually get one?

    In class Quest (assembly-csharp.dll). Its used when populating the active quests list at the trader. It will never be higher than a tier 5 quest in this version. Cheers
Back
Top