Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, headbobbing API doesnt seem to work, please help me out

Its turned off by default as it was geting in the way when I didnt want it - try updating the varaible amounts to turn it on and let me know if still not working.

Usauge:

#Camera.bobspeed = 0-2; use the 'Set or Change a Variable' and the name of the camera (here as "Camera") - off by default

#Camera.bobUp = 0-2; use the 'Set or Change a Variable' and the name of the camera (here as "Camera")

#Camera.bobSide = 0-2; use the 'Set or Change a Variable' and the name of the camera (here as "Camera")

I've tried, still seems like it doesn't work

(2 edits)

I think it only works with the FPS camera but I could not get it to work either using any of the functions:

ccbSetCopperCubeVariable("#Camera.bobspeed", 2);

ccbSetCopperCubeVariable("#Camera.bobUp", 2);

ccbSetCopperCubeVariable("#Camera.bobSide", 2);

Is the Usage correct above as I thought variables were set using the ccbSetCopperCubeVariable() function call??

There appears to be quite a few spelling errors in function names so I'm not sure if the syntax is correct.

I don't want to sound negative here, as I know Robbo puts in a lot of work in making these API's. Is the source code to these API's available to download or purchase soI can see how they work in more detail ?

Any fix for the headbob?


Secondly, how do I use the vignette processing effect in your api,what's the script?