Fortress Forever

Fortress Forever (https://forums.fortress-forever.com/index.php)
-   FF Technical Support (https://forums.fortress-forever.com/forumdisplay.php?f=35)
-   -   turkeyburgers_tfc (https://forums.fortress-forever.com/showthread.php?t=22559)

Private_Joker 03-12-2011 02:27 PM

turkeyburgers_tfc
 
When I host it, you can't choose any of the classes and thus can't spawn. How to fix?

-Joker

moosh 03-12-2011 03:00 PM

Quote:

Originally Posted by Private_Joker (Post 483010)
When I host it, you can't choose any of the classes and thus can't spawn. How to fix?

-Joker

The .lua file is either missing or not valid. Try to find a working .lua file of the map.

Gwarsbane 03-12-2011 04:14 PM

Here ya go, the turkeyburgers map along with the lua

http://www.megaupload.com/?d=P02K7D33

Iggy 03-12-2011 05:20 PM

Awesome, Gwar! You are officially "The Man" for today. :mrgreen:

zE 03-12-2011 08:04 PM

Quote:

Originally Posted by Gwarsbane (Post 483014)
Here ya go, the turkeyburgers map along with the lua

http://www.megaupload.com/?d=P02K7D33

Thats really leet stealing other dudes maps and posting bsp lua on forum :

Pixel 03-12-2011 08:48 PM

Quote:

Originally Posted by zE (Post 483018)
Thats really leet stealing other dudes maps and posting bsp lua on forum :

What the hell are you going on about?

zE 03-12-2011 09:05 PM

I mean this map isnt public released, the mapper gave it only to zepalace and Talos servers basicly.

Pixel 03-12-2011 09:35 PM

Quote:

Originally Posted by zE (Post 483020)
I mean this map isnt public released, the mapper gave it only to zepalace and Talos servers basicly.

Isn't it pointless to even try to do this?

reaper18 03-14-2011 07:35 PM

Quote:

Originally Posted by zE (Post 483020)
I mean this map isnt public released, the mapper gave it only to zepalace and Talos servers basicly.

If he was trying to not get it on o-t he failed pretty hard, theyve had it for quite some time

Ricey 03-15-2011 11:15 AM

Quote:

Originally Posted by zE (Post 483020)
I mean this map isnt public released, the mapper gave it only to zepalace and Talos servers basicly.

You have no right to speak, none at all.

and to prove my point : Gator's Roasted Classic, yea, so who decided to decompile it and retexture it without permission?

Also, if you wanna get really nitpicky about it, chicken decompiled 2fort, well and used HL1 Textures and didn't even bother FIXING the bad brushes, which is 95% of the map. Same with this map, he can not say who can and can not host this map, as it is not his to begin with.

Also, the lua only enables the map, scoring doesn't work, but who cares about team score in a DM.

Also Iggy, I am the man for doing the lua. Not Gwar, trying to steal me thunder.

Code:

IncludeScript("base_teamplay");

function startup()
        SetGameDescription("Team DeathMatch")
       
        -- set up team limits on each team
        SetPlayerLimit(Team.kBlue, 0)
        SetPlayerLimit(Team.kRed, 0)
        SetPlayerLimit(Team.kYellow, 0)
        SetPlayerLimit(Team.kGreen, 0)

        local team = GetTeam(Team.kGreen)
        team:SetClassLimit(Player.kCivilian, -1)

        local team = GetTeam(Team.kBlue)
        team:SetClassLimit(Player.kCivilian, -1)

        local team = GetTeam(Team.kYellow)
        team:SetClassLimit(Player.kCivilian, -1)

        team = GetTeam(Team.kRed)
        team:SetClassLimit(Player.kCivilian, -1)
end

ff_pack = genericbackpack:new({
        health = 60,
        armor = 60,
        grenades = 400,
        nails = 400,
        shells = 400,
        rockets = 400,
        cells = 0,
        gren1 = 1,
        gren2 = 1,
        respawntime = 15,
        model = "models/items/backpack/backpack.mdl",
        materializesound = "Item.Materialize",
        touchsound = "Backpack.Touch",
        botgoaltype = Bot.kBackPack_Ammo
})
ff_spam = genericbackpack:new({
        health = 60,
        armor = 60,
        grenades = 400,
        nails = 400,
        shells = 400,
        rockets = 400,
        cells = 0,
        gren1 = 1,
        gren2 = 1,
        respawntime = 15,
        model = "models/items/backpack/backpack.mdl",
        materializesound = "Item.Materialize",
        touchsound = "Backpack.Touch",
        botgoaltype = Bot.kBackPack_Ammo
})
function ff_pack:dropatspawn() return false end
function ff_spam:dropatspawn() return false end

so you don't have to download everything.

Gwarsbane 03-15-2011 05:17 PM

I still included in the file already so they don't have to make a text file and rename it. so :P

*Gwarsbane runs away with Ricey's thunder

zE 03-15-2011 07:18 PM

newb ricey that map I just textured the front base of that map to post in foruns the picture for showing that regular textures here better then those dev ones , as i explained back then.

The issue is thats the majority of mappers dont want to see their maps at o-t cuse majority is banned there. But anyway i cba to a flame war with spoiled kids so whtever.

Private_Joker 03-15-2011 08:56 PM

How about giving Joker some credit for copy-pasting some other map's .lua file and haxing it a little bit (without knowing how to write lua) so it works kinda.

LIKE A BOSS

-Joker

Iggy 03-15-2011 09:26 PM

Quote:

Originally Posted by Ricey (Post 483117)
Also Iggy, I am the man for doing the lua. Not Gwar, trying to steal me thunder.

I didn't say he was the man for DOING the LUA... I said he was the man for putting the LUA and the map into a file for everyone to DL. No need to start a load of flaming over it.

As far as OT(or any other server) goes... if you make a map and don't want certain servers to host your map, then don't make the map. There is no way to guarentee that it won't end up somewhere you don't want it otherwise.

chicken 03-16-2011 04:56 AM

I don't care if OT or others use my FF maps. I quit FF a long time ago.

moosh 03-16-2011 05:32 AM

Quote:

Originally Posted by chicken (Post 483176)
I don't care if OT or others use my FF maps. I quit FF a long time ago.

Technically, they're not really your maps. They're just ports.

GambiT 03-16-2011 06:09 AM

wait a sec...

"don't want your maps on OT's server"?

ok, now, didn't y'all say "OT" is ruining FF?

so, instead of people being able to play a map on OT, they are forced to join fucking shit servers to play it?

um...whos ruining FF?

TonyCip 03-16-2011 06:31 AM

Lock engage!

Ricey 03-16-2011 09:49 AM

Quote:

Originally Posted by moosh (Post 483181)
Technically, they're not really your maps. They're just ports.

Terribad ports.

Mystery 03-16-2011 02:50 PM

Quote:

Originally Posted by GambiT (Post 483183)
wait a sec...

"don't want your maps on OT's server"?

ok, now, didn't y'all say "OT" is ruining FF?

so, instead of people being able to play a map on OT, they are forced to join fucking shit servers to play it?

um...whos ruining FF?

Who gave you the fucking audacity to call pwndorasbox a shit server?


All times are GMT. The time now is 07:05 AM.

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