Giter Club home page Giter Club logo

strippercs2's People

Contributors

kroytz avatar kxnrl avatar poggicek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kxnrl bklol

strippercs2's Issues

Need help.

Hello,I want to modify the output of a trigger_multiple entity in the map. Here's an example of the current output:

targetname                     CString    [PR#]Nuke_check
classname                      CString    trigger_multiple
@OnStartTouch Command [PR#]servercmd say ** YOU WON **

I want to add a 'fire once only' feature to it to prevent the console spamming. How should I write this?

Need help adding spawn points

Hello.
Firstly, I would like to thank you for your amazing work.
I wanted to recreate the 2 players vs 20 bots game that I was on OhnePixel stream. I learnt how to set up CS2 servers on my own machine and now I am stuck on the part of adding spawn points. Using Source 2 Viewer on map de_inferno I found out that I need to add "info_player_terrorist". Following the template, I created a file "default_ents.jsonc" in "C:\Users\user\Desktop\steamcmd\server\game\csgo\addons\StripperCS2\maps\de_inferno".
This is the content of the file:

{
    "add": [
        {
          "classname": "info_player_terrorist"
		  "io": [
          {
          "origin": "-1657.229980 439.576996 -46.000000",
		  "enabled": "True",
		  "priority": "0",
		  "targetname":"[PR#]spawnpoints.standard",
		  "angles": "<0, 358.5, 0>",
		  "scales": "1.000000 1.000000 1.000000",
		  "hammerUniqueId": "9999"}]
        }
    ]
}

This is my start.bat

cd "C:\Users\user\Desktop\steamcmd\server\game\bin\win64"
start /wait cs2.exe -dedicated -usercon -console -secure -dev +game_type 3 +game_mode 0 -maxplayers_override 64 +sv_logfile 1 -serverlogging +sv_setsteamaccount THATLONGCODE +map de_inferno +exec server.cfg

When the server starts, I run these commands: mp_autoteambalance 0, then mp_limitteams 0, then bot_add_t several times, but only the default 16 bots spawn. Additionally, I have installed the Metamod and CS2Fixes addons.
Any push in the right direction would be greatly appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.