The following comments are owned by the user that posted them. KOTOR 2 Files is not responsible for their content.
Total comments: 113 | Last comment: 08-23-2011 at 13:50
DarthDementous From: Joined: June 28th, 2006 Posts: 383 | Please tell me there will be a dialogue editing tutorial. 'I' don't need it, but since there are so many recruitment mods being released nowadays, it would be good for some people to learn how to do it. Alot of modders (who have much potential, I must say) come to me via email, asking me how to do dialogue editor. There is nothing wrong with that, but it would be nice if they could...have some easier to find resources...like a place where they would visit often: Here!
"Beer! When it's warm it tastes real crappy, when it's cold, it makes me happy." |
mandalorian16965 From: (Tumbridge Wells) Joined: October 23rd, 2006 Posts: 431 | oh and the scripting tutorial is only for kotor1 because the different games require different scripts
"Beer! When it's warm it tastes real crappy, when it's cold, it makes me happy." |
InyriForge From: (Chicago, IL) Joined: October 6th, 2004 Posts: 2159 | A generalized scripting tutorial would be almost impossible to write. You might as well pick yourself up a copy of "C++ for Dummies". At some point we may get some specialized ones up here, but none of us at KotORFiles (yet) are real scripting whizzes.
I will be working on a dialogue tutorial, though, once I get some time and motivation. |
mandalorian16965 From: (Tumbridge Wells) Joined: October 23rd, 2006 Posts: 431 | Quote: but none of us at KotORFiles (yet) are real scripting whizzes.
you got that right. i use the kotorscriptinggenarator.
|
SithRevan Joined: June 30th, 2006 Posts: 432 | I actually know a little scripting knowledge, enough to get me by anyway but I am not a scripting whiz myself. |
mandalorian16965 From: (Tumbridge Wells) Joined: October 23rd, 2006 Posts: 431 | well anyone who knows anthing about scripting any knowaldge would be welcome
"Beer! When it's warm it tastes real crappy, when it's cold, it makes me happy." |
DarthDementous From: Joined: June 28th, 2006 Posts: 383 | Quote: i use the kotorscriptinggenarator.
What is the KOTORscriptgenerator? Is it real? What does it do? Why doesn't anyone ever tell me anything? Why am I asking so many questions??? |
mandalorian16965 From: (Tumbridge Wells) Joined: October 23rd, 2006 Posts: 431 | Quote: What is the KOTORscriptgenerator? Is it real? What does it do? Why doesn't anyone ever tell me anything? Why am I asking so many questions???
well the kotor scripting genarotor (which i dont use very much anymore) is basicaly a scripting genarator you click on what you want and it will make the nss script. you can get it at starwarsknights and i do tell you stuf right here .
but i dont know why ye aske so many questions... |
Deathshock Joined: August 21st, 2006 Posts: 59 |  but i wish there was a totorial so you can make your own planets but i bet it is imposible. |
mandalorian16965 From: (Tumbridge Wells) Joined: October 23rd, 2006 Posts: 431 | Quote:
 but i wish there was a totorial so you can make your own planets but i bet it is imposible.
