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,490
Threads: 85,004
Posts: 1,031,271
Top Poster: Karky (9,546)
Welcome to our newest member, ankkaycrat
» 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 06-14-2003, 12:23 AM   Pre-game database format information Post #11
Newb
 
Join Date: Mar 2008
Posts: 0
Rep Power: 0
retired_penniepie is an unknown quantity at this point
Default

Sorry for my MONSTROUS ignorance...

but what can I do with these files? Just insert them in VB, save and then edit at my own will? Or what?

I could use an explanation

Thanks in advance...
retired_penniepie is offline   Reply With Quote
Old 06-14-2003, 01:48 AM   Pre-game database format information Post #12
Newb
 
Join Date: Aug 2007
Posts: 0
Rep Power: 0
retired_adrianr is an unknown quantity at this point
Default

erm I'm pretty sure Lambert is a Scottish name, well there's Paul Lambert right?
retired_adrianr is offline   Reply With Quote
Old 06-14-2003, 01:50 AM   Pre-game database format information Post #13
Newb
 
Join Date: Aug 2007
Posts: 0
Rep Power: 0
retired_adrianr is an unknown quantity at this point
Default

<BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by 3m1n3m:
Sorry for my MONSTROUS ignorance...

but what can I do with these files? Just insert them in VB, save and then edit at my own will? Or what?

I could use an explanation

Thanks in advance...<HR></BLOCKQUOTE>

Can't use them directly in VB no, as the language is C++. Just have a look thorugh and try to make it out, it "explains" the file formats and the code used to save data.
retired_adrianr is offline   Reply With Quote
Old 06-14-2003, 09:39 AM   Pre-game database format information Post #14
Newb
 
Join Date: Aug 2007
Posts: 0
Rep Power: 0
retired_cacuna is an unknown quantity at this point
Default

<BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by EdL:
Can't use them directly in VB no, as the language is C++. Just have a look thorugh and try to make it out, it "explains" the file formats and the code used to save data.<HR></BLOCKQUOTE>

With a bit of luck someone kind (or Mr. Kelly ) will convert the files into VB equivalents fairly quickly - this has happened with the database.h file in the past pretty quickly.
retired_cacuna is offline   Reply With Quote
Old 06-14-2003, 11:41 AM   Pre-game database format information Post #15
Newb
 
Join Date: Aug 2007
Posts: 0
Rep Power: 0
retired_adrianr is an unknown quantity at this point
Default

but.. but VB sucks
retired_adrianr is offline   Reply With Quote
Old 06-14-2003, 06:54 PM   Pre-game database format information Post #16
Newb
 
Join Date: Oct 2007
Posts: 0
Rep Power: 0
retired_gstb_07 is an unknown quantity at this point
Default

<BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by EdL:
but.. but VB sucks <HR></BLOCKQUOTE>

But in fairness... well, actually, you're right, it does suck
retired_gstb_07 is offline   Reply With Quote
Old 06-14-2003, 08:03 PM   Pre-game database format information Post #17
Joe Blow
 
Join Date: Aug 2007
Posts: 2
Rep Power: 0
Sunnybrook is an unknown quantity at this point
Send a message via Yahoo to Sunnybrook
Default

<BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by Graeme Kelly:
EdL, "yas" can only be used if you are of Scottish origin or you have paid me 53 pence in advance of your using it. Take note.<HR></BLOCKQUOTE>

Ill send you that stripper to cover that payment then!! YAS??

See the Cm3 Save Game editor Froum for info!!

So does this file help people create editors etc.

Hitesh
Sunnybrook is offline   Reply With Quote
Old 06-14-2003, 08:32 PM   Pre-game database format information Post #18
Newb
 
Join Date: Oct 2007
Posts: 0
Rep Power: 0
retired_gstb_07 is an unknown quantity at this point
Default

Marc V,

Whilst I really appreciate the release of the database definitions, I feel I must draw your attention to the contents of stadium.h. In particular, the non-Queen's English description of the decay value.

Use of such Anglo-Saxon profanity has warbed by fragile and feeble little mind to the extent I now believe I am Graeme Kelly.

BAWS
retired_gstb_07 is offline   Reply With Quote
Old 06-14-2003, 08:36 PM   Pre-game database format information Post #19
Newb
 
Join Date: Oct 2007
Posts: 0
Rep Power: 0
retired_gstb_07 is an unknown quantity at this point
Default

<BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by Hitesh:
So does this file help people create editors etc.
<HR></BLOCKQUOTE>

