hey uh its not working for me D: I put the mod file ("modObedientSteed") in my mods folder but it still says "you cant do that here" when I try gallopping in currently where im at, Beauclair. I tried 2 other mods (gallop through settlements and gallop through cities) installing them the same way as this but none of the 3 worked,,, let me try using script merger maybe???? I also tried despawning horse idk atp okay so update not even a minute later: I used script merger and it turns out it was conflicting with my uhhh faster roach mod, hehe sorry!!
Error [mod0000_mergedfiles]game\vehicles\horse\states\exploration.ws(432): syntax error, unexpected TOKEN_ELSE, near 'else' Error [mod0000_mergedfiles]game\vehicles\horse\states\exploration.ws(439): syntax error, unexpected '}', expecting $end, near '}' Warning [content0]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code. Warning [content0]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code. Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.
Was working fine till I reloaded my merges earlier. Any ideas?
That is 99% sure a script merge issue. You can try unmerging the mods you have that touch the file game\vehicles\horse\states\exploration.ws and redoing the merge. If that doesn't help, try to disable/remove other mods besides this one, that modify that file to narrow down what the cause is.
Exploration.ws does not seem to be changed in 4.04. Did you make any changes to the code of the mod itself? I am wondering because I happen to have a few mods and personal edits modifying that file.
No, you are right. I actually did some very minor refactoring, so the number of lines the mod touches is slightly reduced. I noticed this while comparing all my mods for 4.04 and decided to update it now. I was wondering if someone would notice it. And now you did, in just 1 or 2 hours. :D Busted! ;)
41 comments
okay so update not even a minute later: I used script merger and it turns out it was conflicting with my uhhh faster roach mod, hehe
sorry!!
Error [mod0000_mergedfiles]game\vehicles\horse\states\exploration.ws(439): syntax error, unexpected '}', expecting $end, near '}'
Warning [content0]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.
Warning [content0]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code.
Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.
Was working fine till I reloaded my merges earlier. Any ideas?