You are viewing our Forum Archives. To view or take place in current topics click here.
2 SVG Questions
Posted:
2 SVG QuestionsPosted:
Status: Offline
Joined: Oct 26, 201014Year Member
Posts: 272
Reputation Power: 11
Status: Offline
Joined: Oct 26, 201014Year Member
Posts: 272
Reputation Power: 11
Ok, so...
1. When I put more than 12 settings in the dvar section the svg will get the max_size_exceeded error. How did Walkerneo create a 3 menu single svg save with only around this amount of allocated space???
2. I know that most of the shiz is host only but can we use this dvar to do stuff for clients?
self setClientDvar( dvar name, dvar value );
Considering it says "set CLIENT dvar " ?
For example :
self setClientDvar( cg_fov, 95 );
Or maybe take out the self bit?
???
1. When I put more than 12 settings in the dvar section the svg will get the max_size_exceeded error. How did Walkerneo create a 3 menu single svg save with only around this amount of allocated space???
2. I know that most of the shiz is host only but can we use this dvar to do stuff for clients?
self setClientDvar( dvar name, dvar value );
Considering it says "set CLIENT dvar " ?
For example :
self setClientDvar( cg_fov, 95 );
Or maybe take out the self bit?
???
The following 1 user thanked GreeN097 for this useful post:
hd1kenny (07-26-2011)
#2. Posted:
Status: Offline
Joined: Dec 21, 201013Year Member
Posts: 166
Reputation Power: 6
Status: Offline
Joined: Dec 21, 201013Year Member
Posts: 166
Reputation Power: 6
GreeN097 wrote Ok, so...
1. When I put more than 12 settings in the dvar section the svg will get the max_size_exceeded error. How did Walkerneo create a 3 menu single svg save with only around this amount of allocated space???
2. I know that most of the shiz is host only but can we use this dvar to do stuff for clients?
self setClientDvar( dvar name, dvar value );
Considering it says "set CLIENT dvar " ?
For example :
self setClientDvar( cg_fov, 95 );
Or maybe take out the self bit?
???
what are you talking about, you dont use self setclientdvar(); in a SVG...
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Oct 26, 201014Year Member
Posts: 272
Reputation Power: 11
Status: Offline
Joined: Oct 26, 201014Year Member
Posts: 272
Reputation Power: 11
hd1kenny wroteGreeN097 wrote Ok, so...
1. When I put more than 12 settings in the dvar section the svg will get the max_size_exceeded error. How did Walkerneo create a 3 menu single svg save with only around this amount of allocated space???
2. I know that most of the shiz is host only but can we use this dvar to do stuff for clients?
self setClientDvar( dvar name, dvar value );
Considering it says "set CLIENT dvar " ?
For example :
self setClientDvar( cg_fov, 95 );
Or maybe take out the self bit?
???
what are you talking about, you dont use self setclientdvar(); in a SVG...
Thats why I asked the question.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jul 16, 201113Year Member
Posts: 476
Reputation Power: 23
Status: Offline
Joined: Jul 16, 201113Year Member
Posts: 476
Reputation Power: 23
dude you hated on my topic about svg and now you cant even do it yourself...FAIL
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jun 22, 201113Year Member
Posts: 949
Reputation Power: 43
Ok so lets say you are on J.Add like vstr 1. When You add vstr 1. It makes it so you can add to 6. Like this.
J-developeruser 1;vstr 1;
1-vstr 2;vstr 3;vstr 4;vstr 5;vstr 6;
2-BLAH BLAH BLAH....
Do you get it now?
J-developeruser 1;vstr 1;
1-vstr 2;vstr 3;vstr 4;vstr 5;vstr 6;
2-BLAH BLAH BLAH....
Do you get it now?
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Oct 26, 201014Year Member
Posts: 272
Reputation Power: 11
Status: Offline
Joined: Oct 26, 201014Year Member
Posts: 272
Reputation Power: 11
rocketx wrote dude you hated on my topic about svg and now you cant even do it yourself...FAIL
Hated? I was stating that ANYONE can do svgs, yet you host a "lobby".
Fail?
First, learn to capitalize.
Second, I'm asking a question. Is it wrong to want to learn?
Its not the fact that I can't create a svg, because I have, but because I want to expand what I have learned.
Want my svg? [ Register or Signin to view external links. ]
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Jun 05, 201113Year Member
Posts: 2,609
Reputation Power: 113
Status: Offline
Joined: Jun 05, 201113Year Member
Posts: 2,609
Reputation Power: 113
GreeN097 wrote Ok, so...
1. When I put more than 12 settings in the dvar section the svg will get the max_size_exceeded error. How did Walkerneo create a 3 menu single svg save with only around this amount of allocated space???
2. I know that most of the shiz is host only but can we use this dvar to do stuff for clients?
self setClientDvar( dvar name, dvar value );
Considering it says "set CLIENT dvar " ?
For example :
self setClientDvar( cg_fov, 95 );
Or maybe take out the self bit?
???
he used something like this
a---bind dpad_right vstr rt; bind button_back vstr tgl
tgt---toggle rt "giveall notarget clientkick2"
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Oct 26, 201014Year Member
Posts: 272
Reputation Power: 11
Status: Offline
Joined: Oct 26, 201014Year Member
Posts: 272
Reputation Power: 11
LTolu wrote Ok so lets say you are on J.Add like vstr 1. When You add vstr 1. It makes it so you can add to 6. Like this.
J-developeruser 1;vstr 1;
1-vstr 2;vstr 3;vstr 4;vstr 5;vstr 6;
2-BLAH BLAH BLAH....
Do you get it now?
I see. Thanks man.
20202020
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Jun 22, 201113Year Member
Posts: 949
Reputation Power: 43
GreeN097 wroteLTolu wrote Ok so lets say you are on J.Add like vstr 1. When You add vstr 1. It makes it so you can add to 6. Like this.
J-developeruser 1;vstr 1;
1-vstr 2;vstr 3;vstr 4;vstr 5;vstr 6;
2-BLAH BLAH BLAH....
Do you get it now?
I see. Thanks man.
20202020
Your welcome, And Would You like me to teach you how to make A Multiple SVG Mod, With Menus?
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Oct 26, 201014Year Member
Posts: 272
Reputation Power: 11
Status: Offline
Joined: Oct 26, 201014Year Member
Posts: 272
Reputation Power: 11
Sure, if you feel up to it. Your call buddy.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.