TP_SideScrollerBP TemplateDefs.ini missing a parenthesis

Required_2of2. file for 4.2.1 (maybe earlier too) has a missing parenthesis at end of LocalizedDisplayNames
Templates/TP_SideScrollerBP/Config/TemplateDefs.ini

Currently:

LocalizedDisplayNames=(Language="en",Text="Blueprint Side Scroller"

Should Be:

LocalizedDisplayNames=(Language="en",Text="Blueprint Side Scroller")

Hey smilingrob,

I looked into my source engine and file is not missing an end parenthesis. I downloaded current Required_2of2. for 4.2 and it isn’t missing parenthesis either. Are you sure it wasn’t simply deleted by mistake?

I don’t remember opening that file, didn’t know it existed, but anything is possible because it’s in gitignore. Thanks for checking, I only checked where file came from, not that it was bad in I have. I’ll try that when I have time later.

@Alexander-Paschall was correct, it’s not in Third Person, but in Side Scroller.

$ unzip -p Required_2of2. Templates/TP_SideScrollerBP/Config/TemplateDefs.ini | grep LocalizedDisplayNames
LocalizedDisplayNames=(Language="en",Text="Blueprint Side Scroller"
LocalizedDisplayNames=(Language="ko",Text="블루프린트 횡스크롤"

$ openssl md5 Required_2of2.
MD5(Required_2of2.)= 435557ccf88cd3c2c9aaf0b0cb1310ac

Ah, I see. I’ll enter a bug report for that now. Thanks for your report!

Out of curiosity, was Alexander talking about this elsewhere? I must have missed it.

He changed title of my question to TP_SideScrollerBP from TP_ThirdPersonBP. Then I edited rest of info after my previous comment. Sorry for confusion. :slight_smile: