Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 2 [3] 4 5 6   Go Down

Author Topic: New Update: UQMG for B.A.T. WAW 4.1.1 RCBE Update 004 Released (02 March 2021)  (Read 24644 times)

0 Members and 2 Guests are viewing this topic.

UberDemon

  • UberDemon/danzigzag
  • Modder
  • member
  • Offline Offline
  • Posts: 1435
Re: ANNOUNCEMENT: UQMG for B.A.T. WAW 4.0 RED CORE Released
« Reply #24 on: October 25, 2020, 03:28:45 PM »

All,

I alluded to this earlier that this update would be a long and bumpy journey.  Unfortunately I found out that currently you are not able to create your own plane sets in the new version.  This has to do with how double quotes are used in some fields.

I just fixed it in the code, and will release a hot-fix in not too long.  If you really want to create your sets right now and you are having problems you can fix it by doing some mass text substitution.

Say you are in the UQMG "ini\BAT_WAW\main\RandomSets" folder.  A custom Randomize file you create would be named something like "rnd_set10000.ini" (Custom files are always named from 10000 and higher).

A typical line would look like this:
(F) Curtiss P-40B, 1941,notused,[ru] <USSR>,1

But because I use the text that comes from BAT, I have to deal with commas in comma separated text fields.

To properly work, this field would have to be edited to (note the double quotes):
"(F) Curtiss P-40B, 1941",notused,[ru] <USSR>,1

The best way to do a mass text substitution would be to substitute all occurrences of {,notused,} with {",notused,}, and then add a double quote to as the first character in every line.

Really sorry about this.
Logged
Best Regards, UberDemon/danzigzag, Get UQMG at SAS BAT Mission area.  www.uberdemon.net no longer exists.  (** Alienware Aurora R7 / i7-8700 3.20GHz / 16GB RAM / Win 10 x64 / NVIDIA GeForce GTX 1080 **)

UberDemon

  • UberDemon/danzigzag
  • Modder
  • member
  • Offline Offline
  • Posts: 1435
Re: ANNOUNCEMENT: UQMG for B.A.T. WAW 4.0 RED CORE Released
« Reply #25 on: October 25, 2020, 04:38:26 PM »

No problem to include my missions. :)

And if you want me to translate the briefings in english, no problem also: just tell me how you want to proceed (translate the missions on my side and send it,  simply give you the text, or any way that suits you best).

Had to re-write some routines in UCT2020 to get this done, but now I have a way to convert custom files for other people if they want.  Had some issues at first because in your PC the files are saved with "Vrai/Faux" instead of "True/False", but that was a fun programmatic problem to solve!

Will be releasing them soon.
Logged
Best Regards, UberDemon/danzigzag, Get UQMG at SAS BAT Mission area.  www.uberdemon.net no longer exists.  (** Alienware Aurora R7 / i7-8700 3.20GHz / 16GB RAM / Win 10 x64 / NVIDIA GeForce GTX 1080 **)

PO_MAK_249RIP

  • CMON U SPURS!
  • member
  • Offline Offline
  • Posts: 2087
Re: ANNOUNCEMENT: UQMG for B.A.T. WAW 4.0 RED CORE Released
« Reply #26 on: October 25, 2020, 10:54:53 PM »

No intention to hurt your feelings m8 just like my own UI's in place :) I have created a lot of my own loading screens etc. Are you a yiddo by any chance? COYS!
Logged
Corsair Carbide case, Intel core i5 4690 3.5ghz with Arctic Cooler, Asus Rock H97 performance, MSI Ventus XS OC 1660GTX 6GB DDR6, 32GB Patriot Viper 1600Mhz, 256GB/500GB Crucial SSDs, Windows 10 64bit.

UberDemon

  • UberDemon/danzigzag
  • Modder
  • member
  • Offline Offline
  • Posts: 1435
Re: ANNOUNCEMENT: UQMG for B.A.T. WAW 4.0 RED CORE Released
« Reply #27 on: October 25, 2020, 11:52:51 PM »

All jokes for sure!  But  I hope I was able to help... ha ha!
Logged
Best Regards, UberDemon/danzigzag, Get UQMG at SAS BAT Mission area.  www.uberdemon.net no longer exists.  (** Alienware Aurora R7 / i7-8700 3.20GHz / 16GB RAM / Win 10 x64 / NVIDIA GeForce GTX 1080 **)

PO_MAK_249RIP

  • CMON U SPURS!
  • member
  • Offline Offline
  • Posts: 2087
Re: ANNOUNCEMENT: UQMG for B.A.T. WAW 4.0 RED CORE Released
« Reply #28 on: October 26, 2020, 02:34:42 AM »

Hi Uber I wanted to alter the P47 image that appears when you first open UQMM - but I assume its hard coded as you say? Any work around?
Logged
Corsair Carbide case, Intel core i5 4690 3.5ghz with Arctic Cooler, Asus Rock H97 performance, MSI Ventus XS OC 1660GTX 6GB DDR6, 32GB Patriot Viper 1600Mhz, 256GB/500GB Crucial SSDs, Windows 10 64bit.

