AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] PAINTBALL as in cs 1.6 (https://forums.alliedmods.net/showthread.php?t=287879)

boomix 09-17-2016 14:12

[CS:GO] PAINTBALL as in cs 1.6
 
4 Attachment(s)
http://i.imgur.com/E40Knt6.png

This is gamemode what was popular in counter-strike 1.6, but didn't make till CS:GO, atleast for public release. Deffinetly some credits go to Mitchell for his https://github.com/MitchDizzle/PaintBall , because some things are taken from here, but still this version is little bit different.



http://i.imgur.com/IIOva9q.png






http://i.imgur.com/Na4lxQ9.png

Config file location: csgo/sourcemod/paintball.cfg

Config file will create automaticly when you will first lauch the plugin.

sm_bullet_gravity (Default: 0.2)
sm_bullet_speed (Default: 1600.0)
sm_grenades_chance (Default: 10)
sm_grenades_enable (Default: 1)


NEW: Weapon config file location: csgo/addons/sourcemod/configs/paintball/weapons.txt

Change stuff in there, switch weapons and everything will be updated!

http://i.imgur.com/MZUQOSQ.png
  1. Drag & drop plugin
  2. Drag & drop models/material/sound files
  3. Reload plugins




http://i.imgur.com/hhp72rl.png

SOURCEMOD 1.8
No idea why, but it seems like it's not working on 1.7 or 1.9 :D



http://i.imgur.com/H8GYi86.png

Paintball arms:
https://forums.alliedmods.net/showthread.php?p=2382746
http://gamebanana.com/skins/142271

Parachute:
https://forums.alliedmods.net/showthread.php?p=580269
https://forums.alliedmods.net/showpo...&postcount=555

Some paintball maps:
https://steamcommunity.com/workshop/.../?id=516183523

Mostly you can use any map, but I suggest to use maps without many models, because decals of the paintball balls doesn't show up on models, but only on brushes. :)



http://i.imgur.com/4LXBwd2.png

Mitchell for this one https://github.com/MitchDizzle/PaintBall




http://i.imgur.com/yvzQaDW.png

http://i.imgur.com/k9M4DF6.png

Added github: https://github.com/boomix/CS-GO-Paintball

Lannister 09-17-2016 14:20

Re: [CS:GO] PAINTBALL as in cs 1.6
 
Great job my friend

sneaK 09-17-2016 14:34

Re: [CS:GO] PAINTBALL as in cs 1.6
 
This looks amazing, awesome job!

Edit: Just did a full test on my server, no error logs, works perfectly as intended! :D

klopsik414 09-17-2016 16:14

Re: [CS:GO] PAINTBALL as in cs 1.6
 
Thank you for your help. Paintball is the best mod!

Mitchell 09-17-2016 17:53

Re: [CS:GO] PAINTBALL as in cs 1.6
 
rip my weekend work :(
https://github.com/MitchDizzle/PaintBall/tree/dev

Edit: Seems yours is less customizable I will continue to work on mine.
However I'm curious why you would stick to custom models for the paintballs when I found a way around that by using a prop already in the game?

xines 09-17-2016 18:30

Re: [CS:GO] PAINTBALL as in cs 1.6
 
Quote:

Originally Posted by Mitchell (Post 2454774)

I feel you :cry:, but atleast he did credit you! :up:

boomix 09-17-2016 19:07

Re: [CS:GO] PAINTBALL as in cs 1.6
 
Quote:

Originally Posted by Mitchell (Post 2454774)
rip my weekend work :(
https://github.com/MitchDizzle/PaintBall/tree/dev

Edit: Seems yours is less customizable I will continue to work on mine.
However I'm curious why you would stick to custom models for the paintballs when I found a way around that by using a prop already in the game?

There is no problem that you will still work on your own version, because in feature I have in my mind to add features that you won't probably add to your paintball version (as far as I understood), such as human classes, maybe some custom weapon models (if they will be allowed) and so on. + the second reason why I made this plugin was because I was too lazy to wait till you finish your plugin :D

Talking about custom models - I didn't actually like the model, that it didn't had round form, so I just made my own bullet models. As those models are not so big in size(MB), I think it doesn't matter that much.

mudkipguy 09-18-2016 08:58

Re: [CS:GO] PAINTBALL as in cs 1.6
 
Another great plugin m8! Thanks a lot :D My friends are really having a good time playing this game mode! :D
~WD Gaster

Dark Athena 09-19-2016 12:05

Re: [CS:GO] PAINTBALL as in cs 1.6
 
This is an awesome plugin! Looking through your code, I saw something interesting to me. Are you blocking weapon sounds and replacing them with the paintball sound?

boomix 09-19-2016 12:20

Re: [CS:GO] PAINTBALL as in cs 1.6
 
Quote:

Originally Posted by Dark Athena (Post 2455237)
This is an awesome plugin! Looking through your code, I saw something interesting to me. Are you blocking weapon sounds and replacing them with the paintball sound?

It's blocking the main weapon shooting at all, plugin just detects when player is pressing mouse1, and replicates shooting (sound, shooting bullet, bullet taking off, screenshake, reloading, etc)


All times are GMT -4. The time now is 09:57.

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