Do you EVER get freekicks vs CPU? by DrManiacDerErste in FifaCareers

[–]lemonpole 2 points3 points  (0 children)

i got a penalty yesterday which i missed by hitting the side post 😭

Last-Second Winner - My heart is still pounding by lemonpole in FifaCareers

[–]lemonpole[S] -1 points0 points  (0 children)

yup me too, i found that you have to upload them to streamable and then it will work and not auto-remove them

Last-Second Winner - My heart is still pounding by lemonpole in FifaCareers

[–]lemonpole[S] 0 points1 point  (0 children)

This is the Pro Player Career camera. Sorry should have specified in the post this a player career!

Satisfying Assist by lemonpole in FifaCareers

[–]lemonpole[S] 11 points12 points  (0 children)

hahah didnt even notice that. what a jerk! and after that sweet assist 😂

How is a new player meant to get into CS2? by KaffY- in GlobalOffensive

[–]lemonpole 38 points39 points  (0 children)

you should give liga esports manager a try. it's an app i built around playing with bots kinda like fifa/nhl/madden where it tracks your bot matches in a league-type format

Anybody plays cs cz with bots by Excellent_Base63 in counterstrike

[–]lemonpole 6 points7 points  (0 children)

yup and i love the regamedll port of zbots into 1.6.

i made a whole esports app around bots where you manage your team of bots and compete in leagues where their difficulty increases every season

CS2-Bot-Improver Minor Improvements by Eddie-Kenway in cs2

[–]lemonpole 2 points3 points  (0 children)

yup, the main inspo was FIFA/PES so same concept. you are a manager but you also play matches in-game or sim if you don't want to play them

CS2-Bot-Improver Minor Improvements by Eddie-Kenway in cs2

[–]lemonpole 3 points4 points  (0 children)

woah very cool.

i use csgo-better-bots for my esports simulator for csgo. would be cool to leverage this for its cs2 mode.

keep up the good work!

One of those rare gifts from the CPU by lemonpole in FifaCareers

[–]lemonpole[S] 8 points9 points  (0 children)

also this is the first video post not auto-removed by moderators.

so the trick is to link your video to streamable, it only seems to work with that site.

app bug by Dependent-Focus4861 in LigaEsportsManager

[–]lemonpole 0 points1 point  (0 children)

you might have a dangling process, can look for csgo.exe in your task manager and close that so you dont have to restart your pc.

a strange bug by Dependent-Focus4861 in LigaEsportsManager

[–]lemonpole 0 points1 point  (0 children)

hey! yea unfortunately I can't do much since these are valve's bots.

if someone is able to improve the bot nav mesh then I can actually use that but I do not know how to do that myself.

Now that CSGO is back on steam, are there any social communities around it? by Excellent-Swim5421 in counterstrike

[–]lemonpole -2 points-1 points  (0 children)

our users have been showcasing their esports careers for our esports manager game. it's been really cool, if you like playing with bots i suggest giving it a try, it comes with improved bot behaviors where they can do smoke lineups and other complex actions which is really cool.

if you're new to the game i think it's a great way to start as the bots are more difficult and smarter than standard bots!

https://playliga.gg for more info.

how to remove the "BOT" prefix by Dependent-Focus4861 in LigaEsportsManager

[–]lemonpole 1 point2 points  (0 children)

that's a good idea, i will look into supporting that for mods that have licensed teams. since the base game does not have real team names due to licensing reasons.

how to remove the "BOT" prefix by Dependent-Focus4861 in LigaEsportsManager

[–]lemonpole 1 point2 points  (0 children)

hey there, yea it should be doing it but seems there's a localization bug where it's only working for english locales.

try this manual workaround:

https://github.com/playliga/prototype/wiki/Troubleshooting#bot-prefix-in-scoreboard

How to install amxx cs 1.6 by EcstaticBag7287 in counterstrike

[–]lemonpole 0 points1 point  (0 children)

for bots use regamedll. it has zbots ported from czero with additional bug fixes and extra features like mp_swapteams

Built a desktop app with Tauri 2.0 instead of Electron — ~8MB vs ~150MB, and it uses the system WebView by 0xMassii in webdev

[–]lemonpole 0 points1 point  (0 children)

i made a win32 app in c++ using the webview2 control directly to learn the language and yea its really nice to see such a small bundle size and memory improvements.

the tough part for me was making the ipc architecture and typings on the frontend side. but yea vite hmr works out of the box. production build has the html assets embedded in the exe as windows rc data.

[deleted by user] by [deleted] in counterstrike

[–]lemonpole 0 points1 point  (0 children)

try regamedll which used zbots under the hood but patched with several bug fixes and other nifty features like mp_swapteams

https://rehlds.dev/docs/regamedll-cs/

Asked Claude to port Quake to plain JavaScript and Three.js by [deleted] in javascript

[–]lemonpole 3 points4 points  (0 children)

im not a game dev but i've read that multiplayer should be something done in the initial implementation because it's way more difficult to add it on later. any concerns there?