Author Topic: tkc.sqs commercial  (Read 2586 times)

0 Members and 1 Guest are viewing this topic.

WTCLeGeND

  • Cheater Apprentice
  • *
  • Posts: 19
    • View Profile
tkc.sqs commercial
« on: June 18, 2012, 07:51:48 pm »
Hello,

So i wanted to devlope myown commercial but i noticed there is no tkc.sqs ,  the logo.sqs does exist... but no tkc.sqs and its not hidden it just 100% not exist.
anyone got backup of tkc.sqs and logo.sqs ? please put here download link.

Thanks !

WTCLeGeND

  • Cheater Apprentice
  • *
  • Posts: 19
    • View Profile
Re: tkc.sqs commercial
« Reply #1 on: June 21, 2012, 07:28:00 pm »
No posts jet ????
I could use some help with this.

easySpec

  • Poptart
  • *
  • Posts: 5
    • View Profile
Re: tkc.sqs commercial
« Reply #2 on: June 22, 2012, 01:55:33 am »
_obj = "Type" createVehicle [_px,_py,_pz]
_obj setPos [_px,_py,_pz]
_obj setDir _d


are the commands you are looking for.
"Type" can be any kind of vehicle class
_px,_py,_pz are similar to cartesian coordinates (_px+ is East, _py+ is North, _pz+ is elevation above the closest 'floor')
_d is the azimut (0 is North, 90 is East and so on)

Use this multiple times to align some objects in the desired shape.

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: tkc.sqs commercial
« Reply #3 on: June 22, 2012, 01:53:28 pm »
_obj = "Type" createVehicle [_px,_py,_pz]
_obj setPos [_px,_py,_pz]
_obj setDir _d


are the commands you are looking for.
"Type" can be any kind of vehicle class
_px,_py,_pz are similar to cartesian coordinates (_px+ is East, _py+ is North, _pz+ is elevation above the closest 'floor')
_d is the azimut (0 is North, 90 is East and so on)

Use this multiple times to align some objects in the desired shape.
or ...

Hint "Im Doing it now Boss!";

_i = 100 ;
_letsaddsomevehicles = [ "T90" , "Anothervehicle" , "andanother" , "etc" ] ;
{

Hint "" ; Hint "" ; Hint "D || >> Di || >> Ding || ( c pasta ) enabled true" ; // Warning do not remove this line or it will not work.
_pos = getpos player ;
_obj = _x createVehicle [_pos select 0,_pos select 1,(_pos select 2)+_i] ;
_obj setDir (getdir Player) ;
_i = _i + 15 ;

} Foreach _letsaddsomevehicles ;

Hint "What  is b.l.u.e bl.ac.k an.d wh.ite a.nd. lo.ve.d by .eve.ry.o.ne ?               TKC BOOM STICK!!   By the way this will be the last thing you ever read. :)" ;


// might need a format i havent checked it.
« Last Edit: June 22, 2012, 02:14:53 pm by MrMedic »
EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157

[TKC]Hubertus

  • SCP Developer
  • Klass Klown
  • ***
  • Posts: 327
    • View Profile
Re: tkc.sqs commercial
« Reply #4 on: July 25, 2012, 03:40:12 am »
These the original files from the cheatpack. You only have to replace "tkcpath" and "TKC_random_stopmove".


logo.sqs:

Quote
_obj = "dum02"
;
;strich horz. vom T
[_obj, -5, 5] exec "\tkcpath\effects\tkc.sqs"
[_obj, -4, 5] exec "\tkcpath\effects\tkc.sqs"
[_obj, -3, 5] exec "\tkcpath\effects\tkc.sqs"

;strich vert. vom T
[_obj, -4, 4] exec "\tkcpath\effects\tkc.sqs"
[_obj, -4, 3] exec "\tkcpath\effects\tkc.sqs"
[_obj, -4, 2] exec "\tkcpath\effects\tkc.sqs"
[_obj, -4, 1] exec "\tkcpath\effects\tkc.sqs"
[_obj, -4, 0] exec "\tkcpath\effects\tkc.sqs"

;strich vert. K
[_obj, -1, 5] exec "\tkcpath\effects\tkc.sqs"
[_obj, -1, 4] exec "\tkcpath\effects\tkc.sqs"
[_obj, -1, 3] exec "\tkcpath\effects\tkc.sqs"
[_obj, -1, 2] exec "\tkcpath\effects\tkc.sqs"
[_obj, -1, 1] exec "\tkcpath\effects\tkc.sqs"
[_obj, -1, 0] exec "\tkcpath\effects\tkc.sqs"

