BazkieBumpercar / GameplayFootball

Football game, discontinued
The Unlicense
200 stars 71 forks source link

Questions about the project. #10

Open amaralchr250 opened 4 years ago

amaralchr250 commented 4 years ago

Hello everybody ! I have some doubts I know that I may not be able to answer because the project is already open source and already making all work available, I wanted to know which tool you used to be compiling and developing? and about 3D modeling characters which program do i use to be implementing in the game? I want to modify the controls as well as the kick delay and I wanted to know all the information I can. I appreciate the attention and full support Christopher TINUX

BazkieBumpercar commented 4 years ago

I don't quite remember what IDE I used but I guess vscode is the standard these days :) codelite is a good one, too, it's specifically aimed at c++. It's compiled with GNU C++, or on Windows, the MINGW32 variant of GNU C++.

I used 3D studio for the models. I think maybe I didn't include the 3D studio source files? Or maybe I did, I don't quite remember. Either way I used the .ASE export from 3D studio, so that should work. But I used the vertex colors for skin/bones support, which is hard to do without explanation how it works, so I think all in all it's a bad idea to use that anyway.. better to either leave it be, or convert the whole thing to another engine and redo the whole character/bones/skin part in that engine :)

Good luck on editing the controls/kick delay, hope it works out for you! :)

amaralchr250 commented 4 years ago

Look this is great, take some questions now, thank you! just to know, i'm seeing the files are to run on linux right? , I want to do it on windows and I noticed that they are different for not having .cpp extensions. How do I make these changes in the windows version? I want to change the menu and other details, the characters I will leave anyway, until I change where the viewers are, if I can give more support I would be very grateful. I appreciate the attention and full support Christopher TINUX

BazkieBumpercar commented 4 years ago

Hmm I'm not sure what you mean! The same cpp/hpp files are used on both Linux and Windows! :)

amaralchr250 commented 4 years ago

I downloaded the version of windows that I'm wanting to make these modifications, but I don't know the files to modify, because in windows and google reserch there are .cpp extensions, but in windwos there are several .dll and game image files, I was wondering how do i make the game modified for windows, my english is kind of bad, hope you understand me :( I appreciate the attention and full support Christopher TINUX

BazkieBumpercar commented 4 years ago

The dll's are the compiled versions of libraries that are used by my game.. I don't want to insult you but maybe the whole process of altering a c++ game and the whole compilation stuff is a bit too complicated when you're not very experienced with programming yet?

amaralchr250 commented 4 years ago

I understand what you mean, but I am making some of the changes because it is a project that I took to modify, I am making do with the knowledge that I have, but as I realized that I was answering and wanted to take the most superficial doubts, I thought I ended up talking too much, but thank you for caring! I appreciate the attention and full support Christopher TINUX

hasanleiva commented 4 years ago

Hi I want to compile this game to html. Can i do it?

BazkieBumpercar commented 4 years ago

No, I'm afraid not. You'd have to completely rewrite it

roberth11 commented 4 years ago

Entiendo lo que quieres decir, pero estoy haciendo algunos de los cambios porque es un proyecto que tomé para modificar, lo estoy haciendo con el conocimiento que tengo, pero cuando me di cuenta de que estaba respondiendo y quería aprovechar al máximo dudas superficiales, pensé que terminé hablando demasiado, ¡pero gracias por preocuparte! Agradezco la atención y el pleno apoyo de Christopher TINUX I have tried to compile this game for 1 month without success I do not know if you want to join me to try to compile I am from Comlombia and my whatsapp is [please don't share your phone# online, redacted] if you want to talk to me to try to do something I am a junior programmer and I already have a patch equipment and uniforms for this game. error using -ltcmalloc_minimal BazkieBumpercar I do not know if you can do me the favor of saying which one you used since I have searched for everything and I cannot find a solution on this and which version of mingw you used at the time and thanks for answering

hasanleiva commented 4 years ago

IMG_20200509_025525 Hi i want to run the game but black screen only with this codes..

roberth11 commented 4 years ago

IMG_20200509_025525 Hola, quiero ejecutar el juego, pero la pantalla en negro solo con estos códigos.

ya instalo openal ?

roberth11 commented 4 years ago

IMG_20200509_025525 Hi i want to run the game but black screen only with this codes..

Daazaloaiza@gmail.com message

BazkieBumpercar commented 4 years ago

Sorry guys, I really can't help, I don't know the answer to your questions and I've cancelled this project long ago, so it could be that things don't work on some modern hardware/drivers/os'es.

I'm sorry to disappoint you! But I really suggest you don't put too much effort into this project, I really don't have the energy to actively support it.