Staredit Network

Staredit Network -> Concepts -> A use for EUD text detection
Report, edit, etc...Posted by Deathknight on 2005-09-05 at 15:03:06
You're suppose to.
Report, edit, etc...Posted by scwizard on 2005-09-05 at 16:12:44
How do you detect name length though?
Report, edit, etc...Posted by Deathknight on 2005-09-05 at 16:19:45
You don't detect it, you have to make triggers for every possible name length.
Report, edit, etc...Posted by scwizard on 2005-09-05 at 16:22:15
But you said you could detect player names.
So couldn't you use the player name condition and combine it with the at least and at most thingies.
EDIT: Becuase players with 5 letters in their name would always have a lower number for the name condition then players with 8 letters in their name.
Report, edit, etc...Posted by Deathknight on 2005-09-05 at 16:29:46
You can detect specific player names. You'd have to make even MORE triggers if you wanted to detect name lengths. You'd still have to make the same triggers that can read from every possible name length.
Report, edit, etc...Posted by scwizard on 2005-09-05 at 16:33:29
Well, there's around 15 possible name lengths (15 triggers)
Then you store the name length in a deathcount.
Then you have triggers for each name length that only fire if someone has the correct name length death count.
I'm working on a concept map now. I think it can be done.
Report, edit, etc...Posted by Deathknight on 2005-09-05 at 18:11:20
11 lines,

12 possible name lengths

11*12+Whatever is needed to add for some lines/names = more than 132 triggers.

The smallest names can only be made with three characters.
Report, edit, etc...Posted by Staredit.Net Essence on 2005-09-05 at 19:10:01
You Could Have A Feature Such As Text Filters, Seeing As How Some People Don't Like Cuss Words, As Soon As One Is Detected, Just Clear The Screen.

Or, In An RPG Such As XURU Rpg, Instead Of Entering Your Save Code Using Scv's And Becons, You Could Simply Enter Your Code.

You Could Also Have Sweet RPG Interactivity, Such As

Jim: Hi, You Having A Nice Day?

lil-shorty: Yes/ya/yea/yep/u huh

Jim : Thats Great, Good Luck


====================OR=====================

Jim: Hi, You Having A Nice Day?

lil-shorty: no/nope/na/nah

Jim: Awww. thats to bad, i gotta run, good luck though, i hope you get better









SWEETNESS










Report, edit, etc...Posted by Syphon on 2005-09-05 at 21:34:12
QUOTE(Deathknight @ Sep 5 2005, 04:11 PM)
11 lines,

12 possible name lengths

11*12+Whatever is needed to add for some lines/names = more than 132 triggers.

The smallest names can only be made with three characters.
[right][snapback]306164[/snapback][/right]


So to implement a single cheat you would need 132 triggers sad.gif
Report, edit, etc...Posted by Deathknight on 2005-09-05 at 22:01:43
Yep, 316800 uncompressed bytes!
Report, edit, etc...Posted by Syphon on 2005-09-05 at 22:03:20
QUOTE(Deathknight @ Sep 5 2005, 08:01 PM)
Yep, 316800 uncompressed bytes!
[right][snapback]306355[/snapback][/right]


there goes texted based rpg's
Report, edit, etc...Posted by scwizard on 2005-09-06 at 13:11:48
It is possible to do something with it.

I'll show you soon enough, but I'm slow when it comes to actually doing things.
Report, edit, etc...Posted by LegacyWeapon on 2005-09-06 at 17:39:29
Do you really need a trigger for each line though?
Report, edit, etc...Posted by DaMiNaToR on 2005-09-07 at 18:39:50
If you want it to do anything, yes.
Report, edit, etc...Posted by Pie_Sniper on 2005-09-07 at 19:59:49
Line? Of course not...
Length? Yes
Report, edit, etc...Posted by LegacyWeapon on 2005-09-07 at 20:46:19
QUOTE(DaMiNaToR @ Sep 7 2005, 06:39 PM)
If you want it to do anything, yes.
[right][snapback]307547[/snapback][/right]
Ok then tell me why.
Report, edit, etc...Posted by fishgold on 2005-09-08 at 00:46:42
QUOTE(m.r.bob @ Sep 6 2005, 08:33 AM)
Well, there's around 15 possible name lengths (15 triggers)
Then you store the name length in a deathcount.
Then you have triggers for each name length that only fire if someone has the correct name length death count.
I'm working on a concept map now. I think it can be done.
[right][snapback]306087[/snapback][/right]


How about telling players to rename their id in fixed letter length when they join game?
Report, edit, etc...Posted by EzDay281 on 2005-09-08 at 01:10:09
That's a bit inconveniant for the players...
Of course, it could be a map specificaly made for a clan, and all members have to have the same name length, but that's a bit impractical.
Report, edit, etc...Posted by Deathknight on 2005-09-08 at 16:11:13
If you only do it for one line, then it'll only have a one eleventh chance of executing when you type the text.

This is how you see it:
Screen line 11
Screen line 10
Screen line 9
Screen line 8
Screen line 7
Screen line 6
Screen line 5
Screen line 4
Screen line 3
Screen line 2
Screen line 1

But when you type something, it may not be read as "line 1", as line 1 could really be line 7, or whatever. If you type something in, and it gets moved up, it remains on the same line.

So if it appears like this:

Deathknight2004: Hey (Line 1)

and then this happened:

Deathknight2004: Hey (Line 1)
Your connection to Battle.net has been lost. (Line 2)

The lines are "preserved" until they are no longer on the screen.
Report, edit, etc...Posted by LegacyWeapon on 2005-09-08 at 17:07:15
So that means you will have to clear a certain line when someone types in a trigger command?
Report, edit, etc...Posted by Syphon on 2005-09-09 at 16:36:13
just constantly type a blank message 11 times
Report, edit, etc...Posted by Mystic-Death on 2005-09-11 at 22:59:30
I spent like 9 hours today trying to make 1 simple god mode trigger out of a text ECT. O.o banning would be possible becuase it fires only once, to ban one person. BUT, this trigger if you would put preserver trigger onto it, would continually fire. Even after the text is long gone. Thats what I found, also it was hard to even detect Hi, i placed it on line 1, byte 1-4. it didnt work. then i realised maybe looking at my name for the byte, and sure enough it fired... but only when i typed Hi? even after i removed that condition???? Weiiiird.... -_-
Report, edit, etc...Posted by Yoshi da Sniper on 2005-09-12 at 01:17:52
This seems difficult. How would you detect the individul who wants to voteban? Someone can do this (with a 3 voteban limit)

Player 2: Haha! I'm winning!
Player 1: Not today!
Player 1: ~Voteban Blue
Player 1: ~Voteban Blue
Player 1: ~Voteban Blue
3 votebans on blue! He's banned!
Player 2 has left the game.
Player 1: Hah! I exposed a bug that Deathknight didn't think about! Now I pwn0rz him! Hurray!
Report, edit, etc...Posted by Deathknight on 2005-09-12 at 15:36:53
That's not for me to think about, because I'm not the one doing a voteban system. tongue.gif

I'm not sure how one would detect who already voted.
Report, edit, etc...Posted by Merrell on 2005-09-12 at 16:07:15
Yoshi, if you used a switch system it could work, but it still wouldn't work because player names have different lengths.

if the condition was line 1 for bytes 9-12 as vot

MrrLL: .fat
Deathknight2004: .fat


I would get it, dk wouldn't since his name is too FAT.

You would have to do lots the triggers if you wanted each player to get it, and one for each player.. lots..
Next Page (2)