| » Stats |
Members: 103,435
Threads: 84,999
Posts: 1,031,266
Top Poster: Karky (9,542) | | Welcome to our newest member, kylemcdougal | |
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.
 | |
07-02-2008, 10:14 PM
|
Why Hard-Coded? Post #11 | | Newb
Join Date: Aug 2007
Posts: 0
Rep Power: 0 | Quote:
Originally posted by NepentheZ:
<BLOCKQUOTE>Originally posted by Sir_Liam:
I would think that's illegal.
| I wouldn't. Once you buy the game, you are free to do with it as you wish. Distributing is as your "own game" is a problem, but he said he would "Create his own game" - which is entirely legal.
As for "Hard-Coded". They are basically things in the game that you can not change, via any editor or external program. </BLOCKQUOTE>
Disassembling or reverse-engineering software is usually illegal in the UK, i think. I believe it mentions this specifically as forbidden in the license agreement, which removes any shred of doubt.
I would imagine they have taken measures to prevent easy decompilation into clean code, but then, even with the code in front of you, it would probably take weeks to understand what it all did.
In any case, it would be useless to anyone who wasn't fluent in C++.
|
| |
07-02-2008, 10:20 PM
|
Why Hard-Coded? Post #12 | | Newb
Join Date: Sep 2007
Posts: 0
Rep Power: 0 | Quote:
Originally posted by NepentheZ:
<BLOCKQUOTE>Originally posted by Sir_Liam:
I would think that's illegal.
| I wouldn't. Once you buy the game, you are free to do with it as you wish. Distributing is as your "own game" is a problem, but he said he would "Create his own game" - which is entirely legal.
As for "Hard-Coded". They are basically things in the game that you can not change, via any editor or external program. </BLOCKQUOTE>
You'd be wrong there i'm afraid, you aren't fere to do with it as you wish.
|
| |
07-02-2008, 10:31 PM
|
Why Hard-Coded? Post #13 | | Registered User
Join Date: May 2007
Posts: 8
Rep Power: 0 |
card coded means that its set to a specific value in code and doesn't change when something else is changed.
for example if on the 1st jan 2007 i hardcoded my program to say
"search for everything in year 2007"
that would continue to search for everything in the year 2007 even if we were now in 2008.
|
| |
07-02-2008, 10:32 PM
|
Why Hard-Coded? Post #14 | | Registered User
Join Date: May 2007
Posts: 8
Rep Power: 0 | Quote:
Originally posted by NepentheZ:
<BLOCKQUOTE>Originally posted by Sir_Liam:
I would think that's illegal.
| I wouldn't. Once you buy the game, you are free to do with it as you wish. Distributing is as your "own game" is a problem, but he said he would "Create his own game" - which is entirely legal.
As for "Hard-Coded". They are basically things in the game that you can not change, via any editor or external program. </BLOCKQUOTE>
i think he would have to modify the executable which would be illigal.
|
| |
07-03-2008, 03:44 AM
|
Why Hard-Coded? Post #15 | | Registered User
Join Date: Jul 2007
Posts: 2
Rep Power: 0 |
Why is it illegal to create new leagues(from other countries), adjust how many people will be seating on the bench each game, or do whatever is illegal?
We can make London have only 5 citizens, which I doubt the UK government would like to see ever happen, we can swap teams in competitions, which I doubt some of them would want to happen, we can swap competitions themselves(like remove all teams and swap them with an inactive league just to play it, and then we can download it from somewhere(for free of course) since not all are bothered to try and do it. So why some features are uneditable and some are?
Many stuff that people would like to "mess around with" are not copyrighted, so why can't it be in the editor?
eg, I want to create 20 teams with no players but that are loaded with cash, that will not interfere with the game database directly, and I can't since there's no such option. I don't see how such thing would be against the law.
|
| |
07-03-2008, 04:47 AM
|
Why Hard-Coded? Post #16 | | Newb
Join Date: Jul 2007
Posts: 0
Rep Power: 0 | Quote:
Originally posted by Booooooom:
Why is it illegal to create new leagues(from other countries), adjust how many people will be seating on the bench each game, or do whatever is illegal?
We can make London have only 5 citizens, which I doubt the UK government would like to see ever happen, we can swap teams in competitions, which I doubt some of them would want to happen, we can swap competitions themselves(like remove all teams and swap them with an inactive league just to play it, and then we can download it from somewhere(for free of course) since not all are bothered to try and do it. So why some features are uneditable and some are?
Many stuff that people would like to "mess around with" are not copyrighted, so why can't it be in the editor?
eg, I want to create 20 teams with no players but that are loaded with cash, that will not interfere with the game database directly, and I can't since there's no such option. I don't see how such thing would be against the law.
| The stuff in the editor you can mess around with to your hearts content because SI have provided you the tools to modify it. The other stuff you cannot edit because it would require you to modify the game code (or change a compiled exe) which you are not allowed to do. What you change the game data to is not illegal, it's what you have to do to the game to make the change that's illegal.
If this stuff was made editable through the editor, then you would be free to edit it. The reason it's not editable is down to the difficulty of making it editable. Things like league structures are extremely complicated and making it user editable would mean that the game would have to cope with whetever weird and wonderful league structures any user could possibly come up with.
|
| |
07-03-2008, 06:32 AM
|
Why Hard-Coded? Post #17 | | Registered User
Join Date: Feb 2007
Posts: 2
Rep Power: 0 | Quote:
Originally posted by bigdunk:
Things like league structures are extremely complicated and making it user editable would mean that the game would have to cope with whetever weird and wonderful league structures any user could possibly come up with.
| Well.. it's not THAT complicated, they could easily make it editable. But I see your point.. Some leagues would be absolutely insane...
|
| |
07-03-2008, 06:54 AM
|
Why Hard-Coded? Post #18 | | Newb
Join Date: Jul 2007
Posts: 0
Rep Power: 0 | Quote:
Originally posted by Canabary:
<BLOCKQUOTE>Originally posted by bigdunk:
Things like league structures are extremely complicated and making it user editable would mean that the game would have to cope with whetever weird and wonderful league structures any user could possibly come up with.
| Well.. it's not THAT complicated, they could easily make it editable. But I see your point.. Some leagues would be absolutely insane... </BLOCKQUOTE>
It's more complicated than you would think. Just take, for example, fixture scheduling - the game would have to be able to cope with scheduling fixtures for any number of leagues, cup competitions, european competitions etc all running at the same time for a set of clubs. In real life, English clubs need fixtures scheduling for the league, up to 3 cup competitions, and a european competition. If you could edit this structure, you could easily add more competitions, change the number of teams in each one, change the qualification rules and so on, and the game would still have to generate a correct schedule for each club. The game still struggles now to do this perfectly when it knows upfront all these settings for each club, imagine how much more complicated it would have to be to work if these settings could be changed at will.
|
| |  | | | Thread Tools | | | | Display Modes | Linear Mode |
Similar threads to Why Hard-Coded? | | Thread | Thread Starter | Forum | Replies | Last Post | Hard coded. Why!?
Hard coded. Why!?: Hi. At first sorry for my English.
I've... | armbi | Skinning Hideout | 0 | 01-28-2008 12:36 AM | FM Coded in which software
FM Coded in which software: Which language or software do SI use to create... | varunm | Football Manager | 9 | 01-25-2008 10:36 PM | Hex editing hard-coded features
Hex editing hard-coded features: I have a couple of questions about playing around... | Majs | Skinning Hideout | 2 | 12-05-2006 02:16 PM | Hard-Fi
Hard-Fi: http://img379.imageshack.us/img379/908/untitledhar... | Freddie | Other | 0 | 05-23-2006 09:32 PM | LLM-how hard is this?
LLM-how hard is this?: My first post in here so hi.
I have read the... | seeker | Scout Report | 28 | 02-21-2006 01:37 AM |
More threads of hersch | | Thread | Date | Forum | Replies | Last Post | Why Hard-Coded?
Why Hard-Coded?: I have a silly question :D Why there are some...
| 07-02-2008 | Football Manager | 17 | 07-03-2008 06:54 AM | WHAT DO YOU WANT FROM FM09?
WHAT DO YOU WANT FROM FM09?: there are a lot of discussions about this... what...
| 07-01-2008 | Football Manager | 5 | 07-01-2008 11:14 PM | fresh new league???
fresh new league???: can i start a fresh new league with the data...
| 12-11-2007 | Skinning Hideout | 1 | 12-11-2007 09:19 PM |
Other threads in forum Football Manager | | Thread | Date | Thread Starter | Replies | Last Post | Unlimited money....if you want it.
Unlimited money....if you want it.: Im sure people already know about this money...
| 12-17-2007 | LOZELS | 1 | 12-17-2007 05:54 PM | £60 million for Dean richardson?
£60 million for Dean richardson?: Im in my third season and im manager of real...
| 11-30-2007 | Alphaaz | 9 | 11-30-2007 04:28 PM | Has Anyone Got Most Of the World Covered
Has Anyone Got Most Of the World Covered: by their scouts knowledge????
thx
Martin
| 11-08-2007 | MartsMac1982 | 6 | 11-09-2007 08:57 AM | Help Me Please
Help Me Please: I have recently bought football manager 2008 and...
| 11-08-2007 | Liam James | 2 | 11-08-2007 11:36 PM | football manager handheld 2008
football manager handheld 2008: will there be a handheld 2008 and if so will...
| 08-09-2007 | MiCkEyMcMuLLaN | 4 | 08-17-2007 01:19 PM | | » Online Users: 14 | | 1 members and 13 guests | | vwxy024 | | Most users ever online was 2,128, 07-21-2008 at 08:27 PM. | |