First of all, great work VegasKill
and Rypel and the other developers.
As I installed your version (I was using the previous version from time to time) i noticed the big log file. It is full of errors caused by accessing a variable of the
CamHud class and 2 other classes (don't know the names atm ... maybe the
DecalManager and the
CamControl).
At that time I decided to lookup into the code and try to fix these bugs and go report it here. Well I managed to fix the errors and added some improvements (atm only minor ones).
Changelog:
I cannot say if there are features which won't work anymore, but for my purpose (watching demos) it's working well.
I really got an idea to add a feature which let you rewind and fastforward the demo virtually. This means the demo is not playing but you can change the time. I think it can be achieved by recording the location, rotation and velocity of any dynamic actor (players, projetilces, weapons, flags, shots, etc.) and save them into an array. As every
frame/
tick is unique in UT3, the movements should be the same at every playback of the recorded objects. Don't know if UT3 can handle such big array, but it should work, as it is the same thing as the
Knotens in RypelCam.
I cannot say if it will be a good feature for edidting demos (timedpath, and so on) and if it increases the productivity because i don't edit nor i do not know how to. I just use Rypel to watch the demos.
Furthermore I think i'm able to add a Overlay menu where you can control anything Rypelcam related stuff in that menu - like enabling 'Path Edit Mode', pick a specific CamPoint, Players, etc. It's alot of work but i think it would be good to have such feature in it.
I'm currently working on a clean version from scratch just to implement new features easily as the code is a bit messed up.
I do not know if i break any copyright because there are none (at least not listed in the readme.txt) but i did not published the code else nor taking any profit out of it. I just did it for my own purpose and want to share the result.
Download:
RSCamEx_v0.1_(Rypelcam_v3.07).zipIt's only the compiled script. Let me know if you're interested in.
Btw. hi all