Yes, because it defines the fields/types within the CM4 database structure - hence editor writers know what the fields are. In addition, since SI have left the rudimentary loading/saving code intact, it also means editor writers know the order of the fields within the flat file structures. So basically, it shouldn't be difficult enough to code load/saving code for the CM4 entities.

I'd imagine editors currently out there at the moment will be updated pretty quickly.

What takes longer is coding the actual functionality for editors. The big sticking point from my perspective is that obviously validation code isn't provided, and whilst a lot can be deduced, I'd rather go slowly and hence safely, or more accurately, as slowly as possible
retired_gstb_07 is offline   Reply With Quote
Old 06-14-2003, 10:21 PM   Pre-game database format information Post #20
Newb
 
Join Date: Aug 2007
Posts: 0
Rep Power: 0
retired_adrianr is an unknown quantity at this point
Default

<BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by Martin Warnett:
Marc V,

Whilst I really appreciate the release of the database definitions, I feel I must draw your attention to the contents of stadium.h. In particular, the non-Queen's English description of the decay value.<HR></BLOCKQUOTE>

Theres nothing quite like a good swear/moan in your comments

I'll have to run those files through grep when I can be arsed, to look for anything else amusing.
retired_adrianr is offline   Reply With Quote
Reply

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

Bookmarks

Thread Tools
Display Modes


Similar threads to Pre-game database format information
Thread Thread Starter Forum Replies Last Post
Any know description of the database format FM2008
Any know description of the database format FM2008: I was trying to create a couple of screenshots of...
DrBernhard Skinning Hideout 0 01-01-2008 08:51 PM
Database format changed?!
Database format changed?!: in FM2008 the pre-game (and save-game prob) has...
Stefan dV Skinning Hideout 3 10-19-2007 01:41 PM
Database format FM 2007
Database format FM 2007: Is it already known whether the database format...
DJ Sir Matthew Skinning Hideout 1 06-28-2006 01:26 PM
FM 2005 Save Game Format and/or Real time format
FM 2005 Save Game Format and/or Real time format: Hey all, I'm looking for information...
xaositec Skinning Hideout 6 08-16-2005 03:07 PM
What format is the database used for football manager?
What format is the database used for football manager?:
SuperGerryTaggart Skinning Hideout 0 01-01-1970 01:00 AM

More threads of Marc Vaughan
Thread Date Forum Replies Last Post
FMH2008 Editor available for download
FMH2008 Editor available for download: Hi, The Football Manager Handheld 2008...
11-30-2007 Football Manager 4 11-30-2007 08:33 PM
FMH Editors any interest in a Mac or Linux version?
FMH Editors any interest in a Mac or Linux version?: Hi, Just out of interest I've built the...
11-30-2007 Football Manager 1 11-30-2007 06:24 PM
Pre-Ordering Football Manager Handheld 2008
Pre-Ordering Football Manager Handheld 2008: Hi, I've noticed that amazon has it up for...
09-26-2007 Football Manager 7 09-26-2007 03:16 PM
FMH PSP 2007 Hints and tips now available
FMH PSP 2007 Hints and tips now available: Hi, A hints and tips document for Football...
02-01-2007 Football Manager 19 09-21-2007 09:35 PM
Random Managers
Random Managers: The players involved aren't truly random...
05-15-2006 Football Manager 0 05-15-2006 01:05 PM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
RANDOM PROBLEM WITH APPLYING NEW DATABASES TO A NEW FM08 GAME
RANDOM PROBLEM WITH APPLYING NEW DATABASES TO A NEW FM08 GAME: well basically the problem i have is that when i...
02-18-2008 trigg_travers 3 02-18-2008 09:28 PM
Graphics
Graphics: i have found new kits and badges for 08 how do...
11-06-2007 andyhug 1 11-06-2007 10:28 AM
Things I cannot find, Help needed please..
Things I cannot find, Help needed please..: Standard Logo's for football manager 2007 ...
01-14-2007 FowlerGod23 3 01-14-2007 01:04 PM
FMM 2.1 English 'Real Time Editor' for FM 2007
FMM 2.1 English 'Real Time Editor' for FM 2007: I know that there is a seperate thread for this,...
10-31-2006 Kevyinus 16 11-18-2006 09:07 PM
Budget Question FM07
Budget Question FM07:
01-01-1970 adamsmith1903 0 01-01-1970 01:00 AM

» Online Users: 24
0 members and 24 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 11:36 PM.


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 Pre-game database format information - Page 2.