Fitness.com
Advertisement

Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Skinning Hideout

Use this forum to help edit the cosmetic side of Football Manager.


» Site Navigation
 > Shop
» Current Poll
Best 5 club teams in history of Football:
Liverpool 1977-1978 - 100.00%
1 Vote
Real Madrid 1956-1960 - 0%
0 Votes
Juventus 1985 - 0%
0 Votes
Milan 1989-1990 - 100.00%
1 Vote
Ajax 1971-1973 - 0%
0 Votes
Santos 1962-1963 - 0%
0 Votes
Torinho 1940's - 100.00%
1 Vote
Ajax 1995 - 0%
0 Votes
Flamengo 1981 - 100.00%
1 Vote
Benfica 1961-1962 - 100.00%
1 Vote
Total Votes: 1
You may not vote on this poll.
» Stats
Members: 103,321
Threads: 84,992
Posts: 1,031,312
Top Poster: Karky (9,542)
Welcome to our newest member, linockahxurl
» Fitness Shop
If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.

Reply
 
LinkBack Thread Tools Display Modes
Old 10-26-2005, 11:42 AM   editor making! Post #1
Newb
 
Join Date: Mar 2008
Posts: 0
Rep Power: 0
retired_derekjw7 is an unknown quantity at this point
Default editor making!

hi

i have wondered for some time now how the editor are made!! if there any way you can explain the basics and i can go from there that would be excellent?? i would really like to start making them and help out! only if i knew where to begin?? please help
retired_derekjw7 is offline   Reply With Quote
Old 10-26-2005, 01:09 PM   editor making! Post #2
Newb
 
Join Date: Oct 2007
Posts: 0
Rep Power: 0
borat123 is an unknown quantity at this point
Default

Basics... Basics... Right well, where do we start...

Do you have any programming experience?

If no, then I hate to say it but don't even attempt trying to comprehend them. If you really really want to get into programming then I suggest you buy a book about it. Now, I'm not going to push what languages I think you should use, but I learnt Pascal first. Go have a Google for Pascal and try out your skills on that until you know your procedures from your functions, come back and then we can go from there.

If you know a bit about programming, then what language do you program in? Or rather, what do you feel comfortable using.

If you know loads about programming, then you wouldn't be here asking this question!
borat123 is offline   Reply With Quote
Old 10-26-2005, 01:13 PM   editor making! Post #3
Newb
 
Join Date: Mar 2008
Posts: 0
Rep Power: 0
retired_derekjw7 is an unknown quantity at this point
Default

thanks!! ill read up about it!! you must be amazing, the fact you no how to do this!!im guessing you do right????
retired_derekjw7 is offline   Reply With Quote
Old 10-26-2005, 01:56 PM   editor making! Post #4
Newb
 
Join Date: Mar 2008
Posts: 0
Rep Power: 0
retired_wsharp0123 is an unknown quantity at this point
Default

I know c#, Java, a little C++ and MS SQL server, but I think you really should be aware how the database is implemented before you start to do anything
retired_wsharp0123 is offline   Reply With Quote
Old 10-26-2005, 01:59 PM   editor making! Post #5
Newb
 
Join Date: Mar 2008
Posts: 0
Rep Power: 0
retired_derekjw7 is an unknown quantity at this point
Default

strategy man do you know how to make editors????
because what you have put there, c++ and ms sql servers i've herd of before and i'm wondering if you could explain a little to me about what these are exactly!! thanks
retired_derekjw7 is offline   Reply With Quote
Old 10-26-2005, 02:16 PM   editor making! Post #6
Newb
 
Join Date: Oct 2007
Posts: 0
Rep Power: 0
borat123 is an unknown quantity at this point
Default

I'm not amazing really. I have a job. I go to uni. I work on programs for fun and websites for favours. Some people save lives for a living. Now those are the people who really are amazing!

*Goes into rehearsed song and dance about 9/11 firefighters*

Now... Strategyman... SQL... Don't confuse people! SQL isn't really a programming language as it's a relational db query language and can't be used for making programs (just querying data in various forms). And MS SQL Server is a system anyway and not actually a language (MS SQL is)!

I'm sure some will have a different opinion but if someone asked what languages I know, I wouldn't include any of the SQL's as I consider it a query language syntax which is pretty much what SQL stands for (Structured Query Language). I'd maybe pass it off as 'other'.

Ignore SQL in all its forms for the time being until you really need it, and even then, you could learn most of it in one evening. But he is right. If you want to make an editor at the end of this, you'll need to know about dbs.
borat123 is offline   Reply With Quote
Old 10-26-2005, 03:57 PM   editor making! Post #7
Newb
 
Join Date: Mar 2008
Posts: 0
Rep Power: 0
retired_wsharp0123 is an unknown quantity at this point
Default

Quote:
Originally posted by rory616v:
strategy man do you know how to make editors????
because what you have put there, c++ and ms sql servers i've herd of before and i'm wondering if you could explain a little to me about what these are exactly!! thanks
C++ is a programing language just as Java and C# are. SQL server is a database management system. It is software for managing data that is used in programs.
Can I write editors? ....Not exactly. As I said to write one I have to study the structure of the database. If SI publish it (the structure) I could and It wouldn't be very hard to do.
retired_wsharp0123 is offline   Reply With Quote
Old 10-26-2005, 03:59 PM   editor making! Post #8
Newb
 
Join Date: Mar 2008
Posts: 0
Rep Power: 0
retired_wsharp0123 is an unknown quantity at this point
Default

Quote:
Now... Strategyman... SQL... Don't confuse people! SQL isn't really a programming language as it's a relational db query language and can't be used for making programs (just querying data in various forms). And MS SQL Server is a system anyway and not actually a language (MS SQL is)
Where exactly did I say such thing? I just said I am familiar with it. I know very well what SQL Server is.
retired_wsharp0123 is offline   Reply With Quote
Old 10-26-2005, 04:14 PM   editor making! Post #9
Newb
 
Join Date: Oct 2007
Posts: 0
Rep Power: 0
borat123 is an unknown quantity at this point
Default

Quote:
Originally posted by Strategyman:
I know ... MS SQL server
borat123 is offline   Reply With Quote
Old 10-26-2005, 04:15 PM   editor making! Post #10
Newb
 
Join Date: Oct 2007
Posts: 0
Rep Power: 0
borat123 is an unknown quantity at this point
Default

I'm familiar with Microsoft Word! Woo! I must now mention it in every topic which relates to software engineering! ;D
borat123 is offline   Reply With Quote
Reply

Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Bookmarks

Thread Tools
Display Modes


Similar threads to editor making!
Thread Thread Starter Forum Replies Last Post
Editor making players worse (FMM2)
Editor making players worse (FMM2): I've just started using the FMM editor on 6.0.3...
mongrel73 Skinning Hideout 9 07-15-2006 06:11 AM
Making an all-rounder in editor
Making an all-rounder in editor: A few times when playing the game, I've tried to...
johnnio Skinning Hideout 6 12-01-2005 07:20 PM
making an editor
making an editor: how would i go about making an editor
daleuk Skinning Hideout 4 10-31-2005 11:19 PM
Is anyone making a different preseason editor?
Is anyone making a different preseason editor?: Yes. Michael Nygreen made that unofficial editor...
Dan Atkinson Skinning Hideout 1 10-24-2005 02:59 PM
Making a EDITOR for FM2005
Making a EDITOR for FM2005: I would like to no what best program will be the...
ALLANDJSHEARER Skinning Hideout 2 09-24-2005 09:11 PM

More threads of rory616v
Thread Date Forum Replies Last Post
editor making!
editor making!: hi i have wondered for some time now how the...
10-26-2005 Skinning Hideout 34 10-28-2005 06:04 PM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
Skins that fit on small screens
Skins that fit on small screens: Did a quick search but couldn't find anything but...
01-14-2008 Sonny-Bill 0 01-14-2008 09:27 AM
Help With Downloading Team Kits & Backgrounds
Help With Downloading Team Kits & Backgrounds: Hey All, I am using FireFox. When I click to...
07-02-2006 David Griffiths 7 07-20-2006 06:33 PM
Editing problems regarding abilities
Editing problems regarding abilities: Not sure if this has been asked before, it...
02-27-2006 fetler 2 02-28-2006 03:29 AM
First Time Editing- Basics?
First Time Editing- Basics?: I searched and found no specific instructions for...
12-23-2005 BoilerBillyB 9 12-23-2005 12:47 PM
changed attributes dont appear in-game...
changed attributes dont appear in-game...: You need to change their current ability.
07-04-2005 Asmodeus 0 07-04-2005 02:58 PM

» Online Users: 28
0 members and 28 guests
No Members online
Most users ever online was 2,128, 07-21-2008 at 08:27 PM.

All times are GMT +1. The time now is 12:35 AM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Fitness.com | Weight Loss | Training & Fitness | BodyBuilding | Chinese | Spanish | French | Germany | Italian | Friend Codes |
You are viewing editor making!.