New Modding Program coming Soon!

Prosper

Where'd That 6th Toe Come From?
PROJECT: HALTED
Game: Fallout 2
Ability: SE.(Script Editor)

I been working for a little bit now on my program. The basic concept of what I want is already figured out now. I am ready to code it finally!

I cannot tell you exactly what kind of features will be in it just yet. But I feel that when I release a test version for the public.... you will love it!

At first, I was going to use the Watcom... It sucked. ...To elaborate it was to weird to work with.

So I am using Visual Studio C# instead!
:mrgreen:

Also I am going to have 1 demo script available with the program.

I would like suggestions on any pre_made-functions you would like implemented.




  • 1. E.G, A function to Add Exp to Hero.
    2.

PROJECT: HALTED
 
Some sort of method for tracking variables for quests?

damn I dont know, i'm not a scripter :)

Anyway if you could make a GUI script generator, I might give you a kiss mate ;)

I use a gui script generator for making my installers for mods

http://www.istool.org/default.aspx/

Its a very easy way for people without a programing/scripting background to get things done.
 
Wild_qwerty said:
Some sort of method for tracking variables for quests?

damn I dont know, i'm not a scripter :)

Anyway if you could make a GUI script generator, I might give you a kiss mate ;)

I use a gui script generator for making my installers for mods

http://www.istool.org/default.aspx/

Its a very easy way for people without a programing/scripting background to get things done.

:wink:

You should pleased to know I am about finished with my procedure finder. Only have too....

1. I am having a bit of trouble isolating procedures.
2. I have to make my program know where to start reading and stop reading.

Bad news however.... I need to trash the GUI of my program. It is laid out nice and ok colors, but it feels a bit odd and unprofessional.

Once I finish the procedure editor I will have to make the new Interface.

Wish me luck!
 
Cool, If you need a hand designing the gui let me know, I could probably make an icon and some other graphics for you if you want.

I like the way the ISTool interface is layed out, kind of in an explorer type view.
 
Wild_qwerty said:
Cool, If you need a hand designing the gui let me know, I could probably make an icon and some other graphics for you if you want.

I like the way the ISTool interface is layed out, kind of in an explorer type view.

Bad news :(

I realized anyone could just whip out notepad and edit out the part in the comments where it gives credit to my program.

So I am going to encrypt the files now. And make it so my program launches the game.

I would like someone who could help me out with coding. my aim is blueeyessix.
 
ehh? I wouldn't worry about people editing out your stuff, all the modders I've meet here generally go out of their way to give people credit.

I'd head away from the idea of hard coding things, it ends up causing problems sometimes in other areas. But then again I'm a strong believer in the open source movement. Look at all the work TeamX has put out along with the source code, and everyone acknowledges their great work.
 
Back
Top