1 (edited by kaddy 2009-12-18 14:55:38)

Topic: [MOD] Teeworlds Z-Team Pack beta

Hello!

We want to present out Teeworlds mod, Teeworlds Z-Team Pack beta.

Main changes:
- Russian language support
- Multilanguage client interface support
- Pseudoscripts
- New HUD elements
- Auto demo recording
- File downloading support (now you can download files from servers, if both client and server is from this pack)

Friday changes:
- Zoom for spectators
- Now you can insert variable values in console commands
- Info panel
- German translation by KillaBilla
- Bugfixes
See readme file for details (friday changes have italic font).

Some other info:
- If you want to improve your ping, then disable option "CPU Throttle" in settings screen
- If you want to change interface language, then use command "language s" in console and restart game: "language russian", "language english" or "language german". Sorry, but now this pack is translated only to these 3 languages.

Found bugs:
- Backspace is working buggy after writing any russian characters (in chat or console). If you start new line, bug will be disappeared while new russian character is not entered. - particulary fixed
- "Join Blue" and "Screenshot" buttons in game menu can cross in some resolutions - seems to be ok
- Errors while compiling under Mac OS - working after some fixes
- Double hook sound on servers from this pack

Official thread: http://www.teeworlds.com/forum/viewtopic.php?id=4114 (russian)

Versions:
/* Removed links because of autorejoin feature */


Thanks to all people who helped in developing and translating this pack! And also thanks to all people who develop Teeworlds and Teeworlds mods (especially TeeComp)!

http://s60.radikal.ru/i168/0905/e6/08d328c5b440t.jpghttp://s49.radikal.ru/i123/0905/f8/2165e4ed0fdft.jpghttp://s53.radikal.ru/i142/0905/7b/e182b300e2d9t.jpghttp://i055.radikal.ru/0905/a1/a915ff7276d0t.jpg

Sorry, but enabling cpu throttle by default was bit mistake... Because it makes more lags. Please disable it, if you don't need it. In friday changes this option is turned off by default.

* - * - * - *
Update 15.12.2009:
/* Removed links because of autorejoin feature */

Developing has been stopped. Z-Pack 4 is developing now!

2

Re: [MOD] Teeworlds Z-Team Pack beta

coooooollllll

The dumber people think you are, the more surprised they're going to be when you kill them.

3

Re: [MOD] Teeworlds Z-Team Pack beta

Very smooth and nice looking smile

Bye.

4

Re: [MOD] Teeworlds Z-Team Pack beta

Thanks smile

5

Re: [MOD] Teeworlds Z-Team Pack beta

Sorry, but enabling cpu throttle by default was bit mistake... Because it makes more lags. Please disable it, if you don't need it.

6 (edited by MertenNor 2009-05-22 22:16:17)

Re: [MOD] Teeworlds Z-Team Pack beta

wow awesome big_smile

(Downloading and Compiling for Mac now.. )

MertenNor

->My 24/7 servers: [NOR] Norwegian HUB <- Back Online !! big_smile
( My grammar is getting better ! smile I think.. )
-Norway

7

Re: [MOD] Teeworlds Z-Team Pack beta

MertenNor, oh, great! Thank you!

8

Re: [MOD] Teeworlds Z-Team Pack beta

it dosent work.. sad I get errors wen trying to compile the servers ore the client..

MertenNor

->My 24/7 servers: [NOR] Norwegian HUB <- Back Online !! big_smile
( My grammar is getting better ! smile I think.. )
-Norway

9

Re: [MOD] Teeworlds Z-Team Pack beta

Wahh so many Clients!!!

-Teecomp
-tee strike
- and now this !!!

i need a 3in1 client xD

10

Re: [MOD] Teeworlds Z-Team Pack beta

yes we really need the cool things of this one in tee strike.

11

Re: [MOD] Teeworlds Z-Team Pack beta

MertenNor, hmm... can you send me compile log?

12 (edited by MertenNor 2009-05-23 12:03:06)

Re: [MOD] Teeworlds Z-Team Pack beta

here is a compile log:

Compiling Server:

[ 28/103] #1 c++ src/game/g_ext_protocol.cpp
src/game/g_ext_protocol.cpp:10: warning: 'int netobj_clamp_int(const char*, int, int, int)' defined but not used
[ 29/103] #1 c++ src/game/collision.cpp
[ 30/103] #1 c src/engine/server/es_server.c
src/engine/server/es_server.c: In function 'con_record':
src/engine/server/es_server.c:1454: error: 'time_t' undeclared (first use in this function)
src/engine/server/es_server.c:1454: error: (Each undeclared identifier is reported only once
src/engine/server/es_server.c:1454: error: for each function it appears in.)
src/engine/server/es_server.c:1454: error: syntax error before 'currtime'
src/engine/server/es_server.c:1455: warning: implicit declaration of function 'localtime'
src/engine/server/es_server.c:1455: error: 'currtime' undeclared (first use in this function)
src/engine/server/es_server.c:1455: warning: initialization makes pointer from integer without a cast
src/engine/server/es_server.c:1456: warning: implicit declaration of function 'strftime'
src/engine/server/es_server.c:1456: warning: incompatible implicit declaration of built-in function 'strftime'
src/engine/server/es_server.c:1457: warning: implicit declaration of function 'time'
bam: command returned error: 256
bam: error during build

Compiling Client:

[ 20/181] #1 c src/engine/client/ec_gfx_text.c
[ 21/181] #1 c src/engine/client/ec_gfx.c
src/engine/client/ec_gfx.c: In function 'gfx_swap':
src/engine/client/ec_gfx.c:666: warning: implicit declaration of function 'time'
src/engine/client/ec_gfx.c:667: warning: implicit declaration of function 'localtime'
src/engine/client/ec_gfx.c:667: warning: initialization makes pointer from integer without a cast
src/engine/client/ec_gfx.c:668: warning: implicit declaration of function 'strftime'
src/engine/client/ec_gfx.c:668: warning: incompatible implicit declaration of built-in function 'strftime'
[ 22/181] #1 c src/engine/client/ec_font.c
[ 23/181] #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

hope it helps.. smile

MertenNor

->My 24/7 servers: [NOR] Norwegian HUB <- Back Online !! big_smile
( My grammar is getting better ! smile I think.. )
-Norway

13 (edited by Lanta 2009-05-23 13:56:44)

Re: [MOD] Teeworlds Z-Team Pack beta

omg very very nice...
a little more documentation could be good... (or other things like a script-pack big_smile)

Support Staff - ESL.eu Teeworlds Admin

14

Re: [MOD] Teeworlds Z-Team Pack beta

MertenNor, thanks. Beta 2, that will be appeared on next friday, will be without these errors.

15

Re: [MOD] Teeworlds Z-Team Pack beta

iam working on german language for this z-pack

16

Re: [MOD] Teeworlds Z-Team Pack beta

kaddy, can i help translating in italian?

Support Staff - ESL.eu Teeworlds Admin

17

Re: [MOD] Teeworlds Z-Team Pack beta

Will see into a Dutch translation if I find time.

18

Re: [MOD] Teeworlds Z-Team Pack beta

Bobynator, mrlantastic, Azon, thank you. Translation to other languages is really cool idea. If you need some characters that were not included in game fonts, ask me, okay? smile

19 (edited by MertenNor 2009-05-25 23:14:56)

Re: [MOD] Teeworlds Z-Team Pack beta

mrlantastic wrote:

omg very very nice...
a little more documentation could be good... (or other things like a script-pack big_smile)

ok awesome... cant wait to try this out big_smile

can you get this in to the client.. ?? big_smile ( I know its hard.. lol )


MertenNor

->My 24/7 servers: [NOR] Norwegian HUB <- Back Online !! big_smile
( My grammar is getting better ! smile I think.. )
-Norway

20

Re: [MOD] Teeworlds Z-Team Pack beta

i have there 1 question.
how can i open my raceserver with this tw version?
when i copy my exe+bat.cfgs into the file i cant start the server sad

21

Re: [MOD] Teeworlds Z-Team Pack beta

MertenNor, it's good idea smile I can try to write something about it.
~Sn00ze~, there isn't compiled version of race server with this pack. But you can compile raceserver using race server patch file. But i think that i can join race, instagib, war3 and other mods to the server in pack's update that will be appeared in this or next friday.

22

Re: [MOD] Teeworlds Z-Team Pack beta

k smile

23

Re: [MOD] Teeworlds Z-Team Pack beta

kaddy wrote:

MertenNor, it's good idea smile I can try to write something about it.

oh Awesome big_smile

MertenNor

->My 24/7 servers: [NOR] Norwegian HUB <- Back Online !! big_smile
( My grammar is getting better ! smile I think.. )
-Norway

24

Re: [MOD] Teeworlds Z-Team Pack beta

It's terrible that you do not use some version control system.

25 (edited by KillaBilla 2009-06-11 13:06:02)

Re: [MOD] Teeworlds Z-Team Pack beta

I quickly made and German language file!
How to use it:

1. Download it: Latest Version
2. Put the german.txt in the Data\lang folder
3. Write "language German" in the Consol (F1) and press Enter (without "")
4. Restart the game, and it will work. wink

PS.: Some not important things I can't translate, but (I think) the most is right!
       If you find things that are not translated good send me a PM with a better translation.