Search found 12 matches

by PascalCase
Thu Feb 24, 2022 12:54 pm
Forum: Unity of Command II
Topic: Structure
Replies: 8
Views: 16704

Re: Structure

Unfortunately I don't know how to mod campaigns.

But there is already one in the workshop by Spiffy_King: "Bravado! - A Greco-Italian War Micro Campaign".
You can download it and check the files in Steam/SteamApps/workshop/content/*somenumber* (just sort by date of last changed).
by PascalCase
Mon Feb 21, 2022 2:11 pm
Forum: Unity of Command II
Topic: Structure
Replies: 8
Views: 16704

Re: Structure

Pinky_Mod.jpg Something like this, right? Sterling told you pretty much all you have to do, only thing left is to add a localization file for the unit description "German Panzer". I attached the files needed to reskin an existing model. I used Gimp to modify the .dds texture and .png thum...
by PascalCase
Wed Sep 22, 2021 12:11 pm
Forum: Unity of Command II
Topic: Error creating a 3D assets mod
Replies: 17
Views: 31184

Re: Error creating a 3D assets mod

Looking great, this game sure needs more way too big tanks :D. If you're modding in a TankA , you'll also want to add a TankA .yml into the folder '/data/entity_types/unit_types' for things like faction, stats etc. To give your unit a new name, you can add a strings.yml into 'localization/eng'. If y...
by PascalCase
Tue Sep 21, 2021 12:04 pm
Forum: Unity of Command II
Topic: Error creating a 3D assets mod
Replies: 17
Views: 31184

Re: Error creating a 3D assets mod

I don't think the location of the game matters. It was just strange your error msg would locate your game on D:\ but some code\uoc2 folder is on E:\. I also checked the dependencies of assimp.dll: kernel32.dll and MSVCR110.dll, both in C:\WINDOWS\system32. Do you have the second one (MSVCR110.dll)? ...
by PascalCase
Mon Sep 20, 2021 12:14 pm
Forum: Unity of Command II
Topic: Error creating a 3D assets mod
Replies: 17
Views: 31184

Re: Error creating a 3D assets mod

The installation path is 'D:\Games\steamapps\...', that's fine. But why does it look for the .py files in 'E:\code\uoc2\...'? Strange, isn't it? The warning msg is asking for the missing assimp.dll OR one of its dependencies (which are other .dlls). I guess it's missing a library which is required f...
by PascalCase
Wed Sep 15, 2021 11:58 am
Forum: Unity of Command II
Topic: Error creating a 3D assets mod
Replies: 17
Views: 31184

Re: Error creating a 3D assets mod

It's really simple. First go to the folder containing prep.exe. Type 'cmd' where I've drawn an arrow (path line? address window? whatever it's called) and hit enter: 01_LI (2).jpg This should open the command line tool for your folder so you won't have to navigate yourself: 02_LI.jpg Now just enter ...
by PascalCase
Tue Sep 14, 2021 3:14 pm
Forum: Unity of Command II
Topic: Error creating a 3D assets mod
Replies: 17
Views: 31184

Re: Error creating a 3D assets mod

Hi Sterling Sorry it took me so long; I didn't get a notification and wasn't on the forums for a while. Not sure, why it didn't work for you though. Some points which might point you in the right direction: - I didn't have a specular map neither, that's why it looked so horribly shiny. In the end, I...
by PascalCase
Sat May 15, 2021 3:04 pm
Forum: Unity of Command II
Topic: Error creating a 3D assets mod
Replies: 17
Views: 31184

Re: Error creating a 3D assets mod

Fixed the scale and added localization, .yml and thumbnails so I could add it as a new unit and not as a replacement:
NewUnit.jpg


Now all I have to do is repeat this process for 10 other units and I could release it as a mod :lol:
by PascalCase
Sat May 15, 2021 1:15 pm
Forum: Unity of Command II
Topic: Error creating a 3D assets mod
Replies: 17
Views: 31184

Re: Error creating a 3D assets mod

It did indeed help and you were right with the .obj. If I name it anything but can_arm_43, I get this error: Traceback (most recent call last): File "E:\Env\Py38\lib\site-packages\cx_Freeze\initscripts\__startup__.py", line 40, in run File "E:\Env\Py38\lib\site-packages\cx_Freeze\init...
by PascalCase
Fri May 14, 2021 10:05 am
Forum: Unity of Command II
Topic: Error creating a 3D assets mod
Replies: 17
Views: 31184

Re: Error creating a 3D assets mod

I couldn't attach it as .yml, so I'm posting it as .txt (probably because it could be a virus). My folder structure looks like this: Unity of Command 2 assets_in unit_models can_arm_43 can_arm_43.yml jap_type_95_hago.obj Type_95_Ha_Go_Kd.tga Type_95_Ha_Go_Ks.tga Type_95_Ha_Go_N.tga My command line l...