Some content commands don't work unless you capitalize all letters

If I enter a command like “inv vh-331a” in lowercase, it works. I get the same result when entering “INV VH-331A”. Works as intended.

However if I enter “inv vh-331”, suddenly it doesn’t work and I get “No inventory found” error. Entering instead “inv VH-331” it works.

Another example is inventories at a station. Entering “inv hrt” doesn’t work, and entering “inv HRT” works.

Other commands like “cx ic1” works when lowercase or uppercase, doesn’t matter. FLT is fine too I’m pretty sure. This isn’t an exhaustive list and could possibly be only a problem with “inv” command, not sure though.

It would be nice to see all these command arguments automatically be converted to uppercase even when given lowercase. This would avoid confusion when someone tries to enter a command they think should be right, but its unfortunately in lowercase, and gives an error.

I guess you use Refined PrUn because “inv vh-331a” doesn’t work in the base game. In rprun, it gets replaced with “inv VH-331a” on Enter. I’ve added the “inv vh-331” and “inv hrt” cases to my to-do list

There’s an existing thread with a discussion of the same issue: Make buffer commands case insensitive, and rprun fixes most of the cases

Ahh, I see. I hadn’t realized that RP was making those changes to allow for case insensitivity and mistook it for a base game bug. Ty for the link as well.