This mod is what I was looking for. I found one point that needs to be corrected in this mod. If making a campsite in mod wordspace and then making a campsite in Skyrim or Solstheim, there will still be a map marker to the campsite that does not exist in the mod wordspace. I fixed this by rewriting ccQDRSSE002_ShelterScript as listed below.
Spoiler:
Show
function MoveFastTravelMarker() ObjectReference myMarker = none worldspace currentWorldspace = PlayerRef.GetWorldSpace() Int numModdedWorldspaces = ModdedMapmarkers.GetSize() if currentWorldspace == Tamriel DisableFastTravelMarkers() myMarker = ccQDRSSE002_CampMapMarkerRefTamriel elseIf currentWorldspace == DLC2SolstheimWorld DisableFastTravelMarkers() myMarker = ccQDRSSE002_CampMapMarkerRefSolstheim
And can you please include this Addon that prevents the making of campsites in mod wordspaces cities? https://filebin.net/m6blbzfsk6am6gjr I made it so that it does not mess with CC Camping's city check spell. Thanks for making this mod!
Activating a wood chopping doesn't do anything for me except open the crafting menu. Is this related to the "MissileChoppingBlockTokenScript" script because if so, that script doesn't exist in the mod.
no, i just let you use the campfire from the campsite to cook again, like in the vanilla creation. You'd either need portable cooking or usable campfires if you wanna cook at any campfire
You can cook basic foods with usable campfires, same as the cc camping recipes. With portable cooking you can make anything you can at a cooking pot with it's pot. So up to you what all you want really.
100 comments
I found one point that needs to be corrected in this mod.
If making a campsite in mod wordspace and then making a campsite in Skyrim or Solstheim, there will still be a map marker to the campsite that does not exist in the mod wordspace.
I fixed this by rewriting ccQDRSSE002_ShelterScript as listed below.
ObjectReference myMarker = none
worldspace currentWorldspace = PlayerRef.GetWorldSpace()
Int numModdedWorldspaces = ModdedMapmarkers.GetSize()
if currentWorldspace == Tamriel
DisableFastTravelMarkers()
myMarker = ccQDRSSE002_CampMapMarkerRefTamriel
elseIf currentWorldspace == DLC2SolstheimWorld
DisableFastTravelMarkers()
myMarker = ccQDRSSE002_CampMapMarkerRefSolstheim
And can you please include this Addon that prevents the making of campsites in mod wordspaces cities?
https://filebin.net/m6blbzfsk6am6gjr
I made it so that it does not mess with CC Camping's city check spell.
Thanks for making this mod!
Activating a wood chopping doesn't do anything for me except open the crafting menu. Is this related to the "MissileChoppingBlockTokenScript" script because if so, that script doesn't exist in the mod.