ilir Posted January 16, 2009 Share Posted January 16, 2009 Well, if you know, I'm making own GTA and I want to make .exe file Like gta_sa.exe to read game Can anybody tell me like programs or something that makes .exe files? Link to comment Share on other sites More sharing options...
Earthbound Posted January 16, 2009 Share Posted January 16, 2009 Umm? What is it that you're trying to do exactly? Link to comment Share on other sites More sharing options...
ilir Posted January 16, 2009 Author Share Posted January 16, 2009 Umm?What is it that you're trying to do exactly? I'm making GTA Las Vegas, and I wanna to make own menu. You know that you can play GTA SA just if you double-click on gta_sa.exe. And I wanna to make own .exe and to make own menu, like: New Game Load Game Settings etc. Do you understand? Just how to make and what program to use ! Link to comment Share on other sites More sharing options...
Earthbound Posted January 16, 2009 Share Posted January 16, 2009 That's done by changing textures and coding already existing files. You don't actually edit the eXE file. I'm not even a modder and I know this. Link to comment Share on other sites More sharing options...
ilir Posted January 16, 2009 Author Share Posted January 16, 2009 (edited) That's done by changing textures and coding already existing files. You don't actually edit the eXE file. I'm not even a modder and I know this. And how to change this? And where are those codes? And textures? Edited January 16, 2009 by Big ILIR Link to comment Share on other sites More sharing options...
Urbanoutlaw Posted January 18, 2009 Share Posted January 18, 2009 Try going to the DOWNLOADS section & download a couple GTASA conversions. Open them up w/ a script editor & look at them. Also use IMG tool, TXD editor & GXT editor (models, textures & in game text). If you don't know what I'm talking about get more experience modding before you attempt, it will only end in total frustration. If you're not sure where to start, try a few simple DATA edits (HANDLING.CFG, CARGRP.DAT, etc) . Remember step 1: ALWAYS BACK UP EVERY FILE YOU PLAN TO EDIT!!! Good luck. Link to comment Share on other sites More sharing options...
Guest Posted January 18, 2009 Share Posted January 18, 2009 Try going to the DOWNLOADS section & download a couple GTASA conversions. Open them up w/ a script editor & look at them. Also use IMG tool, TXD editor & GXT editor (models, textures & in game text). If you don't know what I'm talking about get more experience modding before you attempt, it will only end in total frustration. If you're not sure where to start, try a few simple DATA edits (HANDLING.CFG, CARGRP.DAT, etc) . Remember step 1: ALWAYS BACK UP EVERY FILE YOU PLAN TO EDIT!!! Good luck. You are going to need Visual Baisc or Visual C# - I have skill in Visual Basic myself although I do not have the correct code to unload the GTA San Andreas files in one process as the regular one would. However, I am able to help you design the menu and install the buttons, timers and forms although I canot create ActiveX and DDL projects, just creating your base for you to edit if you wish. Reffer to Google for VB Coding Help. Visual Basic is also very inttolerant and every string will have to be correct or the application will crash and your game will not start. You will need a good research beofe using... Link to comment Share on other sites More sharing options...
Guest Posted January 21, 2009 Share Posted January 21, 2009 Try going to the DOWNLOADS section & download a couple GTASA conversions. Open them up w/ a script editor & look at them. Also use IMG tool, TXD editor & GXT editor (models, textures & in game text). If you don't know what I'm talking about get more experience modding before you attempt, it will only end in total frustration. If you're not sure where to start, try a few simple DATA edits (HANDLING.CFG, CARGRP.DAT, etc) . Remember step 1: ALWAYS BACK UP EVERY FILE YOU PLAN TO EDIT!!! Good luck. You are going to need Visual Baisc or Visual C# - I have skill in Visual Basic myself although I do not have the correct code to unload the GTA San Andreas files in one process as the regular one would. However, I am able to help you design the menu and install the buttons, timers and forms although I canot create ActiveX and DDL projects, just creating your base for you to edit if you wish. Reffer to Google for VB Coding Help. Visual Basic is also very inttolerant and every string will have to be correct or the aplication will crash and your game will not start. You will need a good research beofe using... I have started and have programmed the base although I have inserted an image of GTA Makedonija which I could also change if you wish. It is a menu that will open your GTA Makedonija or any other game you have in "C:/Program_Files/Rockstar_Games/San_Andreas/." I have also linked to a car spawning tool (thanking creator) which you will also need for the application to work. It must be exctracted in the San Andreas Main Directory. This is the Visual Basic Code that I used to programe this application. Dim GTAMK GTAMK = Shell ("C:\Program Files\Rockstar Games\San Andreas\gta_sa.exe, ") MSGBox "GTA Makedonija Is Now Starting" It will be converted for you. A similar code runs for the spawner. Link to comment Share on other sites More sharing options...
Deji Posted January 23, 2009 Share Posted January 23, 2009 Aint it pretty much illegal to distribute an exe made using the gta game engine? Link to comment Share on other sites More sharing options...
Guest Posted January 24, 2009 Share Posted January 24, 2009 Acculy, it is not. I made the engine, is any basic knowlage by reading my post you would know that I stated the code that I had used and the application would only exxecute the file, not edit it. Link to comment Share on other sites More sharing options...
Guest Posted February 1, 2009 Share Posted February 1, 2009 Acculy, it is not.I made the engine, is any basic knowlage by reading my post you would know that I stated the code that I had used and the application would only exxecute the file, not edit it. I have finsihed it. You are able to test it with the GTA Makedonija Client or edit it with VB6 and the GTA SA Client Source. http://www.thegtaplace.com/forums/index.php?showtopic=21688 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now