no it is quite possible with scripting but it involves many scripts and editng things its just too much for one tutorial 
also i have written a few scripting ones for kotor 2 |
jjsteelerspro94 Joined: December 9th, 2006 Posts: 40 | im new to this and i went to the kotor tool website from the link that says Kotor tool but idk where to download it from the website...any answers? |
mandalorian16965 From: (Tumbridge Wells) Joined: October 23rd, 2006 Posts: 431 | Quote: im new to this and i went to the kotor tool website from the link that says Kotor tool but idk where to download it from the website...any answers?
Try this link
http://kotortool.starwarsknights.com/ |
jjsteelerspro94 Joined: December 9th, 2006 Posts: 40 | yeh, thats the website i went to, i just dont know where the download link is on it |
mandalorian16965 From: (Tumbridge Wells) Joined: October 23rd, 2006 Posts: 431 | Up the top near the cross paint brush/saber |
jjsteelerspro94 Joined: December 9th, 2006 Posts: 40 | what is the link called or is it a picture, cuz i clicked on a whole ton of stuff near that picyure and nothing...do i click the download link? but when i do that there are no downloads |
mandalorian16965 From: (Tumbridge Wells) Joined: October 23rd, 2006 Posts: 431 | try this link
{snip}SR- Sorry M16965 you cannot directly link to a software from this site. Number one because it is against the rules and number two because the creator of that site has made it so you have to download from that site and cannot directly link to it from an external link. |
jjsteelerspro94 Joined: December 9th, 2006 Posts: 40 | yeh, if it doensnt show this on your comp, il show u what your link changed to
Quote: {snip}SR- Sorry M16965 you cannot directly link to a software from this site. Number one because it is against the rules and number two because the creator of that site has made it so you have to download from that site and cannot directly link to it from an external link.
|
mandalorian16965 From: (Tumbridge Wells) Joined: October 23rd, 2006 Posts: 431 | Sorry Forgot about the link |
Karl1970 From: (Peterborough) Joined: November 2nd, 2006 Posts: 26 | i wont to create placable items but i dont know how to create one and how to place them in the right location....can any one help me PLLLEEEESSSS  |
mandalorian16965 From: (Tumbridge Wells) Joined: October 23rd, 2006 Posts: 431 | Edit the UTM file of the placeable you would like to place it in or you could try this scripting method to place it into containers.
Make a container with the items in it!
code: //This script does not allow re-entry
void main()
{
object oContainer=GetObjectByTag("resref" ;
if (oContainer==OBJECT_INVALID) {
//This is where you put Your Whereami cheat armband coordinates
float x=0.00f;
float y=0.00f;
float z=0.00f;
// This is where you put the orientation of the container, set in degrees.
float r=0.0f;
vector MyVec = Vector(x,y,z);
location MyLoc = Location(MyVec, r);
object oLocker=CreateObject( OBJECT_TYPE_PLACEABLE, "resref", MyLoc);
CreateItemOnObject("any_object", oLocker);
}
}
|
jjsteelerspro94 Joined: December 9th, 2006 Posts: 40 | What does the link look like for KotorTool on that site. Is it a picture or a word and what page on the site is it in? |
InyriForge From: (Chicago, IL) Joined: October 6th, 2004 Posts: 2159 | On the top frame, there is a link that says "Download". Click that. On the page that links to, there's a phrase that says "Download Kotor Tool v1.0.2210.16738 (2006-1-19 12:38)". Click that. |
jjsteelerspro94 Joined: December 9th, 2006 Posts: 40 | k, now when i click on that link 5 warnings show up and i dont get exactly what they mean, heres one of them:
Warning: Cannot modify header information - headers already sent by (output started at /webhome/starwars/public_html/kotortool/download.php:395) in /webhome/starwars/public_html/kotortool/download.php on line 403 |
mandalorian16965 From: (Tumbridge Wells) Joined: October 23rd, 2006 Posts: 431 | Quote: k, now when i click on that link 5 warnings show up and i dont get exactly what they mean, heres one of them:
Warning: Cannot modify header information - headers already sent by (output started at /webhome/starwars/public_html/kotortool/download.php:395) in /webhome/starwars/public_html/kotortool/download.php on line 403
Try Downloading on a different browser. For music i use Internet Explorer as it has the software but for anything else i use Mozilla Firefox |
jjsteelerspro94 Joined: December 9th, 2006 Posts: 40 | ok, thx that browser thing worked. but how do i open kotor tool |
jjsteelerspro94 Joined: December 9th, 2006 Posts: 40 | k, i have all of requirements for kotortool too (im pretty sure) and i had adobe photoshop open and it asked me what paths i want and i dont quite get where i should direct the paths
ps will Adobe Photoshop [Album Edition] work for kotor tool? |
mandalorian16965 From: (Tumbridge Wells) Joined: October 23rd, 2006 Posts: 431 | Quote: ok, thx that browser thing worked. but how do i open kotor tool
Its a software thingy that you need to install! After that you will be able to open it and extract files to edit! |
Hero_of_the_Jedi From: (Bunadberg) Joined: January 18th, 2007 Posts: 40 | I need help getting nwmax, i downloaded it i installed it, but it won't open do any of you know how to fix this? |
InyriForge From: (Chicago, IL) Joined: October 6th, 2004 Posts: 2159 | NWMax should load as a pop-up screen // toolbar when you load gmax. Did you follow the installation instructions properly? |
Hero_of_the_Jedi From: (Bunadberg) Joined: January 18th, 2007 Posts: 40 | yeah its there on the tool bar but theres no pop up |
Hero_of_the_Jedi From: (Bunadberg) Joined: January 18th, 2007 Posts: 40 | nevermind i'm right now |
Static44 Joined: February 13th, 2007 Posts: 7 | I get the same error as jjsteelerspro94. However, this happens in both IE and Firefox. Anyone have any ideas? |
Lord_Pimp45 From: (Nasau) Joined: March 17th, 2007 Posts: 35 | i made an awsome downlode yesterday |
Lord_Pimp45 From: (Nasau) Joined: March 17th, 2007 Posts: 35 | mmm donuts. thank God some beer. Its gone o wait i see some more over there |
wolverinestabs From: (manchester) Joined: April 2nd, 2007 Posts: 204 | Someone Help me, i am scripting my exile saber mod into dialogue but when i press F5 the flippin fing sys there are two syntax errors with void and createitemonobject |
iLiKEVEGETABLES From: Joined: March 5th, 2007 Posts: 150 | Force power tutorial? |
Rueben_Shan From: (Arkansas) Joined: April 23rd, 2007 Posts: 49 | How do you make a new character for the game... like Darkkender's recruit Darkkender mod? |
SapphireSpirit Joined: April 12th, 2007 Posts: 100 | Is there ever going to be a tutorial for changing sounds/music etc.? That would be really cool if someone made a tutorial for that. |
trettonkilolax From: (Göteborg) Joined: May 18th, 2007 Posts: 2 | can I via scripting make quest items not stick in my inventory? |
SapphireSpirit Joined: April 12th, 2007 Posts: 100 | Does anyone know how to put an animation change into the game? Like, I've planed the animations out, but I need to put them into the game. Anyone know how to do that? And also can anyone tell me how to change the models of the PC's and NPC's, you know like change the shape of the body for the characters. If so, e-mail me or just post here. And if anyone knows about the sound thing (from my last post) please do the same. Thank you. |
Jakk1 From: (London) Joined: June 24th, 2007 Posts: 59 | i know this is a stupid question but how do you enter your mods to the site? =P  |
MNattrass Joined: September 13th, 2006 Posts: 90 | Hey can anyone help please?
Whenever I compile (after fixing the nwscript, (non-US version)), it say's "unable to open input file" and then the location of my script. I've tried 3 different locations to save to.
can anyone help please? |
DarthKyon From: (Arizona) Joined: July 18th, 2007 Posts: 4 | How do I use KotorTools so I can make a helmet skin. |
MNattrass Joined: September 13th, 2006 Posts: 90 | Oh, I saved as .nns rather than .nss.
sorry |
modmeup Joined: July 24th, 2007 Posts: 53 | how do i post mods
 my beer is gone heers more |
Mindtwistah From: (Västerås) Joined: June 8th, 2007 Posts: 96 | How do I add new tutorials? Or is it even possible? |
EazyEnwa Joined: July 25th, 2007 Posts: 29 | Do they have a tutorial for recutment mods? |
Mindtwistah From: (Västerås) Joined: June 8th, 2007 Posts: 96 | No they do not. However I am working on one and I hope that it is possible to put it here. |
cheatmaster6 Joined: May 9th, 2007 Posts: 91 | Can't install tsl patcher to my pc there is no changes.ini in the folder |
cheatmaster6 Joined: May 9th, 2007 Posts: 91 | Can someone make a tutorial on editing pc character appearance choices and recruitment mods please |
maxie1994 From: (Newry) Joined: June 18th, 2007 Posts: 208 | I would like if someone would bother and would make a tutorial how to make scarrs(is this right spelling?) on one side of the head, step by step really. Jesus I couldn't make anything with these tutorials because I didn't knew where to find some files. And really I mean it it wouldn't help only me but even to the other people on this site which doesn't know how to find any of these files. |
Tulak_Hord Joined: May 13th, 2007 Posts: 406 | Just wanna know. |
Mindtwistah From: (Västerås) Joined: June 8th, 2007 Posts: 96 | Fraps is your friend.
Else:
Google is your friend. |
Hero_of_the_Jedi From: (Bunadberg) Joined: January 18th, 2007 Posts: 40 | I've been meaning to post a mod or 2 but I don't know how to get the screenshots, How do I get too take a screenshot ingame without a camera? |
Mindtwistah From: (Västerås) Joined: June 8th, 2007 Posts: 96 | If you look up one single post you'll find your answer.. |
ChaseHamill From: Joined: November 2nd, 2007 Posts: 95 | im brand new here iv become a super nerd of this site and i want to learn how to like say add some things to droid planet or put people in lost catinna {i have KOTOR 2 only} and if some 1 could give me a tuturial cause the KOTOR tool is complicated i would be sooooooo thankful |
ZekkGarEn From: (Springfield, VA) Joined: October 15th, 2007 Posts: 126 | Scripting tut is horrible  |
Lordjedi25 From: (Arizona) Joined: August 27th, 2007 Posts: 395 | Quote: SWBF Files Tutorial
this is a file on SWBF about how to mod we should have one of these here :eyebrows: |
Darth_Revan63 From: (Ione,California) Joined: August 2nd, 2007 Posts: 6 | i need help plz, when i like reskin a character or make a new item, I put it in my Overide folder and it says "files ready to be written to the cd" but it wont let me there for i cant have a little fun. Someon plz help me quickly. |
Lordjedi25 From: (Arizona) Joined: August 27th, 2007 Posts: 395 | what a about a portrait tut |
MNattrass Joined: September 13th, 2006 Posts: 90 | Please could someone explain how I use alpha channels in GIMP? I'm making a reskin of the handmaiden's dark-side transtions, and I take it that the reason she is just going light grey all over her head is something to do with alpha channels? I'm really stuck, so could someone help please?
Thanks. |
Pantherr_ From: (Sydney NSW) Joined: March 9th, 2007 Posts: 49 | Hi ppls, I have never moded b4, but would like to be able to place a container with certain items I like to start the game with in both K1 & K2. Is this difficult?, and how would I go about it? Thx |
Dogbut Joined: July 15th, 2007 Posts: 183 | i need help moddelling in gmax can someone make a tutorial that shows HOW TO MAKE A PISTOL FOR KOTOR not how to extract it |
Serathas From: (Vallentuna) Joined: August 7th, 2006 Posts: 11 | im working on a mod, i got my dialogue, but how do i set it to start the merchant script? im using tk 's conversation editor for it.. my mod is done, its just that darn merchant script needed, and some npc's i will place at the end, which won't take more than 30 minutes to do |
knowitall1o1 From: (pahrump nevada) Joined: November 9th, 2007 Posts: 15 | is there a progam to edit how your charator look/size/shape/ect |
knowitall1o1 From: (pahrump nevada) Joined: November 9th, 2007 Posts: 15 | what programs do i need to have in order to make/edit clothing and edit the personal aperance of a person on kotor2 |
knowitall1o1 From: (pahrump nevada) Joined: November 9th, 2007 Posts: 15 | [Don't even consider trying that again. It's illegal even if it isn't a scam, which I'm sure it is. -Inyri] |
knowitall1o1 From: (pahrump nevada) Joined: November 9th, 2007 Posts: 15 | i am considering buying maya for a complet overhaul of kotor 2 and a few other games. should i just buy it (look at how much it cost) because with it i will be able to make the cut seen movies i want in my mod. its a good program. but i would like to know if enyone out there knows enything about it and if they would recomend it for me or disagree. i do have the money to buy it though. and if enyone out there has used it what was you exsperince with it????????????? |
Khaoz_master From: (Rogers) Joined: February 13th, 2008 Posts: 103 | the recruit mods are taking off, and i would greatly appreciate it if anyone could make a tut on it, i had 1 a few months ago but lost the url to it   |
townsforever From: (Amercia) Joined: March 31st, 2008 Posts: 303 | this dosnt help any its harder now then it was before thanks a LOT!!!  
I dont even know why I keep trying to figure these out by re-reading them!!!
[Please avoid multiple posts in a row, especially if they're only to complain. -Inyri] |
DarthRevan243 From: (oxted) Joined: December 16th, 2007 Posts: 51 | I have started a new Team called Team Wraid.
We are working on our first mod and we need to know how to reskin new modules of the Endar Spire e.g second module being called fleet2.mod, third being called fleet3.mod and forth being called fleet4.mod.
We would like to know what we would need to name the files so they came up in game.
To join team wraid, join http://www.lucasforums.com and then go to http://www.lucasforums.com/showthread.php?t=187595 |
townsforever From: (Amercia) Joined: March 31st, 2008 Posts: 303 | where would I get a tool for skinning portraits? |
GoldenStarkiller From: Joined: June 8th, 2008 Posts: 30 | i found a calmness in this page |
JediSkywalker From: (Texas) Joined: October 17th, 2007 Posts: 5 | Am able to mod items, changing color text, copying an item to make another one identical.....still I am not the expert on modding, and I know it....
How do you make an item (for example: a sword) either upgradeable, or choose to make one non-upgradeable ? I wonder if this is hidden in the MDL and MDX area of the files.....This is one area that I have not been able to alter.....lack of training......if someone could point me in the right direction I would appreciate it.... |
townsforever From: (Amercia) Joined: March 31st, 2008 Posts: 303 | this is the kind of thing that I for one would need someone to SHOW me how to do in a video or somethin |
acrazy1one Joined: April 21st, 2008 Posts: 206 | should be a tutorial on adding feats for the PC(like wookie rage) and editing party members |
Metalheadoutcast From: (Mayer, Arizona) Joined: March 12th, 2008 Posts: 2 | What about scripting for conversations in the game?, how do you add a new line to it so you can choose it the next time your playing through the game? |
Halicarnassus Joined: November 17th, 2008 Posts: 2 | I was looking around the tutorials and none of them show you how to make a weapon, the weapon modeling tutorial only shows you how to put your stuff in kotor. I wanna know how to make stuff so I can put it in. |
Andech_Jumiss From: (Colorado) Joined: May 9th, 2007 Posts: 247 | How do you create helmets? I want one to go with and armour i made |
townsforever From: (Amercia) Joined: March 31st, 2008 Posts: 303 | I've said this before but, how do you skin portraits?!? |
revenman From: (New York) Joined: January 5th, 2009 Posts: 9 | how do i make kotor 2 mods i downloud work? |
revenman From: (New York) Joined: January 5th, 2009 Posts: 9 | becouse i gust put them in my documents. do i need a kotor tool or somthing. i dont want to make them just use the ones i downloud. |
revenman From: (New York) Joined: January 5th, 2009 Posts: 9 | plese dont tell me i need to buy somthing to make the mods work. |
Mandalor_the_Artistic From: (Chicago) Joined: March 9th, 2009 Posts: 664 | I believe GIMP is a free download.
Does anybody know how to add new heads to the PC selection screen.
Maybe mandalorian16965?
Or JedishemL?
Or anyone else who has the experience do such a thing.
I am working on adding new alien characters to the selection screen, such as A female Togruta(like Ahsoka Tano), A male Chagrian(like Darth Wyyylork from the Legacy comics), and Maybe a Nautolan(like Kit Fisto, the jedi master who force pushed C-3P0 on episode two and smiled).
As soon as I figure out how to add heads then I will be releasing this mod.
Please note that I am using KotOR II: TSL. |
Targus From: (Auckland) Joined: April 8th, 2009 Posts: 43 | Am looking for a tutorial on how to make custom weapons or amour. not just weapons already in the game with changed stats and colors which i already can do, but whole new shapes and such. if you can help then please leave a comment saying so on my spiderman mod page. |
Targus From: (Auckland) Joined: April 8th, 2009 Posts: 43 | you need to open your KOTOR TSL download folder and put the mods in the folder called override |
Targus From: (Auckland) Joined: April 8th, 2009 Posts: 43 | not download folder i mean the folder you installed KOTOR TSL to. |
Mandalor_the_Artistic From: (Chicago) Joined: March 9th, 2009 Posts: 664 | I am in need of assistance. I am using the modeling program "gmax" and without expensive programs such as 3DS max, I am unable to export my models. It would take years to save up for such a product on my allowance. Does anyone know of another program that functions like 3DS max, but is less expensive of free?
Please respond ASAP. |
Revan720 Joined: May 19th, 2009 Posts: 7 | Thanks for showing me how to make mods! : |
GoCubs Joined: June 28th, 2009 Posts: 13 | how do you put a mod on file front. |
Vader_fist From: (PA) Joined: June 21st, 2009 Posts: 45 | how do you upload a mod to the site |
Uncharted_Arnes_Fortune From: (Ypres) Joined: June 25th, 2009 Posts: 41 | i could use some help, to make a face look older can somebody help me??? |
flame23517 From: (California) Joined: August 21st, 2009 Posts: 6 | Hi im new here and i was wondering if someone could post a tutorial on making a new module using the editor in the kotor tool. |
Disl345 From: (New York) Joined: August 29th, 2009 Posts: 2 | I installed kotor tool but when i open it there arent any catergories and it's just blank. PLZZZZZZZZ Help |
holty12345 From: (Reading) Joined: August 5th, 2009 Posts: 276 | these tutorials make it seem harder im hungry time 2 have a |
holty12345 From: (Reading) Joined: August 5th, 2009 Posts: 276 | yer double post. as i said these tut make it harder but some are useful i did learn from the scripting 1 but its wise to go to holowan labs and search there they have more |
Darth_Dragonthorn From: (Cordes Lakes, Republic of Arizona) Joined: January 9th, 2009 Posts: 99 | Some tutorials helped, while others I understood less than my Oma when she starts talking to me in rapid German .
I do thank you, because now I know how to do the basics.
I am hungry and thirsty, but I am too young to have a |
Noremacv From: Joined: May 15th, 2010 Posts: 2 | So I'm somewhat interested in making a launcher (or trying to), and I'm wondering what programs I need to do it. If possible, a tutorial on how to make one would be nice, too. Thanks |
Rathas Joined: June 2nd, 2010 Posts: 45 | How would I go about making a new character using one of the PC skins? The blond male one. I wanted to voice him myself and make him a Sith Lord. I wanted him recruitable. |
Rathas Joined: June 2nd, 2010 Posts: 45 | Im planning on replacing either T3 or G0-T0 with another HK Assassin droid, I want to place my own voice files in with the mod, how would i do this? |
Darth_bryson From: (North Berwick) Joined: December 8th, 2008 Posts: 1 | I've just started this and i am not sure of how to make a new area for KOTOR 2 so can someone Help me out PLEASE!!!!!!!! |
duducukier From: (Florida) Joined: October 29th, 2008 Posts: 39 | Will There Be a Force Power Making Tutorial? |
masterRVTheBeast From: Joined: October 9th, 2010 Posts: 1 | sorry mod masters of the world i am trying to make my items more apealing now i have made them but there are afew things i still need help with.wicth include(but sadily are not limited to...#1i need steps to put items in placeabls and existing contaners(i for some earr can not use lucasfourms at all and i have no idea why)can some one put up a tutrial
also it would help more on textureing. and if some one can come forword with a anyspell mod for mod add force powers. sorry to ask so much but i want to leave my mark just haveing truble geting all the intsrutions so in short
HHHHHHHHHHHHHEEEEEEEEEEEELLLLLLLLLPPPPPPPPPPPPPPP |
Turkeysub From: Joined: September 24th, 2010 Posts: 4 | Can some one come up with a galaxy map tutorial for KotOR 1? I have made heaps of modules for this planet I plan to integrate into my KotOR, and I CAN'T FLY THERE! Any help would be appreciated. |
dorkjedi94 From: (Lachute, Quebec) Joined: November 13th, 2010 Posts: 17 | I want to create my OWN Darth Vader Armor,
Wich armor is the best to start with ?
(I need the name and the UTI code (example ''a_heavy_05''))
For a very beginner like me, it is important to seek opinion
of most skilled modders. |
darthvader12356820 From: (Connecticut) Joined: January 21st, 2011 Posts: 20 | I need help on skinning can someone tell me how to skin? if you can help me thx |
darthvader12356820 From: (Connecticut) Joined: January 21st, 2011 Posts: 20 | How do you make a Darth Vader armor? plz email me here for a answer chris.freyberg@gmail.com |
Darth_Omnis From: (Why do you want to know?...creeper) Joined: June 26th, 2006 Posts: 162 | I am wanting to create a quest in reguards to "Modded Workbenches" (something like that) but IDK how to get a workbench and place it into different modules (there would be multiple in different areas) |
davvi36 From: Joined: February 2nd, 2011 Posts: 12 | yeah. I would also like an item placement tutorial. that would be cool if someone could make one |
darthvader12356820 From: (Connecticut) Joined: January 21st, 2011 Posts: 20 | When you make a mod a robe like Example a Sith Assasin Robe How do you make an Icon for it Like A picture of Darth Nihilus or Darth Vader? I mean how Do you get the icon to work for YOUR mod? Pls answer back |
Commander_Starforge From: (Voss) Joined: July 7th, 2011 Posts: 2 | Veteran Commander Starforge here.
Excuse me... I have some problems using the item you helped me create. I did exactly the same things you told me to but when I try to get onto my save (using save_edit) the item's name is marked with red and is registered as Badref or something like that. I do not know if this has something to do with storing it in the override section as a .uti file. Please answer me, I am currently working on a small mod so I could kinda need some assistance. Please help me.
Veteran Commander Starforge out. |
Sijko Joined: August 23rd, 2011 Posts: 1 | Hello. What file/s should I change if I want to change the number and the frequency of enemy appearances in KOTOR 1 // 2? |
When posting comments, you must follow these rules:- No "Yay I got First Post!" posts, no exceptions and no matter what other content the post has!
- No Pornographic Material. Any sexually oriented imagery or links to such content will not be tolerated.
- No Warez or Illegal Software. This includes linking to software, posting about it, and suggesting to get it.
- No Cursing or Swear words. We encourage you to use our comment sections as a forum to debate files, news, etc., but please use proper adjectives to express yourself. We will not tolerate abuse upon another member or author.
- No Attacks / Retaliation of any kind against a member, or group of members.
- Please do not advertise for other sites or forums here.
- Maximum of 3 smileys per regular member.
The high interactivity of this site should be considered a luxury, not a right. If you cannot follow these simple rules, you can and will be warned or banned from the comments, site or the entire network for any period of time. Now enjoy yourself and behave!
|