• Need to report a player? Or a server issue? Or just need help? Use our helpdesk! Click here and open a ticket for faster response times!

Operation Flamming Dart!

ArcticWinter

Regular Poster
REGISTERED
Local time
9:43 AM
Joined
Aug 1, 2010
Messages
838
Reaction score
0
Location
Europe, Denmark
Real Name
Andre
I think it would be great! If the towers became unkillable! (Or respawn again in like 3 sec) For me the map is no longer any fun, i dont play in it that much anymore, because its the same again and again, NVA blow up US towers, US loses there bases, and then NVA do raping on the Tango, and game over for US, lol. I leave the server the most of the times, because i hate that map so badly now. But, lets se what happen.
 

Tedde

Forum Rookie
SITE ADMIN
REGISTERED
Local time
9:43 AM
Joined
Jun 10, 2010
Messages
230
Reaction score
0
Age
29
Location
Sweden
Real Name
Theodor Forselius
well the problem has never been that anyone is against it, im for it to. But mods = server unstable, its not just me crapping you, cedar falls mod caused that we had to reinstall the server... but we are considering to add this mod anyway
 
H

Harry Balzac

Guest
helloclan13 said:
tankboy is right, the mods are right, but the server does not allways take mods that well, bfv is a old game. Thats why sexy server have so many problems often

WOWEE what lies, nothing but total lies
Hello server seems to crash a hell of a lot compared to sexy. for how many mods sexy has it does very well compared to hello which seems to crash a lot . hello has piss all mods and still crashes lulz
 

Alphascout

Forum Newbie
REGISTERED
Local time
8:43 AM
Joined
Aug 9, 2010
Messages
23
Reaction score
0
Age
30
and yet thats why u played on our server and loved it
so why dont u go to sexy since your banned

peace

back on topic
 

Ward

Just Joined
REGISTERED
Local time
12:43 AM
Joined
Jun 14, 2010
Messages
0
Reaction score
0
so lets try it out already!!! cmooon just one day see how it goes.. pleeeeease :D make respawn after 3-4 minutes , i say give it a couple minute timer because at lease theirs some punishment for not repairing your towers they will be dead for a few minutes but then respawn. :)
 

Player_0

Just Joined
REGISTERED
Local time
10:43 AM
Joined
Nov 22, 2010
Messages
0
Reaction score
0
Location
pink houses
Real Name
Ben Dover
Ward said:
some punishment for not repairing your towers they will be dead for a few minutes but then respawn. :)
Dead and not spawning tower is already a punishment for not repairing, and as we all can see, this punishment does not work.
 

CYBER

Forum Newbie
REGISTERED
Local time
10:43 AM
Joined
Jun 10, 2010
Messages
76
Reaction score
0
Age
30
Location
Noorbeek, Dutch
Oke i will make a mod were the towers comme back and were usa don't have cobras but huey gunships. We will lave the mod on the server untill new year ore so. A round new year wwe gonne reinstall the server. Do to lag and errors reported by some players.

leave any more idees fore the mod on the from.

tankboy,
 

Player_0

Just Joined
REGISTERED
Local time
10:43 AM
Joined
Nov 22, 2010
Messages
0
Reaction score
0
Location
pink houses
Real Name
Ben Dover
Got another thought here: the point of the problem is that NVA bombs US towers with mig17 so they quickly go down and the blue team get hardly raped. Maybe leave a place for teamwork by letting towers to be exploded only with torch/C4/TNT/mortar so both teams gonna need to put some efforts to get enemy towers down? Because the idea of destructable towers in general is not bad, bad is the way it's performed by score-fags.
 

CYBER

Forum Newbie
REGISTERED
Local time
10:43 AM
Joined
Jun 10, 2010
Messages
76
Reaction score
0
Age
30
Location
Noorbeek, Dutch
Well i don't know how i can make a mod were air plane can't dammeg a tower. What i can do is change the air plance but that will teak a whay the fun of them map. I think the best ting to do is make the towers spawn again but after some time like 30 sec to 2 min ore so.
 

Player_0

Just Joined
REGISTERED
Local time
10:43 AM
Joined
Nov 22, 2010
Messages
0
Reaction score
0
Location
pink houses
Real Name
Ben Dover
Well destroying towers has it's advantages when is performed by troops as a teamwork but not as stupid bombing. Making towers destructable forever only with torch/C4 etc will leave the key interesting difference of this map while removing the boring rape. Maybe we can ask modders if this can be coded. If we decide to make towers respawnable, i suggest 30 sec period.

P.S. maybe something like
Code:
if (destroyed_by_plane()) {
    respawn_tower();
} else {
    tower_gone_forever();
}
 

CYBER

Forum Newbie
REGISTERED
Local time
10:43 AM
Joined
Jun 10, 2010
Messages
76
Reaction score
0
Age
30
Location
Noorbeek, Dutch
haha nice coding mate thumbsup0. But i can theak a look at a from and ask there if they know any codes fore it. I still tink it is the best to let them spawn after 30 sec.
 

Kurk

