Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.
 

cry_of_paine

Latest Activity

My hard drive crapped out on my a month ago, and of all the mods that I lost, this was the one I was most upset about. Glad I was able to find it again. :) I ended up tweaking it just a little. My Jedi version is called "Claws of the Wolverine&q...  [Read More]
You're a (virtual) literal lifesaver. Mission thanks you. :D...  [Read More]
Stupid hard drive died on me. Could I please get a copy of the Shores of Death and Temple of Evil? Thank you....  [Read More]
Posted in: game crashing
 cry_of_paine
12-04-2005, 7:53 PM
#3
It would help to know the specifics of your system. CPU, mem, video card, windows version, etc. Also, what's running in the background, what mods (if any) you're using, stuff like that. Also, have you been able to play it in the past, or is this the...  [Read More]
Posted in: game crashing
 cry_of_paine
12-05-2005, 8:31 PM
#15
When you're talking about a solution like the one The Doctor mentioned, those can give clues to a solution (lower your graphics settings), but shouldn't be taken as a specific solution unless you have the exact same hardware. Most games use DirectX...  [Read More]
Posted in: Keeps shutting down
 cry_of_paine
11-19-2005, 5:29 AM
#22
I had the same problem with mine. It's an AMD Athelon 64 x2. Found this site (http://www.tweakguides.com/SWB2_1.html) though, and since doing what it said I've been able to play for the past 4 hours. With sound and everything, although I did turn the...  [Read More]
Posted in: NSSEditor v1.0 -- Script Editor
 cry_of_paine
10-18-2005, 12:13 AM
#6
This will definately makes things easier. I love one stop shopping. If I could start a wishlist for future versions, how tough would it be to pull functions and variable names from the main nwscript file? Something like a dropdown box that lists all...  [Read More]
Posted in: lesbian bastila + gay carth
 cry_of_paine
10-17-2005, 10:35 PM
#9
That's a little excessive, and could mess up other parts of the game. I prefer the KISS philosophy (kiss, romance, get it :lol:). Anyway, here's what to do: Make a text file called k_con_ismale.nss and put this in it: int StartingConditional() { i...  [Read More]
Posted in: lesbian bastila + gay carth
 cry_of_paine
10-17-2005, 2:58 AM
#4
Actually, it has been done before. And "why not?" isn't as dismissable a question as it seems. In fact, there is an in game same sex romance already. Not a mod. Juhani is actually a lesbian. Whatever floats your boat. This isn't the appropr...  [Read More]
Posted in: Darkside Transitions
 cry_of_paine
10-17-2005, 2:11 AM
#2
Absolutely. Do a search on pcgamemods.com for skins. You'll find a ton of them. Of course, I find it's easier to just make my own. The odds of finding something out there that matches your personal taste are about that of hitting the lottery. Which...  [Read More]
Posted in: Which mod should I use?
 cry_of_paine
10-16-2005, 1:42 AM
#7
Unfortunately there aren't a lot of mods like what you're looking for. They take a lot of time and effort, and you're limited in what you can do. I read the description for the Holowan mod, and while impressive, there's only one component that sounds...  [Read More]
Posted in: Double wristed lightsaber, possible?
 cry_of_paine
07-01-2007, 5:57 PM
#64
This is KOTOR 1 compatable, right? Because every time I try and equip it, the game crashes. Any ideas why that might be? I love the design, and was really looking forward to trying it out. Thanks...  [Read More]
Posted in: [KOTOR1] Juhani's Romance Plot
 cry_of_paine
08-25-2005, 2:48 AM
#3
That doesn't always work (at least, when I tried to do the same to Bastila, it was a HUGE mess). Easier way, check out the code for this thread. (http://www.lucasforums.com/showthread.php?t=121416&page=2) Wherever you see "male" (in...  [Read More]
Posted in: Excel Add-In to Read/Write 2da files v1.6
 cry_of_paine
08-20-2005, 1:31 AM
#35
This is exactly what I was looking for. I did have to make one slight fix though. I put the routine into my personal.xls file, so that it's always available. So then the "ThisWorkbook" that you used to write the file gave me errors. I just...  [Read More]
Posted in: A guide to "new area" creation
 cry_of_paine
09-04-2005, 4:23 AM
#66
If you've saved when you've already been to that module, and don't want to have to, for example, replay the entire level, you can follow the instructions in this thread. (http://www.lucasforums.com/showthread.php?t=150955) In the save file, look for...  [Read More]
Posted in: Kotor Tool - v1.0.2210.16738 (2006-1-19 12:38)
 cry_of_paine
06-07-2006, 9:32 PM
#1838
All of the errors I'm seeing when I google this error show up as .NET issues. I've seen the same thing (with a slightly different number) when I try to run a custom app at work on a computer without .NET. To verify, check Add/Remove Programs in you...  [Read More]
Posted in: Question about romance mod ..
 cry_of_paine
09-07-2005, 9:00 PM
#53
Is that all? I could tell that it was doing that much, but I couldn't tell what it was doing with all the movs and stuff. If that's all it's doing then, there shouldn't be any problems. If you get to the point of the kiss, DO NOT talk to Bastila, E...  [Read More]
Posted in: Question about romance mod ..
 cry_of_paine
09-07-2005, 12:20 AM
#51
That's a bit tougher. There are two scripts that the dialog refers to: k_punk_bastrom and k_punk_bastromn. Unfortunately, those are both compiled, so I don't know what they're supposed to do. The way I see it, there's two options. First, see if som...  [Read More]
Posted in: Question about romance mod ..
 cry_of_paine
08-22-2005, 9:12 PM
#48
First, go to your override folder, and make a new text file, and name it k_con_ismale.nss Then, copy and past this into that new file. #include "k_inc_debug" int StartingConditional() { int iGender = GetGender(GetFirstPC()); if ((GetTag(...  [Read More]
Posted in: Question about romance mod ..
 cry_of_paine
08-16-2005, 11:11 PM
#45
Apparently I don't know what OBJECT_SELF is then. I thought it meant the PC. That explains a few problems I'm having elsewhere. So what does the OBJECT_SELF reference? Specificly, since this was called from a dialog, how do you know which speaker thi...  [Read More]
Posted in: Question about romance mod ..
 cry_of_paine
08-16-2005, 2:09 AM
#43
I have a script that works as a workaround. It involves changing the save file to GENDER_BOTH though, and so that doesn't seem like a very elegant solution. Basically what I'd like to do is rewrite the IsMale script to check and see who called it. If...  [Read More]