Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: fysiks
Forum: New Plugin Submissions 09-30-2023, 20:53
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

You mean this feature:



Search for "emptyserver" in the config file (I assume there is a config file but not sure since I don't use this plugin; there are cvars relating to "emptyserver").
Forum: New Plugin Submissions 04-07-2023, 13:09
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

The original code already does this by formatting the string to play the sound corresponding to the number. So, you'll do the same thing except for your own sounds. Use "real_number" for a decimal...
Forum: New Plugin Submissions 04-07-2023, 00:10
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

You can't use "id" there because it doesn't exist in that scope. Why are you trying to change that? You need to leave it at 0 for this one. Basically, just leave that parameter alone, any changes...
Forum: New Plugin Submissions 04-06-2023, 01:16
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

Yes, it is possible. You would need to add code to precache your custom sounds and then replace the client_cmd() that plays the sounds to instead play your custom sounds.
Forum: New Plugin Submissions 10-23-2022, 21:49
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

I've heard this happening on my custom version of the original Galileo plugin so I think it may be a bug that is much deeper than this plugin.



Very few, if any, major map management plugins...
Forum: New Plugin Submissions 09-01-2022, 02:37
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

Change the 30 on line 6929 to 300 (5 minutes in seconds).
Forum: New Plugin Submissions 05-19-2022, 22:49
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

I don't think a plugin can call menu_destroy() on a menu from a different plugin. If that even is possible then how do you think we'd be able to get the menu reference from the other plugin?
Forum: New Plugin Submissions 04-04-2022, 23:31
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

Well, you should have mentioned that your actual issue is that you're using GunGame because it's a really easy fix. I created a fix to GunGame 2.13c to add support for Galileo here...
Forum: New Plugin Submissions 02-06-2022, 16:52
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

You're posting in the thread of one version of Galileo and then you link to the original version of Galileo. Also, what do you mean when you say that you're missing 2 cvars? I don't think anything...
Forum: New Plugin Submissions 01-21-2022, 21:01
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

I don't see why not. You should post in the Suggestions/Request section of the forum.
Forum: New Plugin Submissions 01-11-2022, 22:41
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

Well, there seems to be a common denominator here, your server. Are you sure you're installing things correctly? What errors do you get when either of the Galileo version crash? Check the AMX Mod...
Forum: New Plugin Submissions 01-06-2022, 22:30
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

You can consider the original Galileo also, you don't necessarily have to use this version.
Forum: New Plugin Submissions 12-30-2021, 17:57
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

There are plenty of alternative map choosing plugins. The two most popular ones that I know of are Galileo (https://forums.alliedmods.net/showthread.php?t=77391) (the original one) and Deagles...
Forum: New Plugin Submissions 08-14-2021, 15:27
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

It's the same old mapchooser so everything about map voting is unchanged. The only thing that was added is this map_extra_text.ini functionality. If the vote is not occurring, that means it is not...
Forum: New Plugin Submissions 08-12-2021, 22:05
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

It has nothing to do with Galileo which is why I said to create a new thread in the Suggestions/Requests section. You only need to replace the mapchooser.amxx file in the plugins folder.
Forum: New Plugin Submissions 08-10-2021, 21:54
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

This will add text in parentheses after the map name in the vote. The text is arbitrary so you can add what ever you want. This extra text is loaded from an INI file in the AMX Mod X configs...
Forum: New Plugin Submissions 03-30-2021, 23:45
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

When I posted, I guess I didn't realize you were asking if it's a currently implemented feature. I'm not sure. Look through the settings. If it's not there, then it is possible via code edits, to...
Forum: New Plugin Submissions 03-29-2021, 22:34
Replies: 1,031
Views: 318,883
Posted By fysiks
Forum: New Plugin Submissions 01-24-2021, 16:48
Replies: 1,031
Views: 318,883
Posted By fysiks
Forum: New Plugin Submissions 01-23-2021, 23:37
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

Why does that link to go some other person's account and a repo that isn't for the Galileo plugin?
Forum: New Plugin Submissions 03-17-2019, 23:06
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

Because clearly it's hard to change one word of text in a few places.
Forum: New Plugin Submissions 03-17-2019, 18:05
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

It's mostly from a stand point of preventing confusion. Just because it's got similar features and was based on an original code base doesn't require it to be named the same. When I post fixes or...
Forum: New Plugin Submissions 03-16-2019, 15:30
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

As it should. This particular plugin shouldn't be named Galileo, it needs renamed since it's so radically different.
Forum: New Plugin Submissions 02-07-2019, 21:54
Replies: 1,031
Views: 318,883
Posted By fysiks
Forum: New Plugin Submissions 11-19-2017, 03:01
Replies: 1,031
Views: 318,883
Posted By fysiks
Re: Galileo v5.8.1-918 (a feature rich map voting plugin) | Last Update: 2017-09-26

You should probably read the description.

Hint: The answer is in there.
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT -4. The time now is 06:09.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode