Difference between revisions of "Getting started with TSFC"

134 bytes added ,  10:32, 15 April 2010
no edit summary
imported>Haama
m (→‎Background: Updated link to category instead of page)
imported>Darkness X
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Tools|req0=[[The Elder Scrolls Construction Set|Construction Set]]|req1=[[OBSE]]|req2=[[:Category:TSFC|TSFC]]}}
==You should already know==
==You should already know==
* Commands and variables in Oblivion scripts
* Commands and variables in Oblivion scripts
Line 4: Line 5:


==Background==
==Background==
[http://cs.elderscrolls.com/constwiki/index.php/Category:TSFC Tibixe's String Function Collection] ([[:Category:TSFC]]) is an [[OBSE]] plugin which extends Oblivion scripting with string variables. Strings are sequences of characters, like "apple". There are a few existing commands that accept strings as arguments, such as
[http://cs.elderscrolls.com/constwiki/index.php/Category:TSFC Tibixe's String Function Collection] ([[:Category:TSFC|TSFC]]) is an [[OBSE]] plugin which extends Oblivion scripting with string variables. Strings are sequences of characters, like "apple". There are a few existing commands that accept strings as arguments, such as
  SetActorFullName "Player's Horse"
  SetActorFullName "Player's Horse"
But you can't do this
But you can't do this
Line 165: Line 166:


==How to continue==
==How to continue==
Browse the [[TSFC]] documentation here at the Wiki for detailed descriptions of TSFC commands.
Browse the [[:Category:TSFC|TSFC]] documentation here at the Wiki for detailed descriptions of TSFC commands.
If you know C++, you can browse the current TSFC source code [[http://obse-plugins.svn.sourceforge.net/viewvc/obse-plugins/TSFC/ here]].
If you know C++, you can browse the current TSFC source code [[http://obse-plugins.svn.sourceforge.net/viewvc/obse-plugins/TSFC/ here]].


Anonymous user