is this mapbase or another source game that uses vscript? i tested in both base ep2 and mapbase_episodic using respective hammers and they're both showing up properly with the same keys. mapbase drastically changes the rope internals but i wouldn't think it'd cause that sort of problem. have you already gone over your compile .log or the console? sorry if i can't be much help!
Mapbase, and the compile log gives me this error:
ConVarRef mat_reduceparticles doesn't point to an existing ConVar
along with some that aren't related to this
But on the console there's this error:
material "cable/rope_shadowdepth" not found. e
you might have an issue with your content mounting or your hammer config if mapbase isn't finding materials like that. is it the same rope error regardless if you run the map from hammer or from steam itself? what about the hammer .log for your map?
i've been going back and forth between default mapbase, a sourcemod, and base engine to see if it could be a shader issue, vpks, hammer, etc. but i haven't replicated it. i hope you find a solution!
hi again! what does your rope setup look like between the three?
oh hi! keywise the setup is that 2 of them are keyframe_rope while 1 is move_rope
Update i meant class wise not keywise keywise all 3 are like this
is this mapbase or another source game that uses vscript? i tested in both base ep2 and mapbase_episodic using respective hammers and they're both showing up properly with the same keys. mapbase drastically changes the rope internals but i wouldn't think it'd cause that sort of problem. have you already gone over your compile .log or the console? sorry if i can't be much help!
Mapbase, and the compile log gives me this error: ConVarRef mat_reduceparticles doesn't point to an existing ConVar along with some that aren't related to this But on the console there's this error: material "cable/rope_shadowdepth" not found. e
full error: material "cable/cable_rappel" not found. Unable to load sprite material materials/cable/cable_rappel.vmt!
you might have an issue with your content mounting or your hammer config if mapbase isn't finding materials like that. is it the same rope error regardless if you run the map from hammer or from steam itself? what about the hammer .log for your map?
oh sorry i missed the first half of your comment about the compile log 😅
It's okay :D also it's the same problem i runned the map from hammer and then from steam and yeah still there
i might check my confugrations though
i've been going back and forth between default mapbase, a sourcemod, and base engine to see if it could be a shader issue, vpks, hammer, etc. but i haven't replicated it. i hope you find a solution!