Re: [MOD] Teeworlds Z-Team Pack beta
KillaBilla, thank you. I'll add your translation in friday update.
You are not logged in. Please login or register.
Teeworlds Forum → Fan Art and Other → [MOD] Teeworlds Z-Team Pack beta
KillaBilla, thank you. I'll add your translation in friday update.
Some question.
Will developers add this russian fixes to official release or it'll stay only as pack?
I don't know anything about it. Ask Matricks
hey kaddy is the new version coming tomorrow ?
MertenNor
and i have 1 question too
is in the next version this?? http://www.youtube.com/watch?v=90IfLzs3sAI
i mean that i can change the coloure of the nameS?
and also that you can change tee-colour in team (ctf)
MertenNor, yes. At friday's evening.
~Sn00ze~, zizou, it will be, but not at this friday (but maybe on the next week it will be added).
Okay, it's friday update! Download new version from links in first message.
hey can i upload it??
becuase your server is very slow.
Yes, you can, but pack will be updated every one or two weeks.
I am not home right now... so I cant compile it now.. xD
( compiling it the minute I get home ) ^_^
EDIT:
compiling client:
error:
[ 21/183] #1 c src/engine/client/ec_gfx.c
[ 22/183] #1 c src/engine/client/ec_font.c
[ 23/183] #1 c src/engine/client/ec_client.c
src/engine/client/ec_client.c: In function 'client_run':
src/engine/client/ec_client.c:1828: warning: unused variable 'path'
src/engine/client/ec_client.c: In function 'con_record':
src/engine/client/ec_client.c:2137: error: 'time_t' undeclared (first use in this function)
src/engine/client/ec_client.c:2137: error: (Each undeclared identifier is reported only once
src/engine/client/ec_client.c:2137: error: for each function it appears in.)
src/engine/client/ec_client.c:2137: error: syntax error before 'currtime'
src/engine/client/ec_client.c:2138: warning: implicit declaration of function 'localtime'
src/engine/client/ec_client.c:2138: error: 'currtime' undeclared (first use in this function)
src/engine/client/ec_client.c:2138: warning: initialization makes pointer from integer without a cast
src/engine/client/ec_client.c:2139: warning: implicit declaration of function 'strftime'
src/engine/client/ec_client.c:2139: warning: incompatible implicit declaration of built-in function 'strftime'
src/engine/client/ec_client.c:2140: warning: implicit declaration of function 'time'
bam: command returned error: 256
bam: error during build
compiling Server:
bam: done = success ! :D
but still missing the client..
hope you can fix this..
MertenNor
MertenNor, try add this line to the top of src/engine/ec_client.c:
#include <time.h>
dident work..
[ 1/183] #1 c src/osxlaunch/client.m
sh: sdl-config: command not found
src/osxlaunch/client.m:7:16: error: SDL.h: No such file or directory
src/osxlaunch/client.m: In function '-[SDLApplication terminate:]':
src/osxlaunch/client.m:74: error: 'SDL_Event' undeclared (first use in this function)
src/osxlaunch/client.m:74: error: (Each undeclared identifier is reported only once
src/osxlaunch/client.m:74: error: for each function it appears in.)
src/osxlaunch/client.m:74: error: syntax error before 'event'
src/osxlaunch/client.m:75: error: 'event' undeclared (first use in this function)
src/osxlaunch/client.m:75: error: 'SDL_QUIT' undeclared (first use in this function)
src/osxlaunch/client.m:76: warning: implicit declaration of function 'SDL_PushEvent'
src/osxlaunch/client.m: In function '-[SDLMain application:openFile:]':
src/osxlaunch/client.m:256: warning: implicit declaration of function 'SDL_strlen'
src/osxlaunch/client.m:257: warning: implicit declaration of function 'SDL_malloc'
src/osxlaunch/client.m:264: warning: implicit declaration of function 'SDL_free'
src/osxlaunch/client.m:269: warning: implicit declaration of function 'SDL_strlcpy'
src/osxlaunch/client.m: In function '-[SDLMain applicationDidFinishLaunching:]':
src/osxlaunch/client.m:291: warning: implicit declaration of function 'SDL_main'
bam: command returned error: 256
bam: error during build
but the "ec_client.c" is in: src > engine > client > ec_client.c
so I moved it to: src > engine > but dident work.. xD
MertenNor
sh: sdl-config: command not found
src/osxlaunch/client.m:7:16: error: SDL.h: No such file or directory
MertenNor
It seems you don't have SDL library installed, be sure to install it before you try to compile.
MertenNor wrote:sh: sdl-config: command not found
src/osxlaunch/client.m:7:16: error: SDL.h: No such file or directory
MertenNorIt seems you don't have SDL library installed, be sure to install it before you try to compile.
I have compiled over 10 + mods so I think I have it installed already..
here is the mods that I have compiled: Mac Mods for Teeworlds
MertenNor
Well that might be true, but it defenitly says it is missing sdl lib so maybe you check again, perhaps you incedently deinstalled it or something. Also have a look at src/osxlaunch/client.m as the error appears there, maybe sdl.h is not included correctly or something.
Hmm... I don't modified anything OS-X-dependent, except of strftime function (but this problem is fixed by adding time.h header). So i don't know.
MertenNor do:
./bam -c
rm config.bam
./bam
!!!!
MertenNor do:
./bam -c
rm config.bam
./bam
!!!!
ok I did.. but I get:
error:
[ 74/115] #1 c src/engine/client/ec_client.c
src/engine/client/ec_client.c: In function 'client_run':
src/engine/client/ec_client.c:1828: warning: unused variable 'path'
src/engine/client/ec_client.c: In function 'con_record':
src/engine/client/ec_client.c:2137: error: 'time_t' undeclared (first use in this function)
src/engine/client/ec_client.c:2137: error: (Each undeclared identifier is reported only once
src/engine/client/ec_client.c:2137: error: for each function it appears in.)
src/engine/client/ec_client.c:2137: error: syntax error before 'currtime'
src/engine/client/ec_client.c:2138: warning: implicit declaration of function 'localtime'
src/engine/client/ec_client.c:2138: error: 'currtime' undeclared (first use in this function)
src/engine/client/ec_client.c:2138: warning: initialization makes pointer from integer without a cast
src/engine/client/ec_client.c:2139: warning: implicit declaration of function 'strftime'
src/engine/client/ec_client.c:2139: warning: incompatible implicit declaration of built-in function 'strftime'
src/engine/client/ec_client.c:2140: warning: implicit declaration of function 'time'
bam: command returned error: 256
bam: error during build
any help ?
MertenNor
Same fix as said before add "#include <timer.h>" in
src/engine/ec_client.c
Same fix as said before add "#include <timer.h>" in
src/engine/ec_client.c
I did but get the same error...
MertenNor
i only like the englisch teeworlds
how i can change the font to the normal font?
Only generate new textures with old fonts. There is no another way to do it.
Hay kaddy !
here is the Teeworlds Z-Team Pack beta for Macs
http://eigan.no/tee/teeworlds-z-team-pack-beta/
(use that link as the download link.. I want people to see the site ! )
tanks for the help all..
MertenNor
Hi Z team ... Can I GO in the Z team ?
Teeworlds Forum → Fan Art and Other → [MOD] Teeworlds Z-Team Pack beta
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.