[Utility] - Forum Name Library For TC 1.5 19/8/10

The place to discuss scripting and game modifications for X³: Terran Conflict and X³: Albion Prelude.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

User avatar
LV
Sith Lord
Posts: 8255
Joined: Wed, 6. Nov 02, 20:31
x3tc

[Utility] - Forum Name Library For TC 1.5 19/8/10

Post by LV »

In a spout of boredom i decided to add forum members names as another choice when naming ships. Instead of trawling through posts I thought i'd do it the easy way.

disclaimer : if anybody creates a script using 8806 as the t file ref, start booking your funeral ;)

[ external image ]
Current Version 1.5



LV wrote:
How to add these names to your scripts

Install the spk file and it will set the name library up automatically. all you need to do is :-

Code: Select all

001   load text: id=8806
get the following global variable 'lv.fnl.count'

Code: Select all

$g.for.nm.lib = get global variable: name='lv.fnl.count'
this will return the maximum number to check for randomly as shown below, this GV will currently return 296 when checked.

next

Code: Select all

$g.for.nm.lib = get global variable: name='lv.fnl.count' 
$rname.val =  = random value from 20 to $g.for.nm.lib - 1 // current range of names in the t file
$rn2 = sprintf: pageid=8806 textid=$rname.val, null, null, null, null, null // this will load the name
$ship -> set pilot name to $rname //set the pilots name, you can also use it to rename ships or use it for messages



List

Code: Select all

