Derek Chan
Derek Chan
It's quite hard to reproduce. But I confirm the issue is still here. ## Stack trace `FailToAddNode` was thrown at: ``` AddNodeToWorld(const unsigned int iMapIndex, const unsigned short usIndex, const...
In Vanilla, I can reproduce the "firing instead of throwing item" bug but not the crash. The burst mode on merc is disabled when the weapon is put away.
The single bytes could be the [items data](https://github.com/ja2-stracciatella/ja2-stracciatella/blob/bae4a7e949ff0ee4327f8cf7c8c2d92c91f7aefc/src/game/Tactical/Items.cc#L67), [map stuff](https://github.com/ja2-stracciatella/ja2-stracciatella/blob/bae4a7e949ff0ee4327f8cf7c8c2d92c91f7aefc/assets/externalized/strategic-map-movement-costs.json) and the like. Unless an UC dev comes up, our best bet maybe to convert and adapt UC 1.13 TableData...
(Following the forum [thread](http://thepit.ja-galaxy-forum.com/index.php?t=msg&goto=362074)) I am able to extract weapons and items data from the JA2_UC.exe, using UC-tools. This is the raw output from JA2WEDIT: [uc-weapons.txt](https://github.com/ja2-stracciatella/ja2-stracciatella/files/5719414/uc-weapons.txt) But the fields are...
I think this is AP display issue, in the save, it takes 1 AP to turn to face enemy, 2 AP to crouch, 4 AP to punch. I think it's...
A couple of things to be externalized: - Mines (type, location, production rate) - Soldier creation (colors, attribute stats)
In the save, status of Kingpin's faction is `CIV_GROUP_WILL_BECOME_HOSTILE`, which is only possible when a Civ in the faction was attacked. Did you somehow directly or indirectly injured anybody in...
I have seen similar issues with map mods, but couldn't reliably reproduce. I had enemies stuck at a certain spot, kept running until fainting. And when that happens, the enemy...
I got the wrong issue reference in that commit. This is not yet fixed.
It is the IMP email that triggers the link. In addition, I would also suggest externalizing emails, and exposing callback-hook to website availability.