Giter VIP home page Giter VIP logo

Comments (16)

thetredev avatar thetredev commented on June 16, 2024

Yes, you can only use HE grenades, that's on purpose. I can implement config options to use different grenades, too, if you wish. After using !udm you should get your weapons back when you close the admin menu using the 9 key. Didn't that work?

from udm.

GR-Code avatar GR-Code commented on June 16, 2024

I can implement config options to use different grenades, too, if you wish.

If you can, that'd be perfect.

After using !udm you should get your weapons back when you close the admin menu using the 9 key.

Didn't work for me. Was weaponless even after closing the menu. Had to rejoin to get them back.

Also quick question, but is it possible to somehow enforce a map change after 1 round by default? Have a map that refuses to end unless we play 60 rounds, and even if I override the cvars it affects, the map overrides them at the end of every round.

from udm.

thetredev avatar thetredev commented on June 16, 2024

Didn't work for me. Was weaponless even after closing the menu. Had to rejoin to get them back.

Oh! Which game are you trying it on? I thought I used it recently. I could be wrong, tho.

Also quick question, but is it possible to somehow enforce a map change after 1 round by default? Have a map that refuses to end unless we play 60 rounds, and even if I override the cvars it affects, the map overrides them at the end of every round.

I'll definitely try that! Sounds like a good feature. I'm mostly free during the weekends, so development throughout the week could turn out a bit sparsely, just so you know.

from udm.

GR-Code avatar GR-Code commented on June 16, 2024

Oh silly me, forgot to mention. CS:GO Dathost server, no extra SM plugins.

Let me know if I can help in any way. Looking forward to the addition of other grenade types soon.

from udm.

thetredev avatar thetredev commented on June 16, 2024

No problem at all. I can create a second branch for you to test the grenade functionality. Did you download the repo as a zip file or did you clone the git repo itself?

from udm.

GR-Code avatar GR-Code commented on June 16, 2024

Zip file. Could clone it though.

from udm.

thetredev avatar thetredev commented on June 16, 2024

Please clone, then you can easily switch branches.

from udm.

GR-Code avatar GR-Code commented on June 16, 2024

Noted. Do let me know when you're done.

from udm.

thetredev avatar thetredev commented on June 16, 2024

Let's discuss the grenade options further. What do you think of this concept?

// ----------------------------------
//    * HE Grenade Behavior
// ----------------------------------

// Options
//   * 0 = Off
//   * 1 = Equip on spawn
//   * 2 = Equip on spawn and on each HE grenade kill
//   * 3 = Equip on spawn and after each detonation
// Default Value: 2
// High Explosive grenade behavior
   udm_equip_hegrenade 2


// ----------------------------------
//    * Flashbang Grenade Behavior
// ----------------------------------

// Options
//   * 0 = Off
//   * 1 = Equip on spawn
//   * 2 = Equip on spawn and after each detonation
//   * 3 = Equip on spawn and after each kill caused by flashing an enemy
// Default Value: 3
// Flashbang grenade behavior
   udm_equip_flashbang 3


// ----------------------------------
//    * Smoke Grenade Behavior
// ----------------------------------

// Options
//   * 0 = Off
//   * 1 = Equip on spawn
//   * 2 = Equip on spawn and after each detonation
//   * 3 = Equip on spawn and after killing an enemy trough the smoke
// Default Value: 3
// Smoke grenade behavior
   udm_equip_smokegrenade 3


// ----------------------------------
//    * Molotov Behavior
// ----------------------------------

// Options
//   * 0 = Off
//   * 1 = Equip on spawn
//   * 2 = Equip on spawn and after each detonation
//   * 3 = Equip on spawn and after killing an enemy with the help of fire
//   * 4 = Equip on spawn and after killing an enemy by fire
// Default Value: 4
// Molotov behavior
   udm_equip_molotov 4


// ----------------------------------
//    * Incendiary Grenade Behavior
// ----------------------------------

// Options
//   * 0 = Off
//   * 1 = Equip on spawn
//   * 2 = Equip on spawn and after each detonation
//   * 3 = Equip on spawn and after killing an enemy with the help of fire
//   * 4 = Equip on spawn and after killing an enemy by fire
// Default Value: 4
// Incendiary grenade behavior
   udm_equip_incendiary 4


// ----------------------------------
//    * Decoy Grenade Behavior
// ----------------------------------

// Options
//   * 0 = Off
//   * 1 = Equip on spawn
//   * 2 = Equip on spawn and after each detonation
// Default Value: 1
// Decoy grenade behavior
   udm_equip_decoy 1

from udm.

GR-Code avatar GR-Code commented on June 16, 2024

That looks perfect. Also for convenience sake, would you rather continue this conversation elsewhere? Am available on Discord, but I'm open to suggestions if you have some.

from udm.

thetredev avatar thetredev commented on June 16, 2024

Of course. I need to check my account details tho. PM me the channel. :D

from udm.

GR-Code avatar GR-Code commented on June 16, 2024

Can't really PM you on here. Hit me up @gr™#0444 on Discord if you can.

from udm.

thetredev avatar thetredev commented on June 16, 2024

Will do.

from udm.

thetredev avatar thetredev commented on June 16, 2024

I can't find you there. Try to add CheebaDigga#2084 please.

from udm.

GR-Code avatar GR-Code commented on June 16, 2024

Done.

from udm.

thetredev avatar thetredev commented on June 16, 2024

@GR-Code sorry for being absent for so long. Had different things to do... I sent a friend request over at Discord with my new username.

from udm.

Related Issues (7)

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.