Jump to content

Yellowberry's Lego Worlds Discoveries


Yellowberry
 Share

Recommended Posts

Yellowberry

So I found this while looking at the files in the SCRIPTS folder.

  .=============.
 / (_) (_) (_) /|
/-===========-/ |
|             |/
'-===========-'

Also, I found a few more things. It appears there is a slushy model in the items, but it's totally unused. I haven't tried this yet, but this should work if you add it to CHARS\ITEMS_TXT\MISC.TXT:

item_type "Slushy"
{
	scn "Items\Friends\41094\"
	obj "SLUSHY"
	icon ""
	name "SLUSHY"
	
	hold_locator
	{
		locator	"right_hand"
		maya_offset 0 0 0 
		maya_rot 0 0 0 
		scale 1
	}	

	can_combat_roll
	//cannot_manual_put_away
	ItemAbility Always "ItemCanBeCollected"
	max_ammo -1
}

One other thing I noticed is that the custom character, when inserted as a model, doesn't do anything. To combat that, add this line in CHARS\MINIFIG\CUSTOM\CUSTOM_TEMPLATE.TXT:

Ability "GenericAmbientCharacter"

That seemed to fix it. That's all. I will post more later.

Edited by Yellowberry
Added more content, post was too small and useless.
Link to comment
Share on other sites

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.