i got HALF of the studio editor

Talk about anything that has to do with the Game.
Post Reply
{Ars}dragonfly
Clan Leader
Clan Leader
Posts: 38
Joined: Wed Sep 01, 2010 1:18 am
Contact:

i got HALF of the studio editor

Post by {Ars}dragonfly »

---thank u iniesta because u told me how to get freelook camera
lol well it is very easy
first get a hex editor ,then open shell.x and search for buildtype ,then change the != after them into ==
like this

Code: Select all


#include "if_shell_templates.cfg"
#include "if_shell_campaign_boot.cfg"
#include "if_shell_campaign_story.cfg"
#include "if_shell_campaign_greatbattles.cfg"
#include "if_shell_options.cfg"
#include "if_shell_mp.cfg"
#include "if_shell_quit.cfg"
#include "if_shell_load.cfg"

if ("sys.buildtype", "==", "release")
{
  Exec("if_shell_missionlist.cfg");
}

ConfigureInterface()
{
  DefineControlType("Shell::MainButton", "Button")
  {
    Size(80, 80);
    Geometry("Bottom");
    Style("!DropShadow", "SelectWhenDown", "!VGradient");
    Region(8)

Code: Select all

 OnEvent("Button::Notify::Pressed")
    {
      ActivateScroll("|Shell::Quit", "Right", 0.2);
      DeactivateScroll("<", "Bottom", 0.2);
      Sound("Custom::Scroll::Out");
    }
  }
......
  //
  // Debugging only
  //
  if ("sys.buildtype", "==", "release")
  {
    CreateControl("Development", "Static")
    {
      Geometry("Right");
      Size(100, 30);

......
save it
that's it
but when u click on the studio button there won't be anything
so i just got HALF of the studio editor
who can tell me why ?
Image
i am from china so maybe u can't see the photo
:D
{Ars}dragonfly
Clan Leader
Clan Leader
Posts: 38
Joined: Wed Sep 01, 2010 1:18 am
Contact:

Re: i got HALF of the studio editor

Post by {Ars}dragonfly »

Code: Select all

OnEvent("Button::Notify::Pressed")
    {
      ActivateScroll("|Shell::Quit", "Right", 0.2);
      DeactivateScroll("<", "Bottom", 0.2);
      Sound("Custom::Scroll::Out");
    }
  }

  //
  // Debugging only
  //
  [color=#00BFFF]if ("sys.buildtype", "[color=#008000]=="[/color], "release")[/color]  {
    CreateControl("Development", "Static")
    {
      Geometry("Right");
      Size(100, 30);

{Ars}dragonfly
Clan Leader
Clan Leader
Posts: 38
Joined: Wed Sep 01, 2010 1:18 am
Contact:

Re: i got HALF of the studio editor

Post by {Ars}dragonfly »

Code: Select all

OnEvent("Button::Notify::Pressed")
    {
      ActivateScroll("|Shell::Quit", "Right", 0.2);
      DeactivateScroll("<", "Bottom", 0.2);
      Sound("Custom::Scroll::Out");
    }
  }

  //
  // Debugging only
  //
  if ("sys.buildtype", "==", "release")
  {
    CreateControl("Development", "Static")
    {
      Geometry("Right");
      Size(100, 30);

{Ars}dragonfly
Clan Leader
Clan Leader
Posts: 38
Joined: Wed Sep 01, 2010 1:18 am
Contact:

Re: i got HALF of the studio editor

Post by {Ars}dragonfly »

sorry that is the right one
User avatar
{EMC}Methuselah96
Programmer
Programmer
Posts: 723
Joined: Sat May 08, 2010 3:22 pm
Location: Philadelphia, PA, United States
Contact:

Re: i got HALF of the studio editor

Post by {EMC}Methuselah96 »

everybody knows about that half
its impossible to get the other half
Image
Landeros
Half Track
Half Track
Posts: 50
Joined: Sun Aug 29, 2010 10:26 am

Re: i got HALF of the studio editor

Post by Landeros »

Indeed :D
Image
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests