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.

Some screenshots

Page: 1 of 1
 andargor
01-05-2004, 1:55 PM
#1
I've made a set of screenshots, some normal, some using scripts based on information here. I just thought I should share them, as some are wallpaper-worthy, like a sunbathing Bastila :)

They are all on http://www.andargor.com/)

The pictures using script hacks are the "Fun pictures" ones.

Enjoy!

Andargor
 Darth Post
01-05-2004, 7:05 PM
#2
Great!!!!:)
Let me guess, you are a bastila fan
 Grayfox08
01-05-2004, 11:30 PM
#3
Can someone do the following below for me and then send it to my email minitarbz@direcway.com, because I dont have a clue as to how to compile/decompile these scripts.

Thanx


try this (the forum members are my test monkeys since I don't play , too busy scripting right now!)

this should give a permanant dark revan model, but it looks goofy with him running, feet go through cape...

the default onheartbeat script

k_def_heartbt01
/*
Default heartbeat script
*/
//:: Created By: Preston Watamaniuk
//:: Copyright (c) 2002 Bioware Corp.

#include "k_inc_switch"
#include "k_inc_debug"

void main()


{

ExecuteScript("k_ai_master", OBJECT_SELF, KOTOR_DEFAULT_EVENT_ON_HEARTBEAT);

/*
object oEnemy = GetNearestCreature(CREATURE_TYPE_REPUTATION, REPUTATION_TYPE_ENEMY, OBJECT_SELF,1, CREATURE_TYPE_PERCEPTION, PERCEPTION_SEEN);

if(!GN_GetSpawnInCondition(SW_FLAG_AI_OFF))
{
if(GN_GetSpawnInCondition(SW_FLAG_AMBIENT_ANIMATIO
NS) || GN_GetSpawnInCondition(SW_FLAG_AMBIENT_ANIMATIONS_
MOBILE))
{
string sWay = "WP_" + GetTag(OBJECT_SELF) + "_01";
int nSeries = GetLocalNumber(OBJECT_SELF, WALKWAYS_SERIES_NUMBER);
if(!GetIsObjectValid(GetObjectByTag(sWay)) && nSeries <= 0)
{
if(GetCurrentAction(OBJECT_SELF) != ACTION_MOVETOPOINT)
{
if(!GN_GetIsFighting(OBJECT_SELF) && !GetIsObjectValid(oEnemy))
{
GN_PlayAmbientAnimation();
}
}
}
}
}
if(GN_GetSpawnInCondition(SW_FLAG_EVENT_ON_HEARTBE
AT))
{
SignalEvent(OBJECT_SELF, EventUserDefined(1001));

}
*/

{
object oPC = GetFirstPC();
ApplyEffectToObject(DURATION_TYPE_PERMANENT,
EffectDisguise(DISGUISE_TYPE_N_DARTHREVAN), oPC);

}
}
 Alegis
01-06-2004, 3:21 PM
#4
that bastila sunbathing screenie is great :) good job, they're nice pics
 Sam Fisher
01-06-2004, 4:36 PM
#5
Yeah, they are good screenies. :D
 Celladur
01-08-2004, 5:42 PM
#6
How did you get basty to lie down?
 Celladur
01-08-2004, 5:42 PM
#7
How did you get basty to lie down?

And how did you change the colour of her underwear?

Can you remove the underwear;)
 Celladur
01-08-2004, 5:45 PM
#8
How did you get basty to lie down?

And how did you change the colour of her underwear?

Can you remove the underwear;)
 Sam Fisher
01-08-2004, 7:27 PM
#9
He probably just stripped her, then sent her out to die:p Someone killed her! Argh..
Page: 1 of 1