Jump to content

Angercraft

Premium Member
  • Posts

    3
  • Joined

  • Last visited

Nexus Mods Profile

About Angercraft

Profile Fields

  • Country
    Denmark

Angercraft's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I would like some advice on how i would be able to move preloaded furniture (etc. furniture already in the game) as the MoveTo and SetPos apparently is incapable of such tasks... I haven't got any documentation on weather or not SetAngle works, but as of right now it behaves in the same way as SetPos. However i do know my script partially works, as the items i have placed myself seem to move with the functions given. The two items which actually moves are: BUILDDesTVRef01 and BUILDTelephone01Ref01. I will post my script to show you what i mean. scn BUILDControllerScript short button long CapAmount Begin OnActivate if getstage BUILDHotelQuest >= 20 Set CapAmount to BUILDHotelSafe00Ref.GetItemCount Caps001 ShowMessage BUILDControllerMessage else ShowMessage BUILDNope endif end Begin MenuMode Set button to GetButtonPressed if button == 0 CivillianCrazedAddict01.disable CivillianCrazedAddict01.MarkForDelete BUILDMannequin05Ref.disable ;Item Relocating Room01 BUILDShelvesMetalR01Ref01.SetPos X 2889.9937 BUILDShelvesMetalR01Ref01.SetPos Y 858.1376 BUILDShelvesMetalR01Ref01.SetPos Z 10130.3115 BUILDShelvesMetalR01Ref01.SetAngle X 0 BUILDShelvesMetalR01Ref01.SetAngle Y 0 BUILDShelvesMetalR01Ref01.SetAngle Z 0 BUILDDesTVRef01.SetPos X 2609.2031 BUILDDesTVRef01.SetPos Y 592.2155 BUILDDesTVRef01.SetPos Z 10150.6650 BUILDDesTVRef01.SetAngle X 0 BUILDDesTVRef01.SetAngle Y 0 BUILDDesTVRef01.SetAngle Z -80.2138 BUILDTelephone01Ref01.SetPos X 2743.1882 BUILDTelephone01Ref01.SetPos Y 858.1649 BUILDTelephone01Ref01.SetPos Z 10188.1719 BUILDTelephone01Ref01.SetAngle X 0 BUILDTelephone01Ref01.SetAngle Y 0 BUILDTelephone01Ref01.SetAngle Z 293.0000 BUILDSubSingleBed01DirtyLRef01.SetPos X 2963.5425 BUILDSubSingleBed01DirtyLRef01.SetPos Y 575.0027 BUILDSubSingleBed01DirtyLRef01.SetPos Z 10112.0000 BUILDSubSingleBed01DirtyLRef01.SetAngle Z 90 BUILDPillow01Ref01.SetPos X 3014.3042 BUILDPillow01Ref01.SetPos Y 575.0104 BUILDPillow01Ref01.SetPos Z 10148.8477 BUILDPillow01Ref01.SetAngle X 0 BUILDPillow01Ref01.SetAngle Y 0 BUILDPillow01Ref01.SetAngle Z 90 BUILDSubEndtableDirty01Ref01.SetPos X 3014.3042 BUILDSubEndtableDirty01Ref01.SetPos Y 504.6236 BUILDSubEndtableDirty01Ref01.SetPos Z 10148.8477 BUILDSubEndtableDirty01Ref01.SetAngle X 0 BUILDSubEndtableDirty01Ref01.SetAngle Y 0 BUILDSubEndtableDirty01Ref01.SetAngle Z 90 ;Item Relocating Room01 Ends ;Item Relocating Room02 ;Item Relocating Room02 Ends ;Item Relocationg Room03 BUILDRubberFloortMatSml01Ref01.SetPos X 2983 BUILDRubberFloortMatSml01Ref01.SetPos Y 701 BUILDRubberFloortMatSml01Ref01.SetPos Z 10112 BUILDRubberFloortMatSml01Ref01.SetAngle X 0 BUILDRubberFloortMatSml01Ref01.SetAngle Y 0 BUILDRubberFloortMatSml01Ref01.SetAngle Z 0 BUILDRubberFloortMatSml01Ref02.SetPos X 2983 BUILDRubberFloortMatSml01Ref02.SetPos Y 770 BUILDRubberFloortMatSml01Ref02.SetPos Z 10112 BUILDRubberFloortMatSml01Ref02.SetAngle X 0 BUILDRubberFloortMatSml01Ref02.SetAngle Y 0 BUILDRubberFloortMatSml01Ref02.SetAngle Z 0 BUILDSubSingleBed01DirtyLRef04.SetPos X 2963.5425 BUILDSubSingleBed01DirtyLRef04.SetPos Y 575.0027 BUILDSubSingleBed01DirtyLRef04.SetPos Z 10153.4326 BUILDSubSingleBed01DirtyLRef04.SetAngle Z 90 ;Item Relocating Room03 Ends Set BUILDHotelController to 1 elseif button == 1 ShowMessage BUILDStatusMessage CapAmount elseif button == 2 endif end
  2. Things like playstation and console is great for the person who doesn't like to go technical and make his own rig. I haven't got that much against consoles, i have a playstation myself wich i use whenever i just do some casual, relaxing gaming :cool: But consoles are overrated. Alot of my friends think their xbox and/or playstation is the greatest machine ever created to play games on. But their arguments for it, is for example; the controller is alot better and more realistic then the mouse and keyboard. That may be the case, but actually console controllers are supported on alot of the new games and also on many of the old ones. I personally won't buy the new Playstation 4 but i am curious about how the gaming experience is going to be on this new system :happy:
×
×
  • Create New...