quanticc / lawena-recording-tool

Simple movie recording tool for Source Engine games
http://lawena.github.io/
GNU General Public License v3.0
80 stars 16 forks source link

Running in linux #100

Closed voidplayer closed 6 years ago

voidplayer commented 6 years ago

I saw issue #2 and wonder if this was fixed. I didnt find this script inside the code or any reference in the wiki

I can help with whatever I can to make this work :)

quanticc commented 6 years ago

I am not able to run TF2 under linux at the moment so I can't know for sure if it runs

The entry point must be a script that just runs the lawena.jar file inside lawena folder.

voidplayer commented 6 years ago

So java -jar lawena.jar works :)

When I try to launch tf2 it says: failed to save lawena settings to file

[13:06:17] Lawena Recording Tool 4.1.16 build 20170317144037
[13:06:17] TF2 path: /home/voidplayer/.steam/steam/steamapps/common/Team Fortress 2/tf
[13:06:17] Steam path: 
[13:06:17] Movie path: /home/voidplayer/myvideos/tf2
[13:06:17] Lawena path: /media/voidplayer/5CFC0AD7FN0AAB7/lawena/lawena-stable-4.1.16/lawena
[13:06:17] custom does not exist, not scanning this path
[13:06:17] File default_cfgs.vpk does not exist in lwrtvpks.jar
[13:06:17] File no_announcer_voices.vpk does not exist in lwrtvpks.jar
[13:06:17] File no_applause_sounds.vpk does not exist in lwrtvpks.jar
[13:06:17] File no_domination_sounds.vpk does not exist in lwrtvpks.jar
[13:06:17] File pldx_particles.vpk does not exist in lwrtvpks.jar
[13:06:17] Problem while watching directory
Caused by java.nio.file.NoSuchFileException: custom
[13:06:17] Skybox loading and preview generation complete
[13:06:37] No custom backup folder present
[13:06:37] No config backup folder present
[13:06:37] *** Restore and cleanup completed
[13:06:37] Settings saved
[13:06:37] Problem while saving settings to file
Caused by java.nio.file.NoSuchFileException: cfg/settings.cfg
[13:06:37] No custom backup folder present
[13:06:37] No config backup folder present
[13:06:37] *** Restore and cleanup completed
[13:06:37] [linux] SystemDxLevel won't be set
[13:06:41] No custom backup folder present
[13:06:41] No config backup folder present
[13:06:41] *** Restore and cleanup completed
[13:06:41] Settings saved
[13:06:41] Problem while saving settings to file
Caused by java.nio.file.NoSuchFileException: cfg/settings.cfg
[13:06:41] No custom backup folder present
[13:06:41] No config backup folder present
[13:06:41] *** Restore and cleanup completed
[13:06:41] [linux] SystemDxLevel won't be set
[13:08:05] No custom backup folder present
[13:08:05] No config backup folder present
[13:08:05] *** Restore and cleanup completed
[13:08:05] Settings saved
[13:08:05] Problem while saving settings to file
Caused by java.nio.file.NoSuchFileException: cfg/settings.cfg
[13:08:05] No custom backup folder present
[13:08:05] No config backup folder present
[13:08:05] *** Restore and cleanup completed
[13:08:05] [linux] SystemDxLevel won't be set
[13:08:43] No custom backup folder present
[13:08:43] No config backup folder present
[13:08:43] *** Restore and cleanup completed
[13:08:43] Settings saved
[13:08:43] Problem while saving settings to file
Caused by java.nio.file.NoSuchFileException: cfg/settings.cfg
[13:08:43] No custom backup folder present
[13:08:43] No config backup folder present
[13:08:43] *** Restore and cleanup completed
[13:08:43] [linux] SystemDxLevel won't be set
quanticc commented 6 years ago

@voidplayer A pull request made improvements on this. Could you try again and let us know?

voidplayer commented 6 years ago

Thanks!

Ive been recording a lot of tf2 videos lately, Im so happy it works now :)

You can add 'linux working again' in the next update :)

It doesnt autodetect the tf2 folder which is /home/voidplayer/.local/share/Steam/steamapps/common/Team\ Fortress\ 2 by default

Thanks again!