You are viewing our Forum Archives. To view or take place in current topics click here.
How do you like our new look" please leave comments"
Its great keep it!
62.50% (10 votes)
62.50% (10 votes)
I HATE IT
37.50% (6 votes)
37.50% (6 votes)
Total Votes: 16
xMmx LOBBIEZ |WAW |MOTIONFlex and other modz*VIDEO PROOF*
Posted:
xMmx LOBBIEZ |WAW |MOTIONFlex and other modz*VIDEO PROOF*Posted:
Status: Offline
Joined: Aug 08, 201113Year Member
Posts: 1,517
Reputation Power: 67
[ Register or Signin to view external links. ]
Lobby status: open
When will it be open again?
Tomorrow
What We host:
TTK V2 menu
Fyrepit v2
Motion flex v2.1
Physics n flex v2
SVG editing service:
If you send me an svg code I will edit it to you liking,
WHAT I CAN DO!:
-edit text
-edit colors
-add message of the day with custom text
-add an iso shader
-menu sounds [color=red]New!
Just tell me everything you want and I will have it reposted ASAP !
how to extract code from an svg go to cfgmodding,com go to tools then unlimited svg modder then go to upload save should be above the code window then just choose the svg you want copy code from window and send it to me
WHAT I CAN DO!:
-edit text
-edit colors
-add message of the day with custom text
-add an iso shader
-menu sounds [color=red]New!
Just tell me everything you want and I will have it reposted ASAP !
how to extract code from an svg go to cfgmodding,com go to tools then unlimited svg modder then go to upload save should be above the code window then just choose the svg you want copy code from window and send it to me
How to join:
message one of our Hosters saying ttg invite along with the lobby you want! enjoy!!!
perk::(people who donate get first in!)
Rules:
no yelling
No squeakers
No complaining
No friend requests,or party invites
No music over the mic
<++*+++MUST HAVE DER REISE+++*++>
Contact:
Message TTG or Hosters
Join methods:
join sesh
Send me a message
Invite me to game
Hosters:
oOFIRESPINNEROo- thetechkid v2,Fyrepit v2
D3V1L_KILL3R- thetechkid v2
Lutenant hatred- TTK V1
xXColeman98Xx- walkerneos v5
OG complication-motion flex v2.1
Times - in eastern standard time:
weekdays: 4-9pm
Weekends: 4-11pm
Donations (optional):
Donations are completely optional
The lobbies are free!
If you want to donate it would be greatly appreciated!
Things we accept:
Xbox live gold
48 hr trials
Microsoft points
REMEMBER-not required but greatly appreciated!
coming soon!
Full ISO HOSTING
Privacy policy:
We will never ask for your personal information
Nor will we exploit information to other users.
Firespinners LOBBIEZ is a safe environment for
Modding and having fun! We promise that once with
Us you are safe and account will be safe as well.
We go by a code stating that deranking will not be
Permitted unless instructed to by that users consent.
We hope to see you online and have some fun!
Proof:
-mastermodz v11-
-TTK V1-
ANNOUNCEMENTS!
-1-I HAVE STARTED CREATING MY OWN MOD MENUS
-2-we have quite a few new options available now so please join up
-3-we give a warm hot and steamy welcome to lutenant hatred give him your soul!
-4- hating the new TTG update!
-5- *WANT TO GET THESE MODS YOURSELF?!? PM ME
-2-we have quite a few new options available now so please join up
-3-we give a warm hot and steamy welcome to lutenant hatred give him your soul!
-4- hating the new TTG update!
-5- *WANT TO GET THESE MODS YOURSELF?!? PM ME
CODING TUTORIAL
In order to create an svg you need to learn CFG which are the games dvars, commands, and strings,and variables created by developers of the game
Quick understanding (Brackets are selected words]
Activeaction-all the code you want to have happen when you activate mods
activeaction Vstr setup;Vstr modbinds;Vstr defaultbinds
Dvar-
(con_minicon) 1
Command-
(wait) 10
Variables-
g_speed (200)
Strings-
g_speed 500;wait 10;g_speed 200;noclip
Vstr setup-
Vstr Example
Set example
Binds-
bind button_(select button below)
Buttons-
a
X
B
Y
Start
Back
Rshldr
Lshldr
Ltrig
Rtrig
Rstick
Lstick
Dpad binds-
bind dpad_(bind button below)
Dpad button codes-
up
Down
Left
Right
Binds tutorial:
1:set the Vstr in activeaction
activeaction Vstr activate;Vstr mods;Vstr setup;killserver
2: set up the con_gamemsgwindows which show words if you would like it to. To do this use the name you used for that Vstr and set it.
activeaction Vstr activate;Vstr mods;Vstr setup;killserver
Set setup con_gamemsgwindow0fadeintime 99999;con_gamemsgwindow0msgtime 99999:con_gamemsgwindow0fadeouttime;con_gamemsgwindow0linecount 5;con_gamemsgwindow0filtergamenotify obituary
3:now we need to set the binds to activate the instructions for the binds
activeaction Vstr activate;Vstr mods;Vstr setup;killserver
Set setup con_gamemsgwindow0fadeintime 99999;con_gamemsgwindow0msgtime 99999:con_gamemsgwindow0fadeouttime;con_gamemsgwindow0linecount 5;con_gamemsgwindow0filtergamenotify obituary;bind button_back Vstr menuopen;
Set menuopen snd_playlocal ch_ching;Vstr binds;Vstr Instructions
Set instructions "^2God-{button_lshldr}"; "^1noclip-{button_rshldr}": "^3Give All{Dpad_right}"; "^5Drop weapon- {dpad_down}"
4:Now we get to set the binds! All you do is bind (the button) then (the command) here ill show you
activeaction Vstr activate;Vstr mods;Vstr setup;killserver
Set setup con_gamemsgwindow0fadeintime 99999;con_gamemsgwindow0msgtime 99999:con_gamemsgwindow0fadeouttime;con_gamemsgwindow0linecount 5;con_gamemsgwindow0filtergamenotify obituary;bind button_back Vstr menuopen;
Set menuopen snd_playlocal ch_ching;Vstr binds;Vstr Instructions
Set instructions "^2God-{button_lshldr}"; "^1noclip-{button_rshldr}": "^3Give All{Dpad_right}"; "^5Drop weapon- {dpad_down}"
Set binds bind button_lshldr "god";bind button_rshldr "noclip";bind dpad_right "give all";bind dpad_down "dropweapon"
5: That should be enough but if you want any extra mods just add a Vstr to the activeaction and bind button start and add a bunch of stuff you may want like unlimited ammo and super jump make sure to seperate dvars with a ( ; )
activeaction Vstr activate;Vstr mods;Vstr setup;vstr extramods;killserver
Set setup con_gamemsgwindow0fadeintime 99999;con_gamemsgwindow0msgtime 99999:con_gamemsgwindow0fadeouttime;con_gamemsgwindow0linecount 5;con_gamemsgwindow0filtergamenotify obituary;bind button_back Vstr menuopen;
Set menuopen snd_playlocal ch_ching;Vstr binds;Vstr Instructions
Set instructions "^2God-{button_lshldr}"; "^1noclip-{button_rshldr}": "^3Give All{Dpad_right}"; "^5Drop weapon- {dpad_down}"
Set binds bind button_lshldr "god";bind button_rshldr "noclip";bind dpad_right "give all";bind dpad_down "dropweapon"
Set extra mods (all your other mods to want here
)
That should be enough to get you started with button binds let me know if you need any more help
Last edited by Fya ; edited 47 times in total
The following 2 users thanked Fya for this useful post:
Freezone274 (09-03-2012), ZyonnRenegade (04-27-2012)
#2. Posted:
Status: Offline
Joined: Mar 21, 201212Year Member
Posts: 3
Reputation Power: 0
Inv Im CaMaRo...........................
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Aug 08, 201113Year Member
Posts: 1,517
Reputation Power: 67
finally got done reporting everything since last one got locked so yeah I took out the part it was locked for and added a new privacy policy section what do you think
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Aug 08, 201113Year Member
Posts: 1,517
Reputation Power: 67
Really one person wants a lobby the last post I had exactly like this I had about 65 posts and 575 views ! This is just sad now
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Mar 05, 201212Year Member
Posts: 56
Reputation Power: 2
Status: Offline
Joined: Mar 05, 201212Year Member
Posts: 56
Reputation Power: 2
FaTaL x L3G1TZ inviitteee mee please ! :arrow:
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Sep 19, 201113Year Member
Posts: 208
Reputation Power: 7
PLease invite Snowblusk
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Mar 22, 201212Year Member
Posts: 14
Reputation Power: 0
Status: Offline
Joined: Mar 22, 201212Year Member
Posts: 14
Reputation Power: 0
please invite :xSocial Outkast
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Aug 08, 201113Year Member
Posts: 1,517
Reputation Power: 67
The lobbies today will be hosted a little later on in the day , this is because I'm working on getting motion flex iso
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Feb 01, 201212Year Member
Posts: 305
Reputation Power: 11
Status: Offline
Joined: Feb 01, 201212Year Member
Posts: 305
Reputation Power: 11
Inv the pro king45 plzzz will post legit and thank
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Feb 14, 201212Year Member
Posts: 213
Reputation Power: 8
Status: Offline
Joined: Feb 14, 201212Year Member
Posts: 213
Reputation Power: 8
inv plz gt SilentDirty :arrow:
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.