Jump to content

Zelly

Coders
  • Posts

    142
  • Joined

  • Last visited

  • Days Won

    32

Zelly last won the day on June 22 2016

Zelly had the most liked content!

About Zelly

  • Birthday 04/03/1994

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

20492 profile views

Zelly's Achievements

  1. Happy Birthday Zelly!
  2. Happy Birthday Zelly!
  3. Happy Birthday Zelly!
  4. The my_cgame is part of FA's special package it might be worth a try to try a clean install on a non-fa server just in case(however I haven't heard of any problems with it before) E: Also just to check are you running as admin?
  5. Since no one has responded. thought id give my input(don't play much anymore, so take it with grain of salt) My guess would be that its trying to load the wrong cgame dll. If it were me I would just delete everything in silent folder except for my silent.dat and just start over.
  6. Happy Birthday Zelly!
  7. Am looking for a way to get the winning team during intermission through lua. Is there some server cvar that holds this? I am drawing a blank at the moment, can't seem to locate any.
  8. Are there any luas? I know my lua can block people that are not on an actual team, or other conditions, from voting. It is possible another lua is doing something similar.
  9. Happy Birthday Zelly!
  10. Just curious as it wasn't mentioned, unless i skimmed over it. What version did the server / client have. And if its 0.9.0 are you sure you upgraded both server and client correctly. (As in using correct qagame/cgame and not mistakenly using the binary from the old version) Also if 0.9.0 does it work on 0.8.x fine? (Trying to isolate which version is affected.)
  11. as auth /sudo update theirusername password newpassword Example: /sudo update Zelly password secret123as rcon/console lua update theirusername password newpassword
  12. You should probably confirm it is happening and not just people saying so. Screenshots if possible mod version etc. also any hooks + luas you running to give us an idea
  13. http://mygamingtalk.com/forums/topic/6464-customizing-of-loading-screen-between-maps/?p=20124
  14. Sorry was away for the day That version may not even work with silent 0.9.0 or at least some things may not work. I am working on the next version to be compatible with silent 0.9.0, but I am a slow worker now I lose interest pretty fast. If you wish to track progress in the version compatible with 0.9.0 then follow this topic: http://mygamingtalk.com/forums/topic/6720-progress-on-next-version/ Ignoring that it probably will not work on silent 0.9.0... What the current problem seems to be is that it can't find the save path though. There is probably 1 of 3 things happening. 1. Is you don't have permission to write in your save path, I have never had this issue but it could possibly cause this. 2. (The Most likely) Is the folder structure isn't properly setup in your save path. 3. Some other error is preventing it from saving/reading files in save path, don't think so though since it would show in log. What I would do is make sure you have the proper folders created in your save path. Since lua can't make directories by itself, if your homepath is different than your base path then you have to manually create the directories. Like said in the wiki, you need in your /fs_homepath/silent/ a folder called LESM and inside that folder you need a save folder. So you would need to make a folder inside the silent mod homepath folder with LESM, and inside LESM you would need to create save,extra, and logs folder. /fs_homepath/mod/LESM/ /fs_homepath/mod/LESM/save/ /fs_homepath/mod/LESM/extra/ /fs_homepath/mod/LESM/logs/It is kind of a pain but lua has it's limits when accessing directories and files and the such. Hope that is somewhat helpful...
×
×
  • Create New...