Capital Ship Creation Help

Brushes Editing

I just got into modding Sins and was following a tutorial for creating capital ships: https://forums.sinsofasolarempire.com/370181. I get to the point of editing the brushes file, but when I open it in Notepad++ its almost entirely "nul" icons. Opening the file in regular notepad puts three spaces between each character. I assume this is wrong, so how do I set it so I can actually read it?

3,052 views 2 replies
Reply #1 Top

Hi Spastic Ninja :ninja:

Take a look at the files in the Normandy Mod at this link (http://code.google.com/p/zombiesrus5/downloads/list). It might be a good example for you to look at as it has a simplified way of adding capital ships without having to mod the core sins files. This example is for Diplomacy, however the only modification required for Entrenchment is to use the PlayerTech.entity from Entrenchment instead.

Now in regards to the null comment. I'm guessing the file starts with BIN... Assuming this is true you are trying to modify a binary version of the brush file which won't happen. You need to convert the file to text or download the proper file. There are lots of ways to get the proper reference files but the easiest is to download the core set available here, here, or here. You can also download a tool to convert them from here.

- ZombiesRus5