View Single Post
404UserNotFound
BANNED
Join Date: Dec 2011
Old 09-02-2022 , 10:31   Re: Projectile index's for "override projectile type"(280)
Reply With Quote #4

Can be found in the pre-Jungle Inferno code leak. This list also fills in some missing ID values in the list in the original post.

https://github.com/OthmanAba/TeamFor...pp#L926-#L1014


The staging ones cannot be used in the game as staging code is not compiled into the public release build. Newer entries will have to be experimented with to be figured out. Or maybe try using IDA to disassemble the Linux server_srv.so file from the Linux dedicated server files and see if you can find the same g_szProjectileNames string array and read the new values.


Also, if you scroll down to the other array I highlighted, it shows which TF_WEAPON base each projectile type is for, so that should clear up that. Some projectiles can be used with other weapons.

Last edited by 404UserNotFound; 09-02-2022 at 13:36.
404UserNotFound is offline