1

Topic: edit Teeworlds!!!!!!

can you give me a program to read exe file to change the menu Teeworlds?
I make this demand, especially for experts and the z-team clan
how did you change the menu Teeworlds?

2

Re: edit Teeworlds!!!!!!

get the source code, learn c++ ( i guess you can, when you open this topic ) and begin coding.
learn the teeworlds source and understand the system. and then add buttons ( remove or change buttons ) and so on...

3

Re: edit Teeworlds!!!!!!

i dont understand

4

Re: edit Teeworlds!!!!!!

Making simple:
You can't do it because you just don't know the code...
But... Ok.
Take this:
1stly you need the Teeworlds Souce-Code.
You can download the zip here or the Linux (taz.gz) here

Wenn you finish coding you need to compile your product.
You can see the way to make it here or by this video

To make the MOD you need Visual C++ 2010 Express

Playing Teeworlds since 2011!
"I will always be topless for you"
                  - Günther Branlutte

5 (edited by TeePhoenix 2012-06-10 16:37:38)

Re: edit Teeworlds!!!!!!

Deleted.

The face of terrorism is called United States of America!

6

Re: edit Teeworlds!!!!!!

and what good is the video that you showed me?
I just want a new menu!! does not show them how to create it.
and if it shows I did not understand ......

7

Re: edit Teeworlds!!!!!!

Let's try it like this:

You can't do the new menu if you don't know C++. If you do, edit the source code and compile it. There's no other way to do that.

8

Re: edit Teeworlds!!!!!!

Edit binary when you have a source code = Not very Intelligent

Learn C++, Learn OpenGL (a bit)

See src/game/client/components/menus.h
See src/game/client/components/menus.cpp
See src/game/client/components/menus_*.cpp

9

Re: edit Teeworlds!!!!!!

I followed the video but when I put the following text on cmd:% comspec% / k "" C: \ Program Files (x86) \ Microsoft Visual Studio 10.0 \ VC \ vcvarsall.bat "" x86
I say it's impossible to find the specific location of the file
how can I do?

10

Re: edit Teeworlds!!!!!!

Forget it. It's impossible for you. You can't do it.
Simply forget it.

11

Re: edit Teeworlds!!!!!!

¦                                  ____
Take out the spaces! | .__. |
And 1stly you need to have installed the Visual Studio & Bam

Playing Teeworlds since 2011!
"I will always be topless for you"
                  - Günther Branlutte

12

Re: edit Teeworlds!!!!!!

please tell me the step by step such as:
extract the package and copy the folder Teeworlds ....
for instance, I did not understand what should I do after downloading Teeworlds source ...
Thanks to all

13

Re: edit Teeworlds!!!!!!

Everything is explained there: http://www.teeworlds.com/?page=docs& … verything.

Not Luck, Just Magic.

14 (edited by HeroiAmarelo 2012-03-03 17:38:14)

Re: edit Teeworlds!!!!!!

Well, the sourse code is the Teeworlds that you can change.
After compile it (in the cmd) the sourse will... haa... well... be transformed! (Compiled)
The compilation creates the Normal Teew.

Changing the souse is something that you don't know how to do (I don't know too!). You need to know how to code you know?!

Like BotoX said, it's too hard u know? sad

EDIT:

Dune wrote:

Everything is explained there: http://www.teeworlds.com/?page=docs& … verything.

Great help Dune. Look at my 1st post o.O

HeroiAmarelo wrote:

You can see the way to make it here or by this video

!!

Playing Teeworlds since 2011!
"I will always be topless for you"
                  - Günther Branlutte

15 (edited by TeePhoenix 2012-06-10 16:37:20)

Re: edit Teeworlds!!!!!!

Deleted.

The face of terrorism is called United States of America!

16 (edited by 2012-03-03 20:59:51)

Re: edit Teeworlds!!!!!!

1. which folder to find the file menu teeworldsource Teeworlds?
2.How do I change it?
3.a What is the video if I want to change the menu?
4.When should I write the sentence:
    % Comspec% / k "" C: \ Program Files (x86) \ Microsoft Visual Studio 10.0 \ VC \ vcvarsall.bat "" x86 on my computer I do not find the file even if there is.

5. In short I just wanted to know what did the creators of Teeworlds to make the menu! eg as the z-team players as they built the client with a new menu?



after following the guide what should I do? not on the guide explains how to make the menu Teeworlds ...

if you know where the source Teeworlds the menu I can post a menu that someone did this' then compressed it to create Teeworlds with a new menu created by you ...
I found a folder in the menu that has a file named Entry.pm and if the menu is to give me something to replace that?
thank you very much

17 (edited by TeePhoenix 2012-06-10 16:36:09)

Re: edit Teeworlds!!!!!!

Deleted.

The face of terrorism is called United States of America!

18

Re: edit Teeworlds!!!!!!

I think the post by TeePhoenix is appropriate in this situation. smile

19 (edited by kittyPL 2012-03-06 20:18:03)

Re: edit Teeworlds!!!!!!

Here Is what are you asking for from the very beggining: Teeworlds menu changer (and not only)

And he gave "-" becouse it wasnt it ^^

C++/Java my life ^^
If you like dislike button click it
NOW!

20

Re: edit Teeworlds!!!!!!

Do I need to download visual studio for Compiling ?! (It has big volum!)

21 (edited by TeePhoenix 2012-06-10 16:26:15)

Re: edit Teeworlds!!!!!!

Deleted.

The face of terrorism is called United States of America!

22 (edited by 2012-04-06 19:20:15)

Re: edit Teeworlds!!!!!!

I can't compiling becuase bam need to install visual studio !

Look :

PunBB bbcode test

23 (edited by Dune 2012-04-06 19:24:19)

Re: edit Teeworlds!!!!!!

Might look a little bit stupid but... install Visual Studio first then?

Not Luck, Just Magic.

24

Re: edit Teeworlds!!!!!!

No,I don't install it.Can I do an other work ? I can't download visual studio:d 164 MB !!!

25

Re: edit Teeworlds!!!!!!

Parhamic wrote:

No,I don't install it.Can I do an other work ? I can't download visual studio:d 164 MB !!!

You can do it with MinGW, another compiler, but it's about the same size.
164MB isn't huge for an IDE, that's what you have to download if you want to be able to compile Teeworlds. Noone said it was natively available on your pc.

Not Luck, Just Magic.