-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes for CC only without adding modding support #46
Comments
It's not really possible to do this without 'patching', because the change to common.lvl is what gives the functionality to read in more data to fix things up. I think it may be possible to minimize the patch to just get those things you listed.
After making these changes, you'd need to re-run the 'run_after_making_changes.bat' from the addon2 folder. But why are you concerned about not 'adding mod support'? |
Not really concerned about the modding support, im just not into modding the game but i think the fixes this patch has are great for the CC, i only wanted the fixes to get the CC in the best playable state possible. Ill try to minimize the patch as u said and ill report here if i encounter any problems, thanks. |
I was checking the scripts to apply the patch over "common.lvl" and in windows u can use "certutil" to check the md5 hash of the file to see if its modified or not (i was trying to merge "Apply_patch.bat & run_after_making_changes_windows.bat"), i guess that will not work trough Bottles/Wine because "certutil" only comes with windows, maybe something like a golang script could help (one self-contained executable for windows that u can run trough bottles that does the md5 hash verification of "common.lvl" and after that calls "LVLTool.exe", maybe the same can be done for "run_after_making_changes_*") |
If you follow the instructions, the file will have been modified. |
There is a way for me to only install the fixes for CC?? The ones im trying to install are:
-Han solo fixes
-Snail tank treads fixes
-Hero voices when entering/exiting the Battlefield
-Keep heroes out of turrets
The text was updated successfully, but these errors were encountered: