Jump to content

smalldjo

Premium Member
  • Posts

    24
  • Joined

  • Last visited

Everything posted by smalldjo

  1. check the dlc folder for any empty folders, because if there are any, the game will fail to detect all dlcs
  2. well i found the quest file it's in "quests\minor_quests\skellige\mq2022_stupid_side_of_courage.w2phase" you'll need Sarcen's mod editor to be able to browse the file. unfortunately i don't know how to add the quest to the journal based on this, and the only fact i found was "mq2022_done" maybe someone else can help you
  3. having an empty folder in "theWitcher/DLC" will cause the game to stop detecting all dlc's when you have a "dlc not installed" error check if you have an empty folder there and remove it.
  4. ok try this: open "thewitcher\mods\mod0000_mergedfiles\game\player\playerinput.ws"add private saved var actionLocks : array<array<SInputActionLock>>; just under class CPlayerInput { //here so it will be like this: class CPlayerInput { private saved var actionLocks : array<array<SInputActionLock>>;
  5. the mods didn't merge correctly, were there any script conflicts that you had to solve manually ?
  6. sorry, my answer wasn't clear; i didn't mean you are missing files, the game fails to detect all the dlcs if you put an empty folder in the /DLC folder, sometimes when installing mods that add dlc to the game it happens. just find the empty folder and delete it.
  7. check the DLC folder , you probably have an empty folder in there.
  8. expansions files are under "the witcher 3/DLC/ep1" for hos and "the witcher 3/DLC/bob" for b&w
  9. if even another person's save didn't work, you probably are missing one can you post your own save for other people to try ? also does it show which dlc are you missing or not ?
  10. create a .ws file in "modMyCommands/content/scripts/local " , in that file create functions like this example: exec function dosomthing() { //put here what you want to do } now put modMyCommands folder inside your mods folder and that's it. you can call your command by the function name 'dosomthing' examples from the game's scripts : exec function RestoreStamina( optional val : int ){ if( val == 0 ){val = 1000;} thePlayer.GainStat( BCS_Stamina, val );} exec function addexp( amount : int ){if( amount > 0 ){GetWitcherPlayer().AddPoints(EExperiencePoint, amount, false );}} see content0/scripts/game/player/playerCheats.ws for example.
  11. use this to merge mod scripts conflicts http://www.nexusmods.com/witcher3/mods/484/?
  12. well , it depends (this should be safe) :D more seriously i found out about a new way other than messing with meshes files,it works with arachas (pink for some reason) , now i'm trying to mix with other monsters to come up with something more unique :smile:
  13. switched and renamed some files in dlc\ep1\data\characters\models\monsters\black_spider\model
  14. hi,just stumbled on this thread this morning and i wanted to help being a complete noob with meshes models and stuff , i just tried to replace the files from the arachas ones : please excuse me if watching this still cause you any trouble is this helpful ? i'll try more later
×
×
  • Create New...