Music in my map

Need Help? The Day isnt going so well on the Mapping front?
Post Reply
Tono-Tako
npc_combinegunship
npc_combinegunship
Posts: 785
Joined: Tue May 30, 2006 10:28 pm
Location: Half-LIfe series Fan

Music in my map

Post by Tono-Tako »

Is there a way to force my map to be set always in skill 3 difficulty?
I want it to be hard.
Last edited by Tono-Tako on Wed Aug 20, 2008 11:50 pm, edited 1 time in total.
Image
Vote for obsidian conflict in moddb
One click a day doesnt hurt your finger
User avatar
Neico
Lead Coder
Lead Coder
Posts: 1799
Joined: Tue Aug 15, 2006 3:39 pm
Location: Germany
Contact:

Post by Neico »

you just could use a point_servercommand and do it over there, or set the sk_ commands directly as you want it to be (can also be added via a mapadd script <map>_cfg.txt, but would be directly editable by admins, so i would prefer to do it in the map itself :O)
Image
Hell-met
Obsidian Gold
Obsidian Gold
Posts: 2885
Joined: Tue Jun 27, 2006 4:09 am
Location: BIENVENUE DANS MON PAYS LE KEBEK

Re: Force map to Skill 3

Post by Hell-met »

Tono-Tako wrote:I want it to be hard.
That's what he said.
DaMaN
npc_combinegunship
npc_combinegunship
Posts: 782
Joined: Tue Nov 07, 2006 12:03 am
Location: Parent's Basement
Contact:

Post by DaMaN »

Neico wrote:you just could use a point_servercommand and do it over there, or set the sk_ commands directly as you want it to be (can also be added via a mapadd script <map>_cfg.txt, but would be directly editable by admins, so i would prefer to do it in the map itself :O)
You can certainly use the sk_ commands in combination with a point_servercommand. (That's what I was going to suggest too, 'cept Neico beat me to it ;) )

However, not sure if this is still a problem, but I noticed some problems with antlion_attack, as it modified some of the sk_ commands, that apparently the changes would carry on over to other maps run on the server after antlion_attack.
Current projects: Return to City 17 and Rising Dead
Also, check out my Blag: http://daman-amappersworld.blogspot.com/
User avatar
Shana
Lead Developer
Lead Developer
Posts: 2971
Joined: Tue Aug 29, 2006 8:12 pm
Location: Germany
Contact:

Post by Shana »

You should not change sk_commands with a point_servercommand for exactly that reason, use a map cfg file instead.

And tono, make sure its hard but still fun, and not hard and ridiculous
Tono-Tako
npc_combinegunship
npc_combinegunship
Posts: 785
Joined: Tue May 30, 2006 10:28 pm
Location: Half-LIfe series Fan

Post by Tono-Tako »

how do i add some music to my map
i tried with this but didnt worked ingame.
Image
Image
Vote for obsidian conflict in moddb
One click a day doesnt hurt your finger
User avatar
Neico
Lead Coder
Lead Coder
Posts: 1799
Joined: Tue Aug 15, 2006 3:39 pm
Location: Germany
Contact:

Post by Neico »

you forgot to include "music\" before the file name, you also could try to find that file in the soundscripts
Image
Tono-Tako
npc_combinegunship
npc_combinegunship
Posts: 785
Joined: Tue May 30, 2006 10:28 pm
Location: Half-LIfe series Fan

Post by Tono-Tako »

Neico wrote:you forgot to include "music" before the file name, you also could try to find that file in the soundscripts
you were right, working now, thanks
Image
Vote for obsidian conflict in moddb
One click a day doesnt hurt your finger
Post Reply