Letaryat / poor-sharptimer

GNU General Public License v3.0
26 stars 20 forks source link

[Suggestion] styles #14

Closed NordicGamerFE closed 3 months ago

NordicGamerFE commented 3 months ago

I know this is a big task but i would love to see the introduction of !styles Styles in CSGO was a way to bring more life into the maps by giving the player many options, each style had its own records and replays. Here is a good place to see what kind of styles there were in csgo https://github.com/shavitush/bhoptimer/blob/master/addons/sourcemod/configs/shavit-styles.cfg

rcnoob commented 3 months ago

added (somewhat) in 0.2.9f more will come once as I slowly figure out how to implement them

NordicGamerFE commented 3 months ago

04:23:13 [INFO] (plugin:SharpTimer) [SharpTimerERROR] Error getting sorted records from MySQL: Unknown column 'Style' in 'where clause' 04:23:24 [INFO] (plugin:SharpTimer) [SharpTimerERROR] Error saving player time to MySQL: Unknown column 'Style' in 'where clause'

NordicGamerFE commented 3 months ago

currently you have to do !styles to see the list and !style to select but the selection name and menu name dont match my suggestion would be to only have !style and a selection list like this image BTW i tested all the styles and they all seem to work like expected.

NordicGamerFE commented 3 months ago

also i looked at the points for styles and they are kinda wack this is my personal list of what is eaiest to hardest low gravity (should give less points then normal) normal 400 vel high gravity sideways onlyw

NordicGamerFE commented 3 months ago

also i looked at the points for styles and they are kinda wack this is my personal list of what is eaiest to hardest low gravity (should give less points then normal) normal 400 vel high gravity sideways onlyw

Honestly the best option would be to make this configrable

rcnoob commented 3 months ago

Sadly menus are no longer a thing in cs2, at least in the sense of csgo's menus. There could be a chat menu, but that just results in more commands/spam sent by people who only use ! instead of /

Configuration will be implemented

NordicGamerFE commented 3 months ago

webhook currently does not display a style

NordicGamerFE commented 3 months ago

i get this error if finish while having a time down from before it works fine if its my first time getting a time 21:29:11 [INFO] (plugin:SharpTimer) [SharpTimerERROR] Error saving player time to MySQL: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CONFLICT (MapName, SteamID, Style)

rcnoob commented 3 months ago

fixed both in 0.2.9j

NordicGamerFE commented 3 months ago

400vel also does not have normal downwards velocity

rcnoob commented 3 months ago

I was wondering about that, i knew it felt too hard. I had no idea if all axes respected the 400vel limit. So Z axis (rising and falling) should be unlocked?

NordicGamerFE commented 3 months ago

yeah z axis should be unrestricted also surfing should be unrestricted but I assume that is not possible.

rcnoob commented 3 months ago

wait, so 400vel should ONLY be applied in air? never knew that either

NordicGamerFE commented 3 months ago

Here is a video if it helps https://www.youtube.com/watch?v=bkf0oGUh4ic

NordicGamerFE commented 3 months ago

Also here is the styles from another csgo plugin if it helps you at all https://github.com/blankbhop/btimes/blob/master/addons/sourcemod/configs/timer/styles.cfg

rcnoob commented 3 months ago

both somewhat help but im still confused about 400vel due to the video not drawing HUD; i can easily check if a player is in the air however. so should I be setting maxvel to 400 ONLY if player is in air? then on surf/on bhopblock maxvel is unlimited?

NordicGamerFE commented 3 months ago

i dont know all the technical stuff behind it, and I never did much 400vel bhop so I dont exactly how it works. but if you do that I could test it and see if it feels correct, and its a new age so if its not exactly the same it does not matter.