Skip to content

Updated Behavior Checks For VBSP and VRAD#2203

Merged
TeamSpen210 merged 2 commits into
BEEmod:masterfrom
OrsellGit:fix/app-behavior
Jun 19, 2026
Merged

Updated Behavior Checks For VBSP and VRAD#2203
TeamSpen210 merged 2 commits into
BEEmod:masterfrom
OrsellGit:fix/app-behavior

Conversation

@OrsellGit

Copy link
Copy Markdown
Contributor

Reorganized and fixed some issues with how BEEMod's VBSP and VRAD determined what behaviors they should perform when called. Originally, it was explicit that the file name determined which behavior was used, but now it only checks the front half of the filename, so the latter half can be whatever it wants as long as it's separated by an underscore or period.

For example, vbsp_bee.exe will run VBSP when originally it would keep the _bee part and error. This is useful if you had something that you want to run first before BEEMod and calling it when the executable is named something else. The front half must still be either vbsp or vrad or it will still error as it will in fact error when it doesn't have that information.

Comment thread src/compiler_launch.py Outdated
@OrsellGit OrsellGit requested a review from TeamSpen210 June 19, 2026 01:53
@TeamSpen210 TeamSpen210 merged commit 4333014 into BEEmod:master Jun 19, 2026
3 checks passed
@OrsellGit OrsellGit deleted the fix/app-behavior branch June 19, 2026 03:44
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

Successfully merging this pull request may close these issues.

2 participants