Jump to content

How To Create A Game Editor?

- - - - -

  • Please log in to reply
6 replies to this topic

#1
deedo

deedo

    Newbie

  • Members
  • Pip
  • 7 posts
Hello everyone,

Can someone please tell me step-by-step on how to create a game editor?

Thanks in advance

Deedo

#2
DarkLordofthePenguins

DarkLordofthePenguins

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 409 posts
That's a pretty vague and generic question. What's a game editor? Is it a program that lets you create games? If this is the case, I would learn compiler design and some GUI programming, but it's not something I can give you step-by-step instructions to, any more than I can give you step-by-step instructions on how to score with a Japanese porn star.
Programming is a journey, not a destination.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Step 1) Create a file format for storing game settings for the game.
Step 2) Create a program that will read/write that file format.

The details, of course, will vary with the game and its engine.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
deedo

deedo

    Newbie

  • Members
  • Pip
  • 7 posts

Quote

Step 1) Create a file format for storing game settings for the game.
Step 2) Create a program that will read/write that file format.

The details, of course, will vary with the game and its engine.

Ha Ha Ha, How to... do that!

As I don't have any programming experience at all!

Well, if you don't mind, could you please guide me from the first step?

Honestly, I ONLY want to edit one parameter.

This one is the game that I really like it forever! :c-thumbup:

Pleeeeeeeeeeeeeeeeeeeeeeeeeease

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
How about telling us what the game is. Without that information, we can't really help.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
eafkuor

eafkuor

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 218 posts

deedo said:

This one is the game that I really like it forever! :c-thumbup:
I hope it's Quake 3!

#7
rocketboy9000

rocketboy9000

    Learning Programmer

  • Members
  • PipPipPip
  • 79 posts
To make a game you will need to do many hours of programming. You will need to understand many important concepts, ones that are needed in all programming generally, such as memory management, and ones that are specifically to games, such as event-based programming. You should first learn to program in some simple language such as Python, Ruby, Perl or BASIC, and then move on to more difficult languages like C or C++, where you can make more complex games. You will then need to choose a graphics library, sound library, etc.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users