Raised This Month: $32 Target: $400
 8% 

[CSS/CSGO] Hide and Seek (Prop Hunt)


Post New Thread Closed Thread   
 
Thread Tools Display Modes
lifesosian
New Member
Join Date: Feb 2013
Old 06-18-2014 , 14:57   Re: [CSS/CSGO] Hide and Seek (Prop Hunt)
#31

How do I create prop list for my map?
I tried following the steps, went into csgo check on listmodels and found something like props/de_dust/dust_rocks_base.mdl.

So I went to create a de_dust.cfg file and did this to try it out

Quote:
"Models"
{
"props/de_dust/dust_rocks_base.mdl"
{
"en" "Rocks Base"

}
}
went back in game and the prop was a error.
I thought I dont have the neccessary mdl files and tried looking for them on google.
Spent hours doing this but still to no avail. Can someone assist me please.
Theres actually a china server doing this which is really populated lots of people playing but the props names are all in chinese which makes it hard to play.
lifesosian is offline
Dkmuniz
Senior Member
Join Date: Jun 2013
Old 06-22-2014 , 19:59   Re: [CSS/CSGO] Hide and Seek (Prop Hunt)
#32

I edited the plugin and works very nice in CSGO!!!!

Only download it and put in your server!

For new props, you put in addons/sourcemod/configs/hide_and_seek/maps_csgo/

I put props that works 100%, but you can open the hammer and put new props!


Have fun guys!
Attached Files
File Type: zip Hide_And_Seek-master.zip (104.5 KB, 1018 views)

Last edited by Dkmuniz; 06-24-2014 at 16:41.
Dkmuniz is offline
anqin1995
New Member
Join Date: Jun 2014
Old 06-25-2014 , 08:58   Re: [CSS/CSGO] Hide and Seek (Prop Hunt)
#33

what are the command lines that you started the game?
i only used ./srcds_run (nothing follows) and that doesn't seem work
when i tried to join it said "GameTypes: could not find matching game type "".
CSysSessionClient: Cannot join lobby, response 2!"

thanks in advance!
anqin1995 is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 06-25-2014 , 10:28   Re: [CSS/CSGO] Hide and Seek (Prop Hunt)
#34

Have you thought about making a centralized file for Model Names? I did for TF2 Prop Hunt and it saves me a lot of trouble having to name them all in every map config.

Then again, TF2 PropHunt doesn't currently have multi-lingual support in its prop files... I should fix that.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 06-25-2014 at 10:28.
Powerlord is offline
Newbie1992
Senior Member
Join Date: Jan 2013
Location: Germany
Old 06-25-2014 , 10:39   Re: [CSS/CSGO] Hide and Seek (Prop Hunt)
#35

Does i need hammer to create new props?

Or can i easily add new lines in the cfg to make them work?
Is there a prop list with some props in cs go?

Thanks!
__________________
Newbie1992 is offline
Dkmuniz
Senior Member
Join Date: Jun 2013
Old 06-25-2014 , 12:40   Re: [CSS/CSGO] Hide and Seek (Prop Hunt)
#36

Quote:
Originally Posted by Newbie1992 View Post
Does i need hammer to create new props?

Or can i easily add new lines in the cfg to make them work?
Is there a prop list with some props in cs go?

Thanks!
No, some props of css have bugs in csgo, but all that i put works!

The hammer is only for you see props for put in cfg!
Dkmuniz is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 06-25-2014 , 13:35   Re: [CSS/CSGO] Hide and Seek (Prop Hunt)
#37

You can likely also use the model viewer that comes with the CS:GO Authoring Tools to find valid props and see what they look like.

If you're checking an existing map, some Source games have r_staticpropinfo which can be used to view the names of props that are already on a map. Incidentally, this plugin needs to check and make sure that players are not using that cvar as it allows people to cheat at Hide and Seek because you can see which props are part of the map.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
zipcore
Veteran Member
Join Date: Mar 2010
Location: m_flZipcore
Old 06-30-2014 , 21:39   Re: [CSS/CSGO] Hide and Seek (Prop Hunt)
#38

Quote:
Originally Posted by Powerlord View Post
Have you thought about making a centralized file for Model Names? I did for TF2 Prop Hunt and it saves me a lot of trouble having to name them all in every map config.

Then again, TF2 PropHunt doesn't currently have multi-lingual support in its prop files... I should fix that.
Why? Not a single map has every prop inside.

Quote:
Originally Posted by Dkmuniz View Post
I edited the plugin and works very nice in CSGO!!!!

Only download it and put in your server!

For new props, you put in addons/sourcemod/configs/hide_and_seek/maps_csgo/

I put props that works 100%, but you can open the hammer and put new props!


Have fun guys!
Thanks, I was very busy last days. I've added your fix to github. If you like I can add you there, so you can make changes yourself.

Quote:
Originally Posted by Powerlord View Post
You can likely also use the model viewer that comes with the CS:GO Authoring Tools to find valid props and see what they look like.

If you're checking an existing map, some Source games have r_staticpropinfo which can be used to view the names of props that are already on a map. Incidentally, this plugin needs to check and make sure that players are not using that cvar as it allows people to cheat at Hide and Seek because you can see which props are part of the map.
Thanks, I'll think about it.
__________________
zipcore is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 07-01-2014 , 09:57   Re: [CSS/CSGO] Hide and Seek (Prop Hunt)
#39

Quote:
Originally Posted by zipcore View Post
Why? Not a single map has every prop inside.
So you only have to have every prop named once.

Then again, in the TF2 PropHunt, I'm also dealing with
L 07/01/2014 - 08:56:09: [prophunt.smx] Loaded 236 props from props_common.txt
L 07/01/2014 - 08:56:09: [prophunt.smx] [PH] Loaded 1 language(s)
across 61 maps. Plus, this also stores offsets, rotations, and skin changes as appropriate for props because TF2 does model changes weirdly (why does this beer barrel have to be moved up 31 hammer units to align with the floor?).

As it is, I stole your idea of making it multilingual... I'm not sure how we never made it multilingual before this. This will show up in the next version of PropHunt Redux, which is currently in testing on my test server.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 07-01-2014 at 10:03.
Powerlord is offline
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 07-01-2014 , 10:11   Re: [CSS/CSGO] Hide and Seek (Prop Hunt)
#40

I have this problem http://leteckaposta.cz/122458307 its only video but show what i have problem... This is problem is with "heightfix"
EMINEM_FB is offline
Closed Thread


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:51.


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