Pushed another hotfix for your issue.
Printable View
Pushed another hotfix for your issue.
Would it be possible to make the field for Kg wider on the Item sheet to accommodate larger numbers? It was pointed out to me during my recent Traveller session that all of the Heavy Weapon-type items in the CSC 2023 are in Tons and not Kg. When you enter 500 tons in the Kg field it becomes 500000 and does not fit properly.
I will take a look at this when I'm back on Monday. Thanks for the suggestion
Would it be possible to fix the tab order on the following forms:
- NPC form for entries under Weapons
- Spacecraft form for entries on the Systems tab
- Spacecraft form for entries on the Action tab
I'm not quite understanding what you are asking for. Can you elaborate on what you are requesting?
When on the forms I mentioned and using the Tab key on my keyboard I am either not able to tab between all the fields and when I get to the end of a given record have the tab key move to the next entry, or more annoyingly, the tab order is not in the order you would expect, does not go to some fields, or just does not work at all.
While these are not really bug per se, as I have done more and more book conversion, I find these as annoyances when I try tabbing to fields and things don't work properly and I have to move over to the mouse to get to the field I want and then back to the keyboard to keep doing data entry.
For example, if I have a new NPC record and start entering data in the fields starting at the top of the page with Name I can tab all the way through all the fields to Protection and then after that things don't work properly.When I hit tab from Protection, assuming I have created a new blank Weapon entry, the cursor will move Range, then Attack, then Damage, then Weapons Name and stop after that. I would expect given the layout of the fields that the order should be Weapon Name, Attack, Damage, Range, Traits. When I hit tab at Traits I would expect it to move to the next entry of Weapon Name entry if there is one or just back to the NPC name field if not.
On the Spacecraft form, the Main tab works as expected when moving from field to field. On the Systems page, you can only tab between one entry at a time when I would expect the cursor to move from column to column and when it gets to the end of one column it should move to the first column of the next entry. When you get to the end of all the entries it should just cycle back to the first column at the top.
On the Spacecraft Actions tab If you start in the # field the cursor will move to the Weapon Name, then TL, then Range, then Attack, then Damage. It will never move to Traits. I would expect that the proper order should be #, Weapon Name, TL, Range, Attack, Traits, Damage and if there is more than one record it should move to the next entries # field and so on.
Hope this helps.
I'll add it to my list to look over, but not every scenario will allow a clean tab from top to bottom. It is entirely dependent on what controls are being used.
Found an error while creating new Aslan characters, and confirmed it is the same with the Hiver characters.
Creating a new character of either race does not add the characteristic to their sheet automatically when dragging the Race onto the sheet.
What does happen is something triggers in the background but does not make it to the sheet. If you go to options, turn off the Use Terr then turn it back on again it does appear on the character sheet.
Steps:
In options set Use Territory to on
Create character sheet
**it is missing Terr as expected?
Drag race to the character sheet (Aslan or Hiver)
The new characteristic does not appear
Go to options, turn off Use Territory, then click again to turn on Use Territory
The character sheet now shows the Territory characteristic
Thanks,
BOB
MOD: Bug reports are best in this thread.
My players are seeing errors displayed when they connect to my campaign - the errors don't seem to prevent play or cause any actual problems once they close the error log. If I (as a player) do the same I can see in my console.log the following:
[4/8/2025 8:23:33 PM] Fantasy Grounds - v4.6.6 ULTIMATE (2025-02-20)
[4/8/2025 8:23:33 PM] RULESET: Mongoose Traveller (2E) ruleset (2025-03-12) for Fantasy Grounds
Copyright 2025 Smiteworks USA, LLC
[4/8/2025 8:23:33 PM] RULESET: Mongoose Traveller 2E
Copyright 2016 Mongoose Publishing.
[4/8/2025 8:23:33 PM] RULESET: Core RPG ruleset (2025-03-12) for Fantasy Grounds
Copyright 2025 Smiteworks USA, LLC
[4/8/2025 8:23:33 PM] EXTENSION: SmiteWorks Core Dark Theme for Fantasy Grounds\rCopyright 2024 Smiteworks USA, LLC.
[4/8/2025 8:23:33 PM] MEASURE: LOAD - PART 2 - 2.3209121
[4/8/2025 8:23:33 PM] [ERROR] Handler error: [string "MGT2:..nager_char_encumbrance_traveller.lua"]:84: setValue: Unable to create node
[4/8/2025 8:23:33 PM] [ERROR] Handler error: [string "MGT2:..nager_char_encumbrance_traveller.lua"]:84: setValue: Unable to create node
[4/8/2025 8:23:33 PM] [WARNING] setValue: Database node not owned (charsheet.id-00001.encumbrance.base)
[4/8/2025 8:23:33 PM] [WARNING] setValue: Database node not owned (charsheet.id-00001.encumbrance.light)
[4/8/2025 8:23:33 PM] [WARNING] setValue: Database node not owned (charsheet.id-00001.encumbrance.max)
[4/8/2025 8:23:33 PM] [WARNING] setValue: Database node not owned (charsheet.id-00001.encumbrance.mod)
[4/8/2025 8:23:33 PM] [WARNING] setValue: Database node not owned (charsheet.id-00001.encumbrance.status)
[4/8/2025 8:23:33 PM] [WARNING] setValue: Database node not owned (charsheet.id-00001.encumbrance.base)
[4/8/2025 8:23:33 PM] [WARNING] setValue: Database node not owned (charsheet.id-00001.encumbrance.light)
[4/8/2025 8:23:33 PM] [WARNING] setValue: Database node not owned (charsheet.id-00001.encumbrance.max)
[4/8/2025 8:23:33 PM] [WARNING] setValue: Database node not owned (charsheet.id-00001.encumbrance.mod)
[4/8/2025 8:23:33 PM] [WARNING] setValue: Database node not owned (charsheet.id-00001.encumbrance.status)
with the error and warning messages repeated for each of the PCs in the campaign. As GM I don't see these messages. Is there a good way to diagnose or resolve this?