Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: SimDing0™
« on: December 14, 2006, 04:32:24 PM »

That's one of his scripts, not his death variable.
Posted by: pro5
« on: December 03, 2006, 08:14:21 PM »

This component changes the DV on KAYL2.CRE from "kayl2" to "D0KAYL", but his original one is used in 2 game files:

Code: [Select]
COPY_EXISTING ~CUT11A.BCS~ ~override~
  DECOMPILE_BCS_TO_BAF
  REPLACE_TEXTUALLY CASE_INSENSITIVE ~"kayl2"~ ~"D0KAYL"~
  COMPILE_BAF_TO_BCS
BUT_ONLY_IF_IT_CHANGES

COPY_EXISTING ~ANOMENJ.DLG~ ~override~
  DECOMPILE_DLG_TO_D
  REPLACE_TEXTUALLY CASE_INSENSITIVE ~"kayl2"~ ~"D0KAYL"~
  COMPILE_D_TO_DLG
BUT_ONLY_IF_IT_CHANGES