Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2019-01-09 00:00:00Z and 2019-01-10 00:00:00Z
Deleted User
2019-01-09 11:52:54Z
hi, masters doesn't have any fw64 packet ?
11:53
{ 255, 255, 255, 255, 'f', 'w', '6', '4' };
Dune
2019-01-09 17:48:09Z
@android272
it sounds like you made that script for an older version of the skin system?
17:48
https://www.teeworlds.com/forum/viewtopic.php?pid=122475#p122475
17:48
I'm not getting results that match the current skin system at all
17:48
probably just a matter of changing crop values and what not
android272
2019-01-09 17:48:37Z
Yah I was working on it last night.
Dune
2019-01-09 17:48:42Z
oh, nice
android272
2019-01-09 17:49:01Z
Got the body, arms, and legs working for the new skins. Working on the eyes now.
Dune
2019-01-09 17:49:07Z
cool :)
17:49
that script could be PR'd directly in teeworlds
17:49
scripts/skin_update.sh
android272
2019-01-09 17:49:46Z
What does RP mean? I keep seeing you use that.
Dune
2019-01-09 17:51:11Z
PR = Pull Request -
https://github.com/teeworlds/teeworlds/pulls
teeworlds/teeworlds
A retro multiplayer shooter. Contribute to teeworlds/teeworlds development by creating an account on GitHub.
17:51
it's a request for integration
android272
2019-01-09 17:59:20Z
Oh ok.
18:01
On by the way
@Dune
do you know what the plus sign eye was used for? I don't remember ever seeing it in game. I figure I would put it where the second angry eyes are. But I don't know.
Dune
2019-01-09 18:01:30Z
huh
18:01
I don't see any + sign
18:02
android272
2019-01-09 18:02:18Z
Old skin
Dune
2019-01-09 18:02:36Z
it was deleted, so probably unused?
android272
2019-01-09 18:02:47Z
Oh ok.
18:04
I think there should be an blink eye next to ninja. That way the eyes don't just disappear when the tee blinks.
Dune
2019-01-09 18:05:19Z
I don't know ^^
Skayland
2019-01-09 18:21:18Z
The cross eye was used for dead emote
18:21
Waiy
18:21
Wait*
18:24
bottom right emote, a death tee, the cross was for that
18:24
i dont know why it got removed
Dune
2019-01-09 18:25:15Z
it was removed long ago I think
Skayland
2019-01-09 18:25:31Z
yes, that emote skin is from 0.4
(edited)
18:26
i would suggest to add it again
Dune
2019-01-09 18:26:44Z
here is not the place for suggestions ^^
Skayland
2019-01-09 18:26:57Z
where should i make suggestions?
Dune
2019-01-09 18:27:15Z
anywhere else where the relevant people would read / a log would be kept
18:27
forums, github, etc.
18:27
stuff tends to be deleted for good reasons though
18:27
I don't know about this emote
18:28
it cannot be added for 0.7.x anyway
Skayland
2019-01-09 18:28:13Z
why not?
Dune
2019-01-09 18:28:21Z
would break compatibility
Skayland
2019-01-09 18:28:35Z
is not compatibility already broken? xd
Dune
2019-01-09 18:28:38Z
no?
18:28
what?
Skayland
2019-01-09 18:28:45Z
oh you mean 0.7.1 and 0.7.2
18:28
but i could be added to a future 0.8
18:28
it*
Dune
2019-01-09 18:29:04Z
it cannot be added for 0.7.x anyway
my point
Skayland
2019-01-09 18:29:44Z
well, thanks
Slayer *gV*
2019-01-09 18:37:04Z
Why does the GameController do the wincheck when the game is paused?
https://github.com/teeworlds/teeworlds/blob/101b883ca6891d55989de96ef30e298a5fa81bc3/src/game/server/gamecontroller.cpp#L811
teeworlds/teeworlds
A retro multiplayer shooter. Contribute to teeworlds/teeworlds development by creating an account on GitHub.
android272
2019-01-09 18:39:21Z
So when you used the dead tee emote your eyes changed to the plus sign eyes? Huh odd.
Slayer *gV*
2019-01-09 18:40:48Z
@Skayland
iirc the dead emotee got removed for not being teeish enough. And I don't mean the gfx part.
(edited)
Skayland
2019-01-09 18:41:18Z
What part then?
Slayer *gV*
2019-01-09 18:41:42Z
semantics, obviously.
18:42
The dead is and should not be a part of such a cute styled game. You don't die, you wait for respawn.
Skayland
2019-01-09 18:44:28Z
Oh, yea, but dead emote in my opinion is probably more like a sad face like a "kill me pls", not really related to death, but to problems
18:44
Maybe we should move to
#general
for this
Slayer *gV*
2019-01-09 18:46:12Z
Quite a big step from "help me pls" to a dead tee, don't you think
18:47
Btw the water drop was used for it regulary.
GitHub
BOT
2019-01-09 18:50:31Z
fokkonaut
[teeworlds/teeworlds] Issue opened: #1964 gun sound is gone
.
Dune
2019-01-09 19:17:23Z
@Slayer *gV*
because configs like scorelimit and timelimit could be changed, I assume
19:17
in general, checking things
too much
is good
Slayer *gV*
2019-01-09 19:21:08Z
It just confused me alot when developing my mod.
19:21
The game shouldn't do anything while being paused, then no checks are needed.
Dune
2019-01-09 19:21:51Z
configs can be changed
Slayer *gV*
2019-01-09 19:21:57Z
But yea, you could change the scorelimit or other configs meanwhile.
19:22
Still then, I am not really sure if it should end the match during a pause then.
Dune
2019-01-09 19:22:34Z
downsides of keeping it if it is useless: 30 bytes of code downsides of NOT keeping it if it useful: a bug
19:22
I'd keep it
Sonix
2019-01-09 19:23:11Z
lol
Skayland
2019-01-09 19:36:43Z
lol good point
Slayer *gV*
2019-01-09 19:38:43Z
Btw thank you for your help, Dune. #GoodMannersMatter
Skayland
2019-01-09 19:39:24Z
^
Exported 74 message(s)