Jul 26, 2008

Programs - for games

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > C/C++ Programming

free web hosting

Programs - for games

gameyourheartsout
first off i would like to announce this is my first time on here, i would like to know what kind of programs i need to edit my Pc games.

i have been learning how to edit with just texts but i would like to know what i need for the text scripts i can't read?

any information can help


--thanks

Reply

osknockout
Oh. Heh. I remember those times. laugh.gif
It'd have been better if you posted this in the games forum though.

Well, you'd first need to know what your language your game was made in
in order to do it the easy way. The hard way is to get a disassembler and
patch your games after you learn assembly language.

Yeah, it's not that easy unless you know what you're doing.
Care to specify?

Reply

.hack//GU
QUOTE(gameyourheartsout @ Apr 3 2007, 12:32 PM) *
first off i would like to announce this is my first time on here, i would like to know what kind of programs i need to edit my Pc games.

i have been learning how to edit with just texts but i would like to know what i need for the text scripts i can't read?

any information can help
--thanks


First of all, what game is it? with Textpad, you can alter the codes even if it's written in Hexadecimal.

Reply

gameyourheartsout
QUOTE(.hack//GU @ Apr 4 2007, 05:26 AM) *
First of all, what game is it? with Textpad, you can alter the codes even if it's written in Hexadecimal.


Just a a couple of games, age of methology the titans, and lotr bfme2. and few others.

also i am new at this as well, but i can open them in text pad, it just comes out as random letters, and numbers

where can i get a disassembler?

Reply

hitmanblood
I would suggest textpad also it is free and really good and can open any type of file almost also. You should now that if you use disabler then you have to aedit code of the game and not the game itself I would suggest that you don't use it because disassembler most of the time doesn't returns the actual code and when you edit it it may stop working however along with disabler you could write your own code which would change the values of variables while you are running game and in that way influencing whatever you want from the game.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : programs, games

  1. Mouse Input In C Programs
    using checkbox etc (5)
  2. C++ Programmers
    So Post your C++ programs here (1)
    Hi any C++ programmer want to share C++ programs,then post the code here.But it would be good if the
    programs are not too long.So only short programs. But post that code in bbcodes-don't forget
    that. Anyone who doesn't understand any programs that are posted can take any help here in
    this thread. Heres one : This is a program using class: CODE #include<iostream.h>
    class sum { private: int a,b,c; public: sum() { a=5,b=6; } sum(int x,int y)
    { a=x,b=y; } void get() { cin>>a>>b; } void calc() ....
  3. Simple C++ Programs.
    simple programs for beginners. (17)
    if you want to start c++ programing read and train this simple programs. CODE 1."using
    ? command." #include <iostream.h> #include <conio.h> int main(){
    clrscr(); float a,b,c,d; cin >>a>>b>>c>>d;
    a=(a>c+d)?(a*c) : (b*d); cout <<"a="<<a;
    getch(); return 0; } [/indent] [indent] 2."using of while loop
    command." #include <iostream.h> #include <conio.h> int main(){
    clrscr(); floa....
  4. Buffer Overflow In Action Tutorial
    Learn how to buffer overflow programs to change the program flow... (0)
    This tutorial will show you how to buffer overflow programs in order to change the flow of the
    application , even if this means executing your own code. A very well explained tutorial of buffer
    overflows ( not theory but practise ) + a 20 min video tutorial/demonstration + all the files needed
    for the tutorial.. Buffer Overflow In Action Tutorial LINK ....
  5. C/c++ Programming Experince
    How long does it take before programming useful programs? (3)
    I've been teaching my self C++, slowly but surely. Everything I try to program is just mediocre,
    and much simplier to use something already made. How long does it take before I can start
    programming useful decent programs?....
  6. Can't Compile Assembly Programs.
    (2)
    Hi, I'm trying to learn assembly but I can't compile any "hello world" programs... And I
    don'n know what I'm doing wrong... I downloaded NASM ,NASMW and TASM32. The program is like
    this: EXAMP1.ASM: ;title Hello World Program ; This program displays "Hello, World!"
    dosseg .model small .stack 100h .data hello_message db 'Hello,
    World!',0dh,0ah,'$' .code main proc mov ax,@data mov ds,ax
    mov ah,9 mov dx,offset hello_message int 21h mov ax,4C00h
    int 2....
  7. The Pc Games Programmers Encyclopedia 1.0
    (5)
    The PC-GPE ( PC GAMES PROGRAMMERS ENCYCLOPEDIA)as it currently stands is a collection of text files,
    each covering a different aspect of programming games for the PC.Some files were obtained from the
    net, others were grabbed off Usenet, quite a few were written for the PC-GPE. Every effort has been
    made to contact the original authors of all public domain articles obtained via ftp. In some cases
    the original authors were not able to be contacted. Seeing as these files were already available to
    the public the liberty was taken to include them anyway. The files were not mo....
  8. Games
    games (2)
    mailto:mike_mcgrath@lineone.net....
  9. Games Out There?
    (2)
    I happened to run into a Website about game programming where an expert said the 1st game a newbie
    should code is tic-tac-toe.So I downloaded code to a simple version of that game in C++(which is the
    language I want to learn)from a site where this is legal.I suppose tic-tac-toe is a didactic game(as
    I read somewhere else).So ,I was wondering,are there any other(simple)games out there that can help
    me learn C++ and of which I can safely download the code without violating any laws?on a Linux
    Magazine I buy I found a dvd with all Gentoo source code but it is maybe too adva....
  10. What Do You Use C/c++ For?
    Develop software / games / on windows / mac / linux? Use QT? (25)
    I am currently learning C++ and QT, I'm just wondering how many of your guys develop for windows
    specifically for do you target mac and linux too, or are you developing games? Most important is
    the uptake of the .Net framework, just how many people are developing for it, is it really as big /
    important as everyone on the net suggests? Would love to hear everyones views!....
  11. Simple C++ Programs
    programming C++ (13)
    what simple programs would a beginner should code in order to get some understanding the c++ along
    with leaning as well....

    1. Looking for programs, games

Searching Video's for programs, games
advertisement



Programs - for games



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE