Skip to content
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

problems and also a question #45

Open
EhanMMMZET opened this issue Jul 16, 2024 · 7 comments
Open

problems and also a question #45

EhanMMMZET opened this issue Jul 16, 2024 · 7 comments

Comments

@EhanMMMZET
Copy link

im using a macos port of fteqw, the problems are that menu image is not there and same with checkboxes in options like with the customize option in the menu and also how do u add bots?
Screen Shot 2024-07-15 at 8 04 36 PM

@eukara
Copy link
Owner

eukara commented Jul 16, 2024

For bots you can open the console (SHIFT + ESC) and enter bot_minClients 8 to ensure both teams always have 4 players each.

As for the missing menu texture... that is very odd. As that should come with the CS 1.5 data files. Only thing I could think of is if the .bmp support is either busted in the Mac OS port of FTE (although the buttons seem to work...) or case sensitivity issues with the data files on the underlying filesystem.

If it was case sensitivity issues you could, as a workaround, compress the contents of the cstrike/ directory into a .zip file and change the extension to .pk3.

I have no MacOS machine to test, but it's cool to see it boot there :)

@EhanMMMZET
Copy link
Author

ok after doing the pk3 thing it's not even detected in the mods option

@EhanMMMZET
Copy link
Author

EhanMMMZET commented Jul 16, 2024

additionally when i play the bots have a crap ton of health and can only be beaten with ak47 and there are a few bugs like one of my bots planted a c4 directly on spawn and also they move very weirdly

@eukara
Copy link
Owner

eukara commented Jul 18, 2024

they all probably gear up on armor if I had a guess. but also some calculations like armor are also estimates as I cannot look at the original code for a project like this. this whole clone is mostly from memory, besides some of the weapon damage/modifier values that are in plain-text in Counter-Strike: Source (although those have also been tweaked by contributors over the years in FreeCS)

@xplshn
Copy link

xplshn commented Jul 18, 2024

What about doing things the way the yapb bots plugin does? https://github.com/yapb/yapb

There's also this reverse-engineered cs16, from which a lot of data can also be scrapped without putting the project at risk, since you basically only want to see what the damage point for some weapons and etc are. https://github.com/Velaron/cs16-client

@EhanMMMZET
Copy link
Author

hi, after some testing with the windows version of fteqw, i found that it actually might be case sensitivity issues with the data, so how do u load pk3 files in fteqw?

@EhanMMMZET
Copy link
Author

EhanMMMZET commented Jul 19, 2024

also i found a bug while playing, when the bomb exploded after being planted right next to me, i got flung a bit but didnt die somehow, and i wasnt even on low health after, i was still on like 76 health and maybe 80 armor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants