AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [TF2|LINUX] BountyMode (https://forums.alliedmods.net/showthread.php?t=330921)

arthurdead 02-26-2021 21:21

[TF2|LINUX] BountyMode
 
this plugin enables the unreleased gamemode "bountymode"

which basically is normal gameplay but with mvm upgrades

very much untested

you NEED my fork of sendproxy specifically
https://github.com/arthurdead/sendproxy

you also NEED DHooks2 with detour support
https://github.com/peace-maker/DHooks2

you can create new upgrade stations using data/bountymode.txt like this:
Code:

"BountyMode"
{
        "cp_dustbowl"
        {
                "script" "scripts/items/mvm_upgrades.txt"

                "stations"
                {
                        "0"
                        {
                                "pos" "-1038.817504 1686.797119 -253.800750"
                                "ang" "0.000000 -249.994567 0.000000"
                        }
                }
        }
}

but its not very good

plugin:
https://github.com/arthurdead/sm-plu.../bountymode.sp

gamedata:
https://github.com/arthurdead/sm-plu...bountymode.txt

arthurdead 03-11-2021 11:20

Re: [TF2|LINUX] BountyMode
 
i changed the purpose of this plugin (was originally called mvmupgrades) it now remakes the gamemode "bountymode"

any balancing suggestions are welcome

Snowy Snowtime 11-09-2021 05:11

Re: [TF2|LINUX] BountyMode
 
Was this plugin removed outright from github? My friend and I were interested in trying it out.


All times are GMT -4. The time now is 12:30.

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