Guild icon
DDraceNetwork
DDraceNetwork / questions
For newcomers to ask questions and get help. Also check https://wiki.ddnet.org/wiki/FAQ
Between 2021-04-22 00:00:00Z and 2021-04-23 00:00:00Z
Avatar
I have a question what is the difference with ddmax oldschool and classic map (Why a map is in ddmax or oldschool and not in novice brutal or other)
Avatar
different eras of race maps (maps that predate ddnet)
03:14
think oldschool are maps before ddracemax (ddmax) and then after is ddmax, then the rest
03:14
@Skurt NapeZ
Avatar
Yeah i've wondered how that's organized as well. Oldschool and ddmax both seem to have a lot of release dates between 2013-2015. I guess oldschool were the 'creative' maps that got put on ddrace server while ddmax still was around? Maybe before a rating system was put in place? There's also novices/mods/brutals/race with a 2014 release date. I'd like to hear somebody from back then explain the timeline.
07:36
since some ddmax have no release date at all or release dates in 2020 I'd guess the dates on ddnet.tw aren't the original dates they came out on ddmax server
Avatar
@tela carry me
Avatar
@tela that are ddnet release dates the maps have been all released before ddnet
Avatar
oldschool is everything before ddnet that wasnt on ddmax
Avatar
that makes sense
07:41
when was race then?
07:42
since 2010 or smth
07:45
figured they were way old cuz only rocket/no freeze etc
Avatar
what year did ddmax start?
Avatar
Couldn't find ddmax on archive.org, found https://web.archive.org/web/20100713174741/http://www.ddrace.info/ instead from 11 years ago. Maybe @Tsin remembers
DDRace is the most popular teeworlds race mod
08:23
The changelog is unconventional: https://web.archive.org/web/20111101012846/http://www.ddrace.info/?Downloads%2FChangelog:Server (probably the 404 page) (edited)
Avatar
still really cool that that exists though
Avatar
Go up left and fall down right with speed from your dummy
Avatar
Avatar
Skeith
Updated pic lol
@Schokio
Avatar
how do i avoid desync while copyfly?
Avatar
good ping
Avatar
good internet
Avatar
yeah ive seen ppl who desync every like 2 hammers
09:54
map is just not do-able for them
Avatar
does anyone have some reference on how to precisely render/draw tees? (position, size of body parts, if possible also walking animation etc.) I'm trying to find some nice entry point in the source code, but so far I don't really understand much :)
Avatar
depends on what u call precise
13:54
it always renders the mid of the "whole" body texture, so the mid of the 96px imagine inside the skin png but since the body isnt exactly at the mid, it doesnt render it so you can easily make the tee center anything
13:54
ddnet has a function to calculate that tho, you can look how the scoreboard does it for example
13:54
ah and it also moves parts depending on the animation (edited)
13:56
for example idle anim moves the body 4 up
Avatar
right now i want to manually put together a tee, using the skin image
13:58
so now i need e.g. the position and size of the eyes, relative to the body
Avatar
ok i'd just do it like this: aim at the center of all textures individually and then move them like the idle anim is done so move body 4/64 up move feets 7/64 down left feet -10/64 left other +10/64
14:00
ah no, it moves 10/64 down
14:00
and 7/64 left and right
14:00
at a tee size of 64 pixels
Avatar
oh that looks really good, thanks :) I don't understand those values yet tho ^^, what is 64/64?
Avatar
that would be a tee at the exact size of 64 floating point units
14:02
thats the default in teeworlds
14:02
but ofc only in that specific matrix used at rendering
Avatar
@Patiga what do you want to do with that ? Because i would need that too i want to make an nft
Avatar
so if you have 5:4 screen e.g. ur tee looks smalelr even if it from pure math has the same size
14:03
so if you use 96pixel per body you could say inside 64 floatingpoints that whole body must fit
Avatar
@Ama whats nft? I'm currently trying to make a nice tee in blender
Avatar
its like normalization basically
Avatar
@Patiga digital artwork on a blockchain pretty much trading cards like pokemon or topps
Avatar
so if you just use the body texture, you can basically ignore that value i think, the 1/64 scale
Avatar
@Patiga https://wax.atomichub.io/ here is a marketplace for it
The AtomicHub is a user friendly interface for the AtomicAssets NFT standard. Its features include an Explorer, a Marketplace, a Trading interface and an NFT Creator.
Avatar
bcs then it just multiplies 64 * 1/64
Avatar
@Deleted User ah, so the 64/64 is the size of the body texture of the skin image? -> the entire big square
Avatar
so let me rephrase it, if you scale the body down, u also need to scale that animation down xd
14:07
skins are splitted body e.g. is 64 x 64 but feets are 64 x 32
14:07
or
14:07
32 x32 dunno rn
Avatar
yeah, so if you just want to render it to 96pixels, i'd upscale the animation too
14:09
96/64
14:09
if u say 1 floating point = 1 pixel
Avatar
alright, so the size of the body is 1 unit (lets say 96 pixels of that image)
14:10
so now i move the body 4 * (96 / 64) up?
Avatar
yeah i'd say that would work
Avatar
aw nice, then i finally think that i understand your values :D
14:12
what I also noticed is that the feet are too small on the image and they seem to be larger in-game, do you happen to know those scaling values as well?
Avatar
yeah
14:13
bcs it asumes 96 pixels for the width i think
14:13
but let me check, i cant remember
14:14
yeah i guess the original creator did something wrong there and now the feets are upscaled to 96pixles
14:14
i mean they not really upscaled
14:14
but in the normalized units they have the same scale as the body
14:14
in width
Avatar
ah, so since the width of the feet is 2/3 of that of the body, i need to use the factor 1.5 (since 2/3 * 1.5 = 1)? (edited)
Avatar
yeah xd
Avatar
thanks :D, do the eyes or the arm also need to be scaled?
Avatar
eyes are 64 * 0,4
14:18
their scaling is really weird xd
Avatar
the hand is rendered seperatly
Avatar
I did some digging a while ago also and converted to % body: 66% feet: 100% eyes: 80% (edited)
Avatar
is that calculated?
Avatar
body is 96x96 scaled down to 64x64, feet stay at 64x32 and eyes was smth weird like scaling up and then down and it came up to 40%
Avatar
oi thats really handy, but it doesn't seem to align with the previous values
Avatar
that's as far as I got xd positions I just did some weird stuff in game
Avatar
rendered a skin at really high res with stripes that correspond to 1px and looked what stuff lines up
Avatar
ah, scaling the body from 96x96 to 64x64 should be 66.6% tho i think
Avatar
might be 😂
14:24
it's the same width in game as feet
Avatar
body: 100% feet: 150% eyes: 120% eye blink: 45% hand: 93.75% (edited)
Avatar
I wouldn't upscale feet tho
14:25
that's why I had those as 100%
Avatar
just downscale whole image xddd
Avatar
awesome, all those values should be enough to get started, thanks @Deleted User @Ravie :) I'll get back to this topic once i encounter problems or got all that done :)
Avatar
or wait I was reading some conflicted old file, well nvm
14:33
@Patiga if you just want a static foot position then this should be correct
Avatar
nice i never knew what the black thing was next to the body on a skin image, that is the outline that is rendered behind the tee?
Avatar
yes black shadows are behind body+feet
14:38
hands too maybe idk
Avatar
all the black things are the same as the part they correspond to, they're just behind everything to make this illusion of outline
Avatar
ah, thats good to know
Avatar
Can i get banned on this server
Avatar
You can just leave dont have to ask for ban
Avatar
No im not saking for a ban
14:49
I'm asking ab ban
Avatar
i have a question some time i joined server and i found "PlantKnight" playing wiith hes dummy and afk person and he triple fly with hes dummy i said how u do that h said ask ddnet wth ?
Avatar
he probably just uses dummy copy moves
Avatar
Avatar
Deleted User
i have a question some time i joined server and i found "PlantKnight" playing wiith hes dummy and afk person and he triple fly with hes dummy i said how u do that h said ask ddnet wth ?
You can do that with toggling hammerfly after each hit and hooking towards the third tee with the second tee (idk if it was clear)
Avatar
when someone is trying to bring down a server, I speak in the reports?
Avatar
i think so
20:01
typically i just see people flocking to general to report server-related issues though lol
20:02
normally someone mentions deen and then deen gets sad
Avatar
Reporting a ddos isn't really that useful, if someone is saying they're going to ddos, that's a bit different.
Avatar
also i checked the channel topic, its rly only for mod stuff
Avatar
Avatar
Deleted User
i have a question some time i joined server and i found "PlantKnight" playing wiith hes dummy and afk person and he triple fly with hes dummy i said how u do that h said ask ddnet wth ?
Exported 117 message(s)