;rest K
[_obj, 0, 3] exec "\tkcpath\effects\tkc.sqs"
[_obj, 1, 4] exec "\tkcpath\effects\tkc.sqs"
[_obj, 1, 2] exec "\tkcpath\effects\tkc.sqs"
[_obj, 2, 1] exec "\tkcpath\effects\tkc.sqs"
[_obj, 2, 5] exec "\tkcpath\effects\tkc.sqs"
[_obj, 3, 0] exec "\tkcpath\effects\tkc.sqs"

;vert C
[_obj, 4, 4] exec "\tkcpath\effects\tkc.sqs"
[_obj, 4, 3] exec "\tkcpath\effects\tkc.sqs"
[_obj, 4, 2] exec "\tkcpath\effects\tkc.sqs"
[_obj, 4, 1] exec "\tkcpath\effects\tkc.sqs"

;rest C
[_obj, 5, 5] exec "\tkcpath\effects\tkc.sqs"
[_obj, 5, 0] exec "\tkcpath\effects\tkc.sqs"
[_obj, 6, 0] exec "\tkcpath\effects\tkc.sqs"
[_obj, 6, 5] exec "\tkcpath\effects\tkc.sqs"
hint "TKC Logo Created"
Exit

tkc.sqs:

Quote
_typ = _this select 0
_x = _this select 1
_y = _this select 2
_pos = getpos player
_dir = 0

_x = _x * 5
_y = _y * 5

_obj = _typ createvehicle [0,0,0]

#loop
? TKC_random_stopmove == "jo":Exit
_dir = _dir + 2

_obj setpos [(_pos select 0) + ((sin _dir) * _x),(_pos select 1) + ((cos _dir) * _x),20 +_y]
_obj setdir _dir
~0.2
goto "loop"

i mss old ofp

  • Insane Joker
  • ****
  • Posts: 982
  • i love the fact that you hate me.
    • View Profile
    • TKC
Re: tkc.sqs commercial
« Reply #5 on: August 12, 2012, 01:33:11 am »
i love the cheat pack , alot of good things in there i still use.(little modifications).
692063616E206C6F616420612070626F6F6E2074686520666C79206C6D616F00

the joke is you!!!!

ZOldDude

  • The Unknown Rank!
  • Administrator
  • MasstKer
  • *
  • Posts: 20874
  • Old School TKC
    • View Profile
    • Admin
Re: tkc.sqs commercial
« Reply #6 on: August 12, 2012, 09:08:32 am »
We need a World Teamkill Championship commercial that will run off and on for hours.  :icon_thumbsup

*While we crash and burn, small, low tech, agrarian societies such as the Hmong in the mountains of Laos will continue on without so much as blinking an eye.*

easySpec

  • Poptart
  • *
  • Posts: 5
    • View Profile
Re: tkc.sqs commercial
« Reply #7 on: August 12, 2012, 11:54:07 am »
I think this is possible for ArmA and ArmA2 on servers which run continuous missions. It also can be done in OFP, but i guess it would require the advertiser to join the server every time a new mission starts, get the advertisement going and leave for another server to do the same routine.

Unless there is a way to force the continuation of a script beyond end of mission.

Buster

  • Klass Klown
  • ***
  • Posts: 295
  • Kool Kat
    • View Profile
Re: tkc.sqs commercial
« Reply #8 on: August 14, 2012, 11:30:43 pm »
We need a World Teamkill Championship commercial that will run off and on for hours.  :icon_thumbsup
How about this Z. can make it available if ya think its worth it.  :icon_thumbsup

ZOldDude

  • The Unknown Rank!
  • Administrator
  • MasstKer
  • *
  • Posts: 20874
  • Old School TKC
    • View Profile
    • Admin
Re: tkc.sqs commercial
« Reply #9 on: August 15, 2012, 07:59:27 am »
It needs to be seen by everyone in the server...in the sky...and persistent until a server restart and include the sites URL.

Only about two weeks left in this years World Teamkill Championship contest.

I see on the DayZ forums complaints of what seems like some people getting FRAPS of 8-15 mass TK's ,but s far as I know nobody has sent Mullah Omar a video yet for the contest.

*While we crash and burn, small, low tech, agrarian societies such as the Hmong in the mountains of Laos will continue on without so much as blinking an eye.*

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: tkc.sqs commercial
« Reply #10 on: August 15, 2012, 05:31:25 pm »
It needs to be seen by everyone in the server...in the sky...and persistent until a server restart and include the sites URL.

Only about two weeks left in this years World Teamkill Championship contest.

I see on the DayZ forums complaints of what seems like some people getting FRAPS of 8-15 mass TK's ,but s far as I know nobody has sent Mullah Omar a video yet for the contest.

I recorded a video yesterday but the codec wont decode the video, so it would seem the latest fraps has some problems it could of been with it recording onto an ssd, i 'm not sure though as its failed before on a standard hdd , i will try again tonight and see if it will do it.
if not i will try and get an older version of fraps.

EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157