RealDarko

  • Modder
  • member
  • Online Online
  • Posts: 2262
Re: ANNOUNCEMENT: UQMG for B.A.T. WAW 4.0 RED CORE Released
« Reply #29 on: October 26, 2020, 06:29:14 AM »

Getting this when I try to run the game the first time.

Logged

PO_MAK_249RIP

  • CMON U SPURS!
  • member
  • Offline Offline
  • Posts: 2087
Re: ANNOUNCEMENT: UQMG for B.A.T. WAW 4.0 RED CORE Released
« Reply #30 on: October 26, 2020, 07:14:59 AM »

I had that - have you installed outside windows program files? It must be C (your drive)\UQMG and not in either of the program files folders (ie x86 etc). That worked for me!
Logged
Corsair Carbide case, Intel core i5 4690 3.5ghz with Arctic Cooler, Asus Rock H97 performance, MSI Ventus XS OC 1660GTX 6GB DDR6, 32GB Patriot Viper 1600Mhz, 256GB/500GB Crucial SSDs, Windows 10 64bit.

UberDemon

  • UberDemon/danzigzag
  • Modder
  • member
  • Offline Offline
  • Posts: 1435
Re: ANNOUNCEMENT: UQMG for B.A.T. WAW 4.0 RED CORE Released
« Reply #31 on: October 26, 2020, 08:13:56 AM »

Getting this when I try to run the game the first time.



Did you follow the install instructions closely?  Did you run the fb100.exe to install the required configuration files?  Something that seems to help specially in newer Windows 10 machines is to install in a non traditional installation directory.  Something like D:\Games\UberQuickPF.  In fact I highly recommend installing UQMG in a Flash Drive or a Solid State Drive, due to intense file processing that goes on.
Logged
Best Regards, UberDemon/danzigzag, Get UQMG at SAS BAT Mission area.  www.uberdemon.net no longer exists.  (** Alienware Aurora R7 / i7-8700 3.20GHz / 16GB RAM / Win 10 x64 / NVIDIA GeForce GTX 1080 **)

UberDemon

  • UberDemon/danzigzag
  • Modder
  • member
  • Offline Offline
  • Posts: 1435
Re: ANNOUNCEMENT: UQMG for B.A.T. WAW 4.0 RED CORE Released
« Reply #32 on: October 26, 2020, 08:16:50 AM »

Hi Uber I wanted to alter the P47 image that appears when you first open UQMM - but I assume its hard coded as you say? Any work around?

Oh, OK, I get it.  No that is hardcoded in the "Splash Screen" form for the Program... I guess I could look into updating that but I have been lazy.
Logged
Best Regards, UberDemon/danzigzag, Get UQMG at SAS BAT Mission area.  www.uberdemon.net no longer exists.  (** Alienware Aurora R7 / i7-8700 3.20GHz / 16GB RAM / Win 10 x64 / NVIDIA GeForce GTX 1080 **)

RealDarko

  • Modder
  • member
  • Online Online
  • Posts: 2262
Re: ANNOUNCEMENT: UQMG for B.A.T. WAW 4.0 RED CORE Released
« Reply #33 on: October 26, 2020, 09:45:25 AM »

Got it working after restarting from scratch. Now is time to try it! Thanks a lot!
Logged

UberDemon

  • UberDemon/danzigzag
  • Modder
  • member
  • Offline Offline
  • Posts: 1435
Re: ANNOUNCEMENT: UQMG for B.A.T. WAW 4.0 RED CORE Released
« Reply #34 on: October 26, 2020, 09:55:18 AM »

Got it working after restarting from scratch. Now is time to try it! Thanks a lot!

Whew!  Our customer support operators are standing by to help!  Due to increased demand we have expanded our support hours to:

Wednesday through Thursday:  1:15PM to 1:17PM UCT

Please fill out a Survey, please select from the following choices:

1) Incredibly delighted
2) Super incredibly delighted
3) In heaven
4) In heaven with ice cream
5) Nothing better in this side of the Universe

 ;D
Logged
Best Regards, UberDemon/danzigzag, Get UQMG at SAS BAT Mission area.  www.uberdemon.net no longer exists.  (** Alienware Aurora R7 / i7-8700 3.20GHz / 16GB RAM / Win 10 x64 / NVIDIA GeForce GTX 1080 **)

RealDarko

  • Modder
  • member
  • Online Online
  • Posts: 2262
Re: ANNOUNCEMENT: UQMG for B.A.T. WAW 4.0 RED CORE Released
« Reply #35 on: October 26, 2020, 10:58:20 AM »

I vote for the 5!
Logged
Pages: 1 2 [3] 4 5 6   Go Up
 

Page created in 0.049 seconds with 25 queries.