Fitness.com
Advertisement

Go Back   Sports Forum > Community > Football Manager

» Current Poll
Champion:
Argentina - 33.33%
4 Votes
Brazil - 25.00%
3 Votes
Mexico - 25.00%
3 Votes
Paraguay - 8.33%
1 Vote
Uruguay - 8.33%
1 Vote
Chile - 0%
0 Votes
Venezuela - 0%
0 Votes
Peru - 0%
0 Votes
Total Votes: 12
You may not vote on this poll.
» Stats
Members: 47,883
Threads: 82,500
Posts: 1,027,912
Top Poster: Peacemaker7 (3,025)
Welcome to our newest member, nikemate
Reply
 
LinkBack Thread Tools Display Modes
Old 11-15-2007, 12:01 PM   #61
Senior Member
 
Join Date: Feb 2000
Posts: 1,643
Rep Power: 10
Terk is infamous around these parts
Default

by Wegason: "Notepad, wordpad, word, whatever works for you and you are comfortable with."
Terk is offline   Reply With Quote
Old 11-15-2007, 12:01 PM   #62
Senior Member
 
Join Date: Feb 2000
Posts: 1,643
Rep Power: 10
Terk is infamous around these parts
Default

by Amaroq: "That's exactly what I do, yes.

My habit tends to work something like this:

Open up "Write.exe" (wordpad) to the latest installment of my story-file; fire up FM and load to the latest save-game.

During the week, take notes on events and emotions - it might look something like:

Hayden Foxe satisfied with role
Nicky Thomson strained calf, out for 6 months
Mathieu Berson loan ends.
Very nervous about rematch with WBA

Or something like that. If I feel up to writing, I might write the installment for it .. but if not, I'll get to the match.

Match-day, I'd note the opposition's danger-man and recent results... then as the match goes, I'll note my tactical adjustments and any key items that caused it:

14 Weatherson shoots wide
19 Foxe tackle in box - penalty? No!
20-25 intense pressure by opposition
26 Morgan yc - the goal sure to come any moment
28 switch to 5-4-1 for more defense.

When I feel inspired to "write", I'll come back to that, and change it into prose that the rest of you might want to read - and I'll use the "Match Report" feature and the ability to watch replays to bulk out the detail .. and a knowledge of how the match is going to wind up to know what things to cut out. For example, if the yellow card doesn't turn out to matter, it might not "make the cut".

What I've found, with that, is that if I play too far ahead, I lose the motivation to write about it .. but if I don't let myself play without writing, I lose the motivation to play.

So its a balancing act, definitely.

..

If you wind up with an epic tale, file organization becomes very important. I've wound up with one file per month, and a naming convention YY-MM-Team, so for example 06-05-York.txt; that way "sort by alphabetical" gives me "in date order".

One neat thing about having gotten way ahead is that I can come back and layer-in foreshadowing - for example, if you re-read the story knowing where it goes, you'll spot references to Book II characters making cameo appearances back in the Book I portions of the tale."
Terk is offline   Reply With Quote
Old 11-15-2007, 12:03 PM   #63
Senior Member
 
Join Date: Feb 2000
Posts: 1,643
Rep Power: 10
Terk is infamous around these parts
Default

by BobBev: "Personally I use Word as my writing tool of choice. I apply my formatting there and have a neat macro that converts that to markup tags. It can deal with bold and italics and anything in Courier New font is put inside CODE tags. If anyone else would like to use it then here it is. If you want to use it then replace the curly brackets with square ones.

Sub FMS_Markup()

Selection.Find.ClearFormatting
Selection.Find.Font.Bold = True
Selection.Find.Replacement.ClearFormatting
Selection.Find.Replacement.Font.Bold = False
With Selection.Find
.Text = ""
.Replacement.Text = "{b}^&{/b}"
.Forward = True
.Wrap = wdFindContinue
.Format = True
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
End With
Selection.Find.Execute Replace:=wdReplaceAll

Selection.Find.ClearFormatting
Selection.Find.Font.Italic = True
Selection.Find.Replacement.ClearFormatting
Selection.Find.Replacement.Font.Italic = False
With Selection.Find
.Text = ""
.Replacement.Text = "{i}^&{/i}"
.Forward = True
.Wrap = wdFindContinue
.Format = True
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
End With
Selection.Find.Execute Replace:=wdReplaceAll