Forum Newbie
REGISTERED
Local time
8:43 AM
Joined
Jun 28, 2010
Messages
4
Reaction score
0
Age
30
Location
Dante's 6th pit of hell
Real Name
Aoustino Rufrano
Its quite simple, actually.

Take...
Code:
ObjectTemplate.create ObjectSpawner Mig21TowerSpawner
ObjectTemplate.setObjectTemplate 2 O_AirTower_NVA1
ObjectTemplate.setObjectTemplate 1 O_AirTower_NVA1
ObjectTemplate.SpawnDelay 9999
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.TimeToLive 180
ObjectTemplate.Distance 200
ObjectTemplate.teamOnVehicle 1

And change it to...
Code:
ObjectTemplate.create ObjectSpawner Mig21TowerSpawner
ObjectTemplate.setObjectTemplate 2 O_AirTower_NVA1
ObjectTemplate.setObjectTemplate 1 O_AirTower_NVA1
ObjectTemplate.SpawnDelay 10
rem ObjectTemplate.SpawnDelay 10 changes the spawn time from never to about 10 seconds *************
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.TimeToLive 180
ObjectTemplate.Distance 200
ObjectTemplate.teamOnVehicle 1
ObjectTemplate.maxNrOfObjectSpawned 2
rem ObjectTemplate.maxNrOfObjectSpawned 2 will only spawn 2 (I think 2...) towers per map per spawn *************


Also, Battlefield isn't coded in Java. Its coded in, I think, C++ up until Battlefield 2 with which DICE transferred to Python Script. The code used to mod Battlefield is the code of the Refracter 2 Engine, thus making it its own apart from common programming languages.
 

CYBER

Forum Newbie
REGISTERED
Local time
10:43 AM
Joined
Jun 10, 2010
Messages
76
Reaction score
0
Age
30
Location
Noorbeek, Dutch
Also, Battlefield isn't coded in Java. Its coded in, I think, C++ up until Battlefield 2 with which DICE transferred to Python Script. The code used to mod Battlefield is the code of the Refracter 2 Engine, thus making it its own apart from common programming languages.

ya it is in c++ and it juse ind 2 engine. Nice to see some 1 who know somting a bout programing and stuf.
 

Tedde

Forum Rookie
SITE ADMIN
REGISTERED
Local time
9:43 AM
Joined
Jun 10, 2010
Messages
230
Reaction score
0
Age
29
Location
Sweden
Real Name
Theodor Forselius
right, learn the basics in php,c++, etc and you will be able to mod almost anything anywhere.
 

Player_0

Just Joined
REGISTERED
Local time
10:43 AM
Joined
Nov 22, 2010
Messages
0
Reaction score
0
Location
pink houses
Real Name
Ben Dover
So what guys? :)

I've experienced today this Flaming Dart Thing again. Want to re-post good, as for me, solution:
Player_0 said:
Got another thought here: the point of the problem is that NVA bombs US towers with mig17 so they quickly go down and the blue team get hardly raped. Maybe leave a place for teamwork by letting towers to be exploded only with torch/C4/TNT/mortar so both teams gonna need to put some efforts to get enemy towers down? Because the idea of destructable towers in general is not that bad, bad is the way it's performed by score-fags.
 

CommandoBeta

Grand Master
REGISTERED
Local time
10:43 AM
Joined
Sep 27, 2010
Messages
4,339
Reaction score
0
Age
28
Location
the Netherlands
Did anything happen about flaming dart in the big new year reinstall? By the way the server lags have been here again already , I thought that wouln't happen so soon again?
 

Player_0

Just Joined
REGISTERED
Local time
10:43 AM
Joined
Nov 22, 2010
Messages
0
Reaction score
0
Location
pink houses
Real Name
Ben Dover
The same thought of making Flaming Dart a better map to play.

Lets make towers invulnerable to air attacks from jets & choppers. I mean migs can bomb them forever, but they will go down only under mortar fire and torch/c4/tnt/m79/(and so on) attacks.
 

Tedde

Forum Rookie
SITE ADMIN
REGISTERED
Local time
9:43 AM
Joined
Jun 10, 2010
Messages
230
Reaction score
0
Age
29
Location
Sweden
Real Name
Theodor Forselius
Player_0 said:
The same thought of making Flaming Dart a better map to play.

Lets make towers invulnerable to air attacks from jets & choppers. I mean migs can bomb them forever, but they will go down only under mortar fire and torch/c4/tnt/m79/(and so on) attacks.

thats a awesome idea, if i knew how to do it
 

CommandoBeta

Grand Master
REGISTERED
Local time
10:43 AM
Joined
Sep 27, 2010
Messages
4,339
Reaction score
0
Age
28
Location
the Netherlands
I think player_o's idea is a great idea. Sorry that it's offtopic, but player_0 has private messages disabled. With what name do you play on the BFV server?
 

Alphascout

Forum Newbie
REGISTERED
Local time
8:43 AM
Joined
Aug 9, 2010
Messages
23
Reaction score
0
Age
30
too bad that nearly impossible the coding is to hard
 
Back
Top