Skip to content

Fixing CCCP crashes and errors with Fork

MyNameIsTrez edited this page Jun 16, 2021 · 14 revisions

This page was put together in a few minutes, I'll improve it soon. Feel free to ask MyNameIsTrez for clarification in the Discord server for the time being.

So let's say CCCP gives you this error:

image

First off, download SourceTree - it's like GitHub Desktop and allows searching across all commits.

Clone the data repository. The data repository contains the images, INI, lua, etc, while the source repository contains the C++ code.

image

Then paste this URL in this field: https://github.com/cortex-command-community/Cortex-Command-Community-Project-Data

image

Press search.

image

On the right side of the screen change the default Commit Messages setting to File Changes.

You'll have to do this every time you open SourceTree, unfortunately.

image

Enter whatever you want to search for in the search field and hit the Enter key on your keyboard to search across all commits.

image

So the one problem with SourceTree is that when you type a thing to look for it doesn't only show you the file containing that thing, it shows you all changed files in that same commit too

image

If you have a really long list of files and you're overwhelmed, take a step back and realize that with "browncoat fuel bomb burst" you should probably look for a file with a similar name, and in this case FuelBomb.ini was indeed the relevant file:

image

If you don't want to be blinded by light mode SourceTree, click Tools -> Options and set the Theme to Dark.

image

image

Clone this wiki locally