Selection.Find.ClearFormatting
Selection.Find.Font.Name = "Courier New"
With Selection.Find
.Text = ""
.Replacement.Text = "{code}^&{/code}"
.Forward = True
.Wrap = wdFindContinue
.Format = True
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
End With
Selection.Find.Execute Replace:=wdReplaceAll

End Sub
Terk is offline   Reply With Quote
Old 11-15-2007, 12:03 PM   #64
Senior Member
 
Join Date: Feb 2000
Posts: 1,643
Rep Power: 10
Terk is infamous around these parts
Default

by Glamdring: "Amaroq's disciplined approach is the most sensible probably, but it depends how much detail you want to include, especially about things actually reported in the game.

I generally ignore individual news items about players, of the like that Amaroq mentioned, but it depends on my type of story. My recent ones have been more "broad brush" so someone being unhappy at some point of the season is of no interest to me.

I use the FM game as a skeleton for my story, but since it is fiction I will sometimes make things up about players or anything else that doesn't occur in-game and miss out many things that do appear in game. The only aspect I stick to, obviously, in my stories are the hard facts of results, where we finish in the league, players we signed (although again often I don't bother mentioning all the players we sign). It goes without saying that if I were to start inventing results and players people would have no interest in reading those stories at all.

So basically, I generally just right off the top of my head when writing a long time after the event (e.g. my current main story covering the past 10 seasons of play), adding in some made up things for interest, but keeping key facts correct from the game."
Terk is offline   Reply With Quote
Old 11-15-2007, 12:04 PM   #65
Senior Member
 
Join Date: Feb 2000
Posts: 1,643
Rep Power: 10
Terk is infamous around these parts
Default

by Peacemaker7:

Quote:
Amaroq's disciplined approach is the most sensible probably

Yeah for him.

Its pointless asking what style should I use, everyone is different you have to find that our for yourself there is NO right answer here.
Terk is offline   Reply With Quote
Old 11-19-2007, 09:15 PM   #66
Member
 
Join Date: Jan 1970
Posts: 38
Rep Power: 0
george94 is infamous around these parts
Default

I've really got to work this out. I need a quick easy way of getting the tables up. All my efforts of coding etc turn out awfully as you can see in the community thread. Can someone help me?
george94 is offline   Reply With Quote
Old 11-19-2007, 09:22 PM   #67
HD
Senior Member
 
Join Date: Nov 2000
Posts: 1,662
Rep Power: 10
HD is infamous around these parts
Default

Easiest way is to go to the table in the game, then select options, Print Screen, save as text file, then open that and C&P it into your story between code tags.
HD is offline   Reply With Quote
Old 11-20-2007, 06:49 PM   #68
Member
 
Join Date: May 2004
Posts: 0
Rep Power: 0
Pickles is infamous around these parts
Default

I could give you some tips, but then you be guaranteed to fail

I want to come back FMS (if anyone remembers me here that is) soon and may do once I can get a fecking game going that gets past the end of August :o
Pickles is offline   Reply With Quote
Old 11-20-2007, 06:50 PM   #69
HD
Senior Member
 
Join Date: Nov 2000
Posts: 1,662
Rep Power: 10
HD is infamous around these parts
Default

Quote:
Originally posted by Pickles:
I could give you some tips, but then you be guaranteed to fail

I want to come back FMS (if anyone remembers me here that is) soon and may do once I can get a fecking game going that gets past the end of August :o
If people remember you, they're not likely to want you back.

Anyway, nice to see people leave FMS, become hardened crims, then return. We could have predicted it back then...
HD is offline   Reply With Quote
Old 11-21-2007, 11:33 AM   #70
Member
 
Join Date: May 2004
Posts: 0
Rep Power: 0
Pickles is infamous around these parts
Default

Bastard!
Pickles is offline   Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Challenges / Sign-Ups / Holiday Games *official* ideas thread. aaberdeenn Football Manager 90 11-29-2007 07:23 AM
*OFFICIAL* FMS Challenge 2007 Ideas Thread Peacemaker7 Football Manager 32 08-07-2007 12:35 AM
The ideas to improve FM08 Thread Nickyh Football Manager 80 06-05-2007 11:05 AM
Discussion Thread nod1ne General Photoshop Board 159 04-14-2007 12:28 AM
*OFFICIAL* 2007 FMS Challenge 1 & 2, nominations and ideas thread. Peacemaker7 Football Manager 51 11-11-2006 03:47 PM

» Online Users: 29
0 members and 29 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 04:00 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
Fitness.com | Weight Loss | Training & Fitness | BodyBuilding | Chinese | Spanish | French | Germany | Italian |