It's not even using rend2. Make sure its using correct DLLs for vanilla and ui too. The fact that the logfile stopped in the middle of extensions list is fishy and lacking of anything useful really. Also going to assume this means laptop GL_RENDERER: ATI Radeon HD 5700 SeriesGL_VERSION: 4.2.11931 Compatibility Profile Context
JA++ is the only mod that is C++ anyway. Plus the GetModuleAPI is extern "C" so it must use C structures or void* afaik. Maybe your method wouldn't necessarily break compat but tbh I don't see it being something we need.
Text, rectangles, all supported already in cgame and ui... @@eezstreet unfortunately what you've suggested would be compat breaking too. As drawing must happen every frame.
I don't really see the benefit to this at the present time especially without major redesign. The original renderer wouldn't see any improvements using this type of change either.
The serverstatus command tells the true pings though. So unless they are running a hacked server exe forcing client data for that, I think it shows 0 ping there. OpenJK uses the retail 1.01 server list still. o.O why do you think it doesn't?
No is problem of not drawing the right ones. There should be no if else statement in the above code. It should just be both/all arrays registered always tbh. The loading screen does not get dealt with in cg_main or in the CG_Init function itself (its one of the functions called by CG_Init which is in another file) Playermodel isn't really checked because well... its technically a cheat sorta? You're *supposed* to play as jaden lol.
The gun you have 4 barrels with is Ideally you'd probably want to start by just firing like it is now and visually adjusting the barrel in cgame for which one gets fired with muzzle offsets. You can I think have a variable on the player ent or possibly client that stores the barrel usage I think that would work.
Well it appears with JA++ and one of your mods so idk what to say other than suggest Raz0r look into it or might know. Have you checked the console for any errors or warnings that stick out being related to images or shaders?
In the original code there is also the issue that the barrel is essentially a global in respect to all entities. Since this function is called everytime any player, NPC, or shooter map entity shoots this weapon it would not work so well.
@@redsaurus can explain what crap Aspyr did I think. Something along the lines of not having a pk3 the server has causes a Com_Error instead of just a print even if its just like a skin or a saber.