<t id="19">LV</t>
<t id="20">\033WLV\033X</t>
<t id="21">Tycow</t>
<t id="22">Dgn Master</t>
<t id="23">Withar</t>
<t id="24">Cycrow</t>
<t id="25">Galaxy613</t>
<t id="26">Nuclear Eclipse</t>
<t id="27">A dJ</t>
<t id="28">DeadZoneMDx</t>
<t id="29">Skillers</t>
<t id="30">SpaceMonkey</t>
<t id="31">Syklon</t>
<t id="32">Seven05</t>
<t id="33">Rakeris</t>
<t id="34">D J SSUK</t>
<t id="35">XenonBuster</t>
<t id="36">DJ Wolf</t>
<t id="37">BladeUK</t>
<t id="38">Dracklor</t>
<t id="39">Cestus</t>
<t id="40">artblade</t>
<t id="41">napalm nabd</t>
<t id="42">Mobuj</t>
<t id="43">Identitystolen</t>
<t id="44">Tokfan</t>
<t id="45">AalaarDB</t>
<t id="46">argharg</t>
<t id="47">SlasherArcana</t>
<t id="48">Krusade</t>
<t id="49">Tzunamii</t>
<t id="50">Karnath</t>
<t id="51">DarkExodus</t>
<t id="52">Demae Ramen</t>
<t id="53">Simon029</t>
<t id="54">DeltaWolf</t>
<t id="55">WhiteRaider</t>
<t id="56">George "Spider" Wills</t>
<t id="57">Mark III</t>
<t id="58">stevio</t>
<t id="59">Nithral</t>
<t id="60">Lord Boreal</t>
<t id="61">DIGSIN</t>
<t id="62">Raumfliegenjager</t>
<t id="63">Technojerk36</t>
<t id="64">Alphalvr</t>
<t id="65">Neaput</t>
<t id="66">woodie</t>
<t id="67">Charlie Bubbles</t>
<t id="68">daidalos</t> 
<t id="69">RMK</t>
<t id="70">X-it</t>
<t id="71">Fachtna</t>
<t id="72">RJV</t>
<t id="73">Dragomancer</t>
<t id="74">Moggy2</t>
<t id="75">Solfi</t>
<t id="76">IneffableModder</t>
<t id="77">Tracker001</t>
<t id="78">fortysix2nz</t>
<t id="79">obi HERMITMAN</t>
<t id="80">SteelRush</t>
<t id="81">Captain Hello</t>
<t id="82">Katsotas</t>
<t id="83">The Hypo</t>
<t id="84">Nanomencer</t> 
<t id="85">Mailo Crowell</t>
<t id="86">TycMozo</t>
<t id="87">Domc1993</t>
<t id="88">Rubberman</t>
<t id="89">unfunf</t>
<t id="90">FEGNOID</t>
<t id="91">Thomasbee</t>
<t id="92">IFLYONWEED</t>
<t id="93">Blueman</t>
<t id="94">smiley</t>
<t id="95">Graaf</t>
<t id="96">Merroc</t>
<t id="97">Gridd</t>
<t id="98">Nirwin</t>
<t id="99">Xenon_Slayer</t>
<t id="100">Serial Kicked</t>
<t id="101">biGGGs</t>
<t id="102">Saint Ashley</t>
<t id="103">Raptordraco</t>
<t id="104">Leviathan</t>
<t id="105">EidolonsFury</t>
<t id="106">Observe</t>
<t id="107">DSE</t> 
<t id="108">Diamonback</t>
<t id="109">Kurios Kronou</t>
<t id="110">MightyTiger</t>
<t id="111">Hackerkid</t>
<t id="112">al_main</t>
<t id="113">Tahlmorra</t>
<t id="114">Red Naxela</t>
<t id="115">Reaves</t>
<t id="116">Mongo</t>
<t id="117">Thrappy</t>
<t id="118">Sand Raven</t>
<t id="119">Northstar</t>
<t id="120">Cromy</t>
<t id="121">The_Big_Fish</t>
<t id="122">IceFire909</t>
<t id="123">Zwer.ch</t>
<t id="124">Metalvenom</t>
<t id="125">Phil2007</t>
<t id="126" >augustini</t>
<t id="127">RonisGanB</t>
<t id="128">Unserene</t>
<t id="129">Varthlokkur</t>
<t id="130">fud</t>
<t id="131">Draco Jay</t> 
<t id="132">Mad_CatMk2</t>
<t id="133">Frymaster</t>
<t id="134">Thrawn</t>
<t id="135">General Chaos</t>
<t id="136">GofD</t>
<t id="137">Tsar of Cows</t>
<t id="138">Asmayus</t>
<t id="139">Dakega</t>
<t id="140">X304</t>
<t id="141">DrunkenPirate</t>
<t id="142">Waylander</t>
<t id="143">Jakesnake5</t>
<t id="144">Bullehead</t>
<t id="145">Brodie</t>
<t id="146">FADMFred</t>
<t id="147">jensemann</t>
<t id="148">Anticept</t>
<t id="149">Sky Roguen</t>
<t id="150">James Talon</t>
<t id="151">Lt. Ford</t>
<t id="152">Trigg004</t>
<t id="153">GCU Grey Area</t>
<t id="154">A Team</t>
<t id="155">Deadeye</t>
<t id="156">Renegade 13</t>
<t id="157">JabbatheHutt</t>
<t id="158">Bunny</t>
<t id="159">Neoxis</t>
<t id="160">Dutchbet 13</t>
<t id="161">Darksun</t>
<t id="162">Dirtbag</t>
<t id="163">Kurt Shur'Tugal</t>
<t id="164">Ilsan</t>
<t id="165">EveryonesAntihero</t>
<t id="166">Tomol</t>
<t id="167">killerog</t>
<t id="168">Mike Galaxy</t>
<t id="169">Arcana75</t>
<t id="170">Celebre</t>
<t id="171">Krim</t>
<t id="172">Crypton</t>
<t id="173">FyreByrd</t>
<t id="174">Lord Platin</t>
<t id="175">Sipa</t>
<t id="176">Actorius</t>
<t id="177">Deathman</t>
<t id="178">RCITS</t> 
<t id="179">Spleener</t>
<t id="180">BDStyle</t>
<t id="181">EmperorJon</t>
<t id="182">Colonelnj</t> 
<t id="183">Euclid</t>
<t id="184">Cdaragorn</t>
<t id="185">Addy Billi</t>
<t id="186">Dioltas As Dia</t>
<t id="187">Stereophobia</t>
<t id="188">StarSrcream99</t> 
<t id="189">nERVEcenter</t>
<t id="190">Relief</t>
<t id="191" >wiz555</t>
<t id="192">CanadianBrit</t>
<t id="193">Dostillevi</t>
<t id="194">Freols</t>
<t id="195">BlueSabor</t>
<t id="196">Jhon Didfool</t>
<t id="197">UniTrader</t>
<t id="198">Bunk</t>
<t id="199">Ice Dragon</t>
<t id="200">Kaze</t>
<t id="201">Kilrathi_Avenger</t>
<t id="202">saiien1</t>
<t id="203">Ikaruga</t>
<t id="204">Lord_Vamp</t>
<t id="205">Woffin</t>
<t id="206">SymTec ltd.</t>
<t id="207">Startomb</t>
<t id="208">Mapper484</t>
<t id="209">Damar Stiehl</t>
<t id="210">Tenlar Scarflame</t>
<t id="211">Squelch</t>
<t id="212">Phieeel</t>
<t id="213">KanineLupus</t>
<t id="214">Heretic</t>
<t id="215">Shovinus</t>
<t id="216">Flybye</t>
<t id="217">Jams</t>
<t id="218">PhantomAngel</t>
<t id="219">Shit Happens</t>
<t id="220">khaakbaiter</t>
<t id="221">Razorhead</t>
<t id="222">Oddball</t>
<t id="223">Yellowman</t>
<t id="224">Eliah</t>
<t id="225">Thalass T'Kynn</t>
<t id="226">Iifrit Tambuur-san</t>
<t id="227">Blackhan</t>
<t id="228">Maverick01</t>
<t id="229">Curiosus</t>
<t id="230">Kazsaru</t>
<t id="231">Surferx</t>
<t id="232" >Mr. Agrarzentrum</t>
<t id="233">TheAntihero</t>
<t id="234">Adlantis</t>
<t id="235">draffutt</t>
<t id="236">Captain Chris sTc</t>
<t id="237">CBJ</t>
<t id="238">Bernd Lehan</t> 
<t id="238">Avis</t> 
<t id="239">Ninjitsumonk</t> 
<t id="240">S9ilent</t>
<t id="241">The Shadow Wolf</t> 
<t id="242">Paladin</t> 
<t id="243">Matches</t>
<t id="244">Godimhungover</t>
<t id="245">Crip67</t>
<t id="246">Defiant1</t>
<t id="247">Killertide</t>
<t id="248">KamikaziArmada</t>
<t id="249">argon_emperor</t>
<t id="250">Boto</t>
<t id="251">Bertone</t>
<t id="252">FalconGrey</t>
<t id="253">Lancefighter</t>
<t id="254">Orakio</t>
<t id="255">Tomonor</t>
<t id="256">Rambo57</t>
<t id="257">Varek Raith</t>
<t id="258">JEFF</t>
<t id="259">H5N1</t>
<t id="260">dminor</t>
<t id="261">Draakon</t>
<t id="262">Admiral Zero</t>
<t id="263">jordan kirwan</t> 
<t id="264">Vaio</t> 
<t id="265">KoshZdryh</t>
<t id="266">Thrandisher</t>
<t id="267">Forked</t>
<t id="268">Argents Quest</t>
<t id="269">Beaster</t>
<t id="270">XDrake</t> 
<t id="271">OOZ662</t>
<t id="272">Klaatu</t>
<t id="273">Sticks</t>
<t id="274">NovaCatt</t>
<t id="275">Spacefueladdict</t>
<t id="276">S20Dan</t>
<t id="277">Samuel Vincent Creshal</t>
<t id="278">Spacehunt</t>
<t id="279">Old Pharte</t>
<t id="280">WildAce</t> 
<t id="281">Firgof Umbra</t>
<t id="282">Macros Black</t>
<t id="283">X5tink</t>
<t id="284">SSwamp_Trooper</t>
<t id="285">RGanB</t>
<t id="286">Logain Abler</t>
<t id="287">Lord Dakier</t> 
<t id="288">MarCon</t>
<t id="289">Alien ND</t>
<t id="290">TEKing66</t>
<t id="291">Glimpse</t>
<t id="292">Mr Rabbit</t>
<t id="293">stealthhammer</t>
<t id="294">Xiriod</t>
<t id="295">DJ Aitch</t>


How to link your name

Code: Select all

<t id="279">Your name</t>
use the next available number so if the last post is 295 yours will be 296

List of scripts currently using the FNL


Deathmatch Arena
Imperial Laboratories
Various other scripts by Me
Stock Exchange by MarCon


***If I catch you posting twice, even under different names i will rip out your spleen*** :)
Last edited by LV on Thu, 19. Aug 10, 18:32, edited 16 times in total.
LV's TC Scripts
Readme's For All My Scripts


I felt a great disturbance in the forum, Like millions of voices cried out in terror, then were silenced

si tacuisses, philosophus mansisses
Thrandisher
Posts: 357
Joined: Sun, 1. Jul 07, 03:33
x4

Post by Thrandisher »

Code: Select all

<t id="266">Thrandisher</t>
I did slack on doing this back in x3r. Now if i could only change my forum name :/
Forked
Posts: 91
Joined: Sat, 9. Feb 08, 19:55
x4

Post by Forked »

Code: Select all

<t id="267">Forked</t>
look mom! I'm famous :)
newbie
jon_argent
Posts: 63
Joined: Thu, 14. Jun 07, 23:29

Post by jon_argent »

Code: Select all

<t id="268">Argents_Quest</t>
This would be my username again, if the profile option would save my changes!

Any mods care to try for me... :oops:
beaster
Posts: 13
Joined: Thu, 12. Feb 04, 15:25
x3tc

Post by beaster »

Code: Select all

<t id="269">Beaster</t>
Thanks LV :D
User avatar
XDrake
Posts: 133
Joined: Wed, 29. Oct 08, 18:48
x3tc

Post by XDrake »

Code: Select all

 <t id="270">XDrake</t>
Thanks
User avatar
OOZ662
Posts: 1212
Joined: Tue, 8. Apr 08, 10:45
x4

Post by OOZ662 »

Code: Select all

<t id="271">OOZ662</t> 
How fancy. :D
User avatar
s9ilent
Posts: 2033
Joined: Wed, 29. Jun 05, 01:45
x4

Post by s9ilent »

Is that what LV stands for! (hehe)
I had no idea... and I've like seen your name since like the X2 forums
User avatar
klaatu
Posts: 316
Joined: Fri, 21. Nov 03, 17:23
x4

Re: [Utility] - Forum Name Library For TC 1.0 25/10/08

Post by klaatu »

Code: Select all

<t id="272">Klaatu</t>
:D
Sticks
Posts: 216
Joined: Thu, 29. Nov 07, 15:35
x4

Post by Sticks »

Code: Select all

<t id="273">Sticks</t>
yay, i'm famous!
User avatar
LV
Sith Lord
Posts: 8255
Joined: Wed, 6. Nov 02, 20:31
x3tc

Post by LV »

updated as i'm uploading DMA and ILabs which use the FNL

next ID 274
LV's TC Scripts
Readme's For All My Scripts


I felt a great disturbance in the forum, Like millions of voices cried out in terror, then were silenced

si tacuisses, philosophus mansisses
novacatt
Posts: 278
Joined: Sat, 23. Dec 06, 07:31
x4

Post by novacatt »

Hiya Peeps,

Hmm...... I'll whack my name down as well....

Code: Select all

<t id="274">NovaCatt</t>
Hehe... Just had a thought.... How strange is it gonna be if we come across ourselves flying an NPC ship... :roll: :D

Cheers & Thranx
User avatar
spacefueladdict
Posts: 508
Joined: Thu, 12. Jun 08, 15:42
x3tc

Post by spacefueladdict »

I Think that I will Join this Club Seem's like theres a good crowd here: 8)

Code: Select all

<t id="275">Spacefueladdict</t>
thankyou! :D
fireexit
Posts: 12
Joined: Thu, 22. Dec 05, 06:14
x3

Post by fireexit »

Code: Select all

<t id="276">S20Dan</t>
Funny idea ;)
User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal »

Sounds funny.

Code: Select all

<t id="277">Samuel Vincent Creshal</t>
:)
spacehunt
Posts: 339
Joined: Wed, 23. Aug 06, 10:22
x4

Post by spacehunt »

Code: Select all

<t id="278">Spacehunt</t>
Woot im finally a part of something yay ! :D

Go spacey Go spacey Go spacey :P
User avatar
LV
Sith Lord
Posts: 8255
Joined: Wed, 6. Nov 02, 20:31
x3tc

Post by LV »

FNL updated see first post for download links

next id 279
LV's TC Scripts
Readme's For All My Scripts


I felt a great disturbance in the forum, Like millions of voices cried out in terror, then were silenced

si tacuisses, philosophus mansisses
mufflink
Posts: 115
Joined: Tue, 10. Feb 04, 12:44
x4

Post by mufflink »

Code: Select all

<t id="279">Mufflink</t> 
When in doubt.......cheat.
User avatar
withar
Posts: 1045
Joined: Fri, 4. Jun 04, 18:43
x3tc

Post by withar »

fantastic to see this up and running again, I’m just wondering who will clam #No 300 spot
When The Law Breaks The Law
In The Name Of The Law- There Is No Law

Belfast Graffiti
WildAce
Posts: 356
Joined: Thu, 2. Nov 06, 18:06
x4

Post by WildAce »

Code: Select all

<t id="280">WildAce</t> 

Return to “X³: Terran Conflict / Albion Prelude - Scripts and Modding”