
Tutorial, modding Act of Aggression team colors
- General Mig
- Sergeant Major
- Posts: 262
- Joined: Fri 12 Jun 2015 12:20
- Location: In the shadows
- Contact:
Re: Tutorial, modding Act of Aggression team colors
thank you this is just what i needed 

Re: Tutorial, modding Act of Aggression team colors
Thank you for this! Might be off topic but im also looking for a way to disable the vanishing animation of stealth units. Ive tried searching in the NDF_Win to no avail,
Re: Tutorial, modding Act of Aggression team colors
Nice!! You guys are great 

- The W:AB Noob
- Lieutenant General
- Posts: 4575
- Joined: Fri 12 Jul 2013 22:29
- Location: United States, Central Time Zone
- Contact:
Re: Tutorial, modding Act of Aggression team colors
Just putting it out here, I made a tiny Batch file to easily switch RGBA (standard) to BGRA (NDF)
Code: Select all
@echo off
setlocal EnableDelayedExpansion
:start
set /p Input=RGBA:
set first=%Input:~0,2%
set second=%Input:~3,2%
set third=%Input:~5,2%
set fourth=%Input:~7,2%
cls
echo %third%%second%%first%%fourth%
pause >nul
rem Made by Kdhfl
Re: Tutorial, modding Act of Aggression team colors
Great! Thanks
Who is online
Users browsing this forum: No registered users and 2 guests