Search found 864 matches

by nexusno2000
Fri Feb 20, 2026 8:44 am
Forum: Panzer Corps 2
Topic: Cyrenaica "commendation" bug
Replies: 12
Views: 4771

Re: Cyrenaica "commendation" bug

Panzer73 wrote: Thu Feb 19, 2026 1:45 pm Thanks for the fixes!
I've reported the bugs (and the fixes), so maybe they'll get fixed. Eventually.
by nexusno2000
Sun Feb 15, 2026 8:04 am
Forum: Panzer Corps 2
Topic: Bug Reports
Replies: 1186
Views: 381534

Re: Bug Reports

Scenario 8: Interception of El Mechili

Script error due to the script trying to spawn a tank with a transport...

local unit6 = {"VickersMkVI", "UniversalCarrier", 0, 3000}

Should read:

local unit6 = {"VickersMkVI", "", 0, 3000}

Update you 08_IT_ElMechili.lua to fix this issue.
by nexusno2000
Sun Feb 15, 2026 7:56 am
Forum: Panzer Corps 2
Topic: Cyrenaica "commendation" bug
Replies: 12
Views: 4771

Re: Cyrenaica "commendation" bug

So... scenarios 6, 7, and 8 all have bugs :D

Maybe we will find more? :mrgreen:
by nexusno2000
Sun Feb 15, 2026 7:55 am
Forum: Panzer Corps 2
Topic: Cyrenaica "commendation" bug
Replies: 12
Views: 4771

Re: Cyrenaica "commendation" bug

Scenario 8: Interception of El Mechili

Script error due to the script trying to spawn a tank with a transport...

local unit6 = {"VickersMkVI", "UniversalCarrier", 0, 3000}

Should read:

local unit6 = {"VickersMkVI", "", 0, 3000}

Update you 08_IT_ElMechili.lua to fix this issue.
by nexusno2000
Thu Feb 12, 2026 6:34 pm
Forum: Panzer Corps 2 AARs
Topic: Frontlines - Cyrenaica: Pizza and Chips
Replies: 26
Views: 29486

Re: Frontlines - Cyrenaica: Pizza and Chips

Scenario 6:
Annibale Bergonzoli should also have ReducedSlots (there is a typo in the lua)

Scenario 7:
The lua is bugged in 2 ways; doesn't give u the bonus core slots & disbanding anything will cause mission to fail (probably doesn't come up too often).

I've made a fixes for both.

Did you see ...
by nexusno2000
Thu Feb 12, 2026 6:22 pm
Forum: Panzer Corps 2
Topic: Bug Reports
Replies: 1186
Views: 381534

Re: Bug Reports


Post by nexusno2000 » 12 Feb 2026 14:17

I'm replaying (and recording) the Italian Cyenaica campaign, and noticing a weird bug:

Mission 7: Toburk
I have 2 CP (this campaign reuses the code from AO commendation points to track bonus core slots)

This gives me 50+10=60 core slots

So far, so good ...
by nexusno2000
Thu Feb 12, 2026 6:16 pm
Forum: Panzer Corps 2
Topic: Cyrenaica "commendation" bug
Replies: 12
Views: 4771

Re: Cyrenaica "commendation" bug

3 & 4 are only relevant if you want to see CP and track them as it updates.
by nexusno2000
Thu Feb 12, 2026 6:07 pm
Forum: Panzer Corps 2
Topic: Cyrenaica "commendation" bug
Replies: 12
Views: 4771

Re: Cyrenaica "commendation" bug

I did 4 changes:

1. Fix the objective status so it's actually == Success when you bring back the explosives

FROM
function SanGiorgio_Success()
return objective_status == ObjectiveStatus.Success
end

function SanGiorgio_Fail()
return objective_status == ObjectiveStatus.Fail
end

TO
function ...
by nexusno2000
Thu Feb 12, 2026 6:02 pm
Forum: Panzer Corps 2
Topic: Cyrenaica "commendation" bug
Replies: 12
Views: 4771

Re: Cyrenaica "commendation" bug

This is the fixed version of 07_IT_Tobruk.lua

-------------------------
--- Message utilities ---
-------------------------

function MessageSequence(messages) -- Show messages in a navigable sequence
for i, msg in ipairs(messages) do
TutorialMessageImg(msg.img,msg.notify, false)
end
end ...
by nexusno2000
Thu Feb 12, 2026 5:29 pm
Forum: Panzer Corps 2
Topic: Cyrenaica "commendation" bug
Replies: 12
Views: 4771

Re: Cyrenaica "commendation" bug

Relatedly: shame there is no console command for Commendation Points
by nexusno2000
Thu Feb 12, 2026 5:29 pm
Forum: Panzer Corps 2
Topic: Cyrenaica "commendation" bug
Replies: 12
Views: 4771

Re: Cyrenaica "commendation" bug


I had the same issue when playing my AARs back in the day, alongside a few minor script bugs. I'm afraid it was not addressed yet - while I was hoping for a patch the teams seems to have moved to working on the Allied Operations - Italy DLC. A tiny bit of hope remains that someone will address ...
by nexusno2000
Thu Feb 12, 2026 2:36 pm
Forum: Panzer Corps 2
Topic: Bug Reports
Replies: 1186
Views: 381534

Re: Bug Reports

Post by nexusno2000 » 12 Feb 2026 14:17

I'm replaying (and recording) the Italian Cyenaica campaign, and noticing a weird bug:

Mission 7: Toburk
I have 2 CP (this campaign reuses the code from AO commendation points to track bonus core slots)

This gives me 50+10=60 core slots

So far, so good.

I ...
by nexusno2000
Thu Feb 12, 2026 1:31 pm
Forum: Panzer Corps 2
Topic: Cyrenaica "commendation" bug
Replies: 12
Views: 4771

Re: Cyrenaica "commendation" bug

I get this msg when delivering the explosives:

msg = NSLOCTEXT("07_IT_Tobruk", "ship_unit_sunken", "The San Giorgio will never be caught by the British. Set it ablaze!")

But I never see this - it just tells me about the bonus hero objective.

objective_status = ObjectiveStatus.Active,
reward ...
by nexusno2000
Thu Feb 12, 2026 1:24 pm
Forum: Panzer Corps 2
Topic: Cyrenaica "commendation" bug
Replies: 12
Views: 4771

Re: Cyrenaica "commendation" bug

Unrelated, I found this minor bug while looking for clues to the commendation bug:

C:\Program Files (x86)\Steam\steamapps\common\Panzer Corps 2\PanzerCorps2\Content\Campaigns\ITGB_40_Cyrenaica\IT_40_OperationE\06_IT_Bardia\06_IT_Bardia.lua (1 hit)
hero.extra_traits = {UnitTrait.OnTheRoll ...
by nexusno2000
Thu Feb 12, 2026 1:17 pm
Forum: Panzer Corps 2
Topic: Cyrenaica "commendation" bug
Replies: 12
Views: 4771

Cyrenaica "commendation" bug

I'm replaying (and recording) the Italian Cyenaica campaign, and noticing a weird bug:

Mission 7: Toburk
I have 2 CP (this campaign reuses the code from AO commendation points to track bonus core slots)

This gives me 50+10=60 core slots

So far, so good.

I get the explosives and move them to the ...
by nexusno2000
Thu Feb 12, 2026 12:55 pm
Forum: Panzer Corps 2: Tech Support
Topic: Frontlines – Cyrenaica Mission Failure Bug Bardia
Replies: 1
Views: 3051

Re: Frontlines – Cyrenaica Mission Failure Bug Bardia


Hello, I'm currently playing the Frontlines - Cyrenaica DLC on the Italy route. I'm on the mission to defend Bardia, currently on turn 13. I've completely broken the Australian southern advance and captured their bases there. However, if I destroy or capture even one enemy unit, I immediately get ...
by nexusno2000
Sat Feb 07, 2026 6:36 am
Forum: Panzer Corps 2 Scenario Design
Topic: Commander trait selection in scenarios
Replies: 3
Views: 3430

Re: Commander trait selection in scenarios


Under Edit - Scenario Parameters: If you tick the box "Player customization" and put a number into the box "Trait points" it should work.


I had two versions of the scenario saved and was constantly testing the one I HADN'T modded... lol and facepalm :roll:

So works as intended, nothing to see ...
by nexusno2000
Fri Feb 06, 2026 12:32 pm
Forum: Panzer Corps 2 Scenario Design
Topic: Commander trait selection in scenarios
Replies: 3
Views: 3430

Re: Commander trait selection in scenarios

Funeral wrote: Fri Feb 06, 2026 9:56 am Under Edit - Scenario Parameters: If you tick the box "Player customization" and put a number into the box "Trait points" it should work.
Yeah, I've tried that, but to no effect.

I checked the box and put "2" in the points.
by nexusno2000
Fri Feb 06, 2026 7:06 am
Forum: Panzer Corps 2 Scenario Design
Topic: Commander trait selection in scenarios
Replies: 3
Views: 3430

Commander trait selection in scenarios

I'm trying to make custom scenarios where I'd like to allow the player to pick traits.

There are options for enabling this in the editor, but they don't seem to work.

Has anyone tried this and gotten it to work?
by nexusno2000
Wed Apr 16, 2025 4:04 pm
Forum: Panzer Corps 2
Topic: Finished SCW - No traits window
Replies: 4
Views: 1276

Re: Finished SCW - No traits window


I was able to load 1939 as a New Scenario and it allowed for Trait selection.
There is a glitch with the auto import right from SCW tho. I redid the final turn and the same effect happens.
It takes me to 1939 with no traits. If I had to guess I'd say that for my 1st SCW at a higher Diff Level I ...

Go to advanced search