-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confused #19
Comments
Did you have errors when compiling? When I run This plugin also wont let you ready-up unless teams are full. If you have any bot survivors, this wont let start the round even if all human players are ready. |
Hey, When I dragged the .sp file onto spcomp.exe (my scripting folder) nothing happened. I'm not too familiar with plugin creation. Normally when I download a .sp file, I compile it locally and then upload to my game server. I downloaded my scripting folder from the server to my desktop - then just drag/drop the .sp files. When I did that with the readyup.sp, nothing happens. In this case, how would I proceed? I see your message about including l4d2_direct and left4downtown... but I'm not sure what to do with those files (where to put them when compiling etc). |
You need to put the includes from l4d2_direct and left4downtown into your sourcemod include directory. l4d2_direct: https://github.com/ConfoglTeam/l4d2_direct It may be easier just to get the precompiled version from ProMod or something similar. There are also some releases on this GitHub but I think the newest one is a little out of date. |
Ahhh thank you - yes yes.... then when I have them installed on the server and I go to download the scripting folder or compile... they are then included and the .sp can be made into the smx. The only link for left4downtown tha I know of is https://forums.alliedmods.net/showthread.php?t=134032 |
Ah - found one here too: https://code.google.com/p/left4downtown2/source/browse/ |
The include file should work with any version that works with L4D2. The only thing that is used from it has been around for a long time so as long as it is compatible it should have no problem compiling. |
I got it compiled and loaded onto the server... showing as working in rcon status for "sm plugins list". Does it include a config file as well? - Sorry, read too fast... now see the convars listed... will add to server.cfg. *Edit - Seems to be working fine.. testing on my own but cannot move (due to bots on my side as you said). Will test tonight for the server games - thank you sir. Another question - is there a way to bring up / hide the ready menu? As an admin to test, I wanted to slay a bot on the human side but whenever I bring up the menu it goes away immediately and is replaced with the ready menu. Edit - sm_hide.... was so excited read too fast lol |
Am currently reading through the plugin and docs but haven't come across a timer for the "Round is live!" message. The hint message of "Round is live!" stays on the screen for the entire round for me when testing on my own (using sm_forcestart). Is there a way to set this on a timer so that the Round is Live! goes away after 5 seconds or so? |
Works really well. Only two issues I see (please correct me if wrong)
|
Hello,
I found this by searching Google. How would I use just the readyup plugin from this creation? I tried downloading the zip and compiling the readyup.sp but it doesn't create a .smx file.
Would like to use this over this:
https://forums.alliedmods.net/showpost.php?p=2233092&postcount=222
Thanks for the help.
The text was updated successfully, but these errors were encountered: