• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

Creating A Selector Tool For A Patch

Fakharany

Youth Team
Hii guys,
I am opening this thread to ask how can I create a selector tool (like the Modding Way Selector) for a patch so I can choose which mode I can play. If someone can help with a template of his work, cuz I am really suck at programming :puke:, but I can just edit on the template using programming programs. THNX
 

marcas

Youth Team
You could just create a basic batch file that does it. Simple and lite.

No fancy GUI, but still...
 

Fakharany

Youth Team
marcas;3909058 said:
You could just create a basic batch file that does it. Simple and lite.

No fancy GUI, but still...
I like it more professional bro, .bat files are really basic, and it won't look good for my patch users
 

SlimOntario2033

Senior Squad
Simonetos;3909581 said:
Why not Visual?

creating a windows form is visual c#...

c# and visual c# is the same.. visual c# means only the combination with visual(sudio) :munch:

Visual C# is just C#. You can build any kind of .NET application using C# and Visual Studio makes it easier test and debug your application.
for example using Visual Studio brings you lots of capabilities :

Code Editor

Debugger

Designer

Windows Forms Designer

WPF Designer

,...

for more information about Visual Studio read this page:
http://en.wikipedia.org/wiki/Microsoft_Visual_Studio

Update: Visual C# is the marketing name that Microsoft uses for C#, So nobody calls it Visual C#.
source of this: http://stackoverflow.com/questions/18295409/what-is-the-difference-between-c-sharp-and-visual-c
 

Simonetos

Youth Team
First of all, even if you finally use C#, C++ or Visual Basic, you have to download and install this. It's Visual Studio Express...
 

Fakharany

Youth Team
Simonetos;3909828 said:
First of all, even if you finally use C#, C++ or Visual Basic, you have to download and install this. It's Visual Studio Express...
My only problem here is that this is a 2015 edition, and all good tutorials I find are 2010. Are they kind the same thing or there is a big difference between them?
 

SlimOntario2033

Senior Squad
newer version's have some new features, but you should'nd have any problems with old tutorials .. just the same code and I think you'll find everything you need in the tutorials. :)

@simonetos: ahhhh you mean vb okay :D no problem
 


Top