Page 1 of 5

Studio button

Posted: Sat Aug 21, 2010 12:42 pm
by Gregoil
after a small examination of the shell.x file I suspect that the studio button isnt lock. it just doesnt work from some reason.
than I looked at the 4 Cmd functions that contains only the command sys.runcode inside of them.

Code: Select all

Cmd("sys.runcode shell");
Cmd("sys.runcode studio");
Cmd("sys.runcode quit");
they all are big parts of the system
critical action.
shell - activates the game (i think)
studio - unknown button, we guess it makes maps
quit - quits the game, from some reason it is not working (under cooment)

now what we need to do is discover what it is sys.runcode (looks like sys is an object and runcode is a variable inside of it but it is not logic because of the shell/studio/quit inside of it and because it inside of a quote.

if someone knows what sys.runcode stands for it will be realy easy to discover how to unlock the studio feature (it cannot be missing because then the error log will stop the game. something is blocking a small part of it that contains all the important info).

I do not know how to program in C++ (game language) and my experience in computer programing languages is very litlle (I learned JAVA in the far past) some any help in this little project will be very valuable.

tnx, Gregoil.

Re: Studio button

Posted: Sat Aug 21, 2010 1:28 pm
by {EMC}Methuselah96
good job

Re: Studio button

Posted: Sat Aug 21, 2010 3:22 pm
by Gregoil
Doesnt realy help.
I notice that in all the core file (*.x) there are many includes to configuration files I cant find. someone knows where they are?
I suspect that sys.runcode X represnt Exec("X.cfg");

Re: Studio button

Posted: Sat Aug 21, 2010 3:24 pm
by {EMC}Methuselah96
dude the .x files are just combined files
to unpack them visit my post viewtopic.php?f=10&t=578

Re: Studio button

Posted: Sat Aug 21, 2010 3:28 pm
by Gregoil
I did notice a lot of gibrish inside the .x files.
I hope to have good results soon

Re: Studio button

Posted: Sat Aug 21, 2010 7:22 pm
by ReoN
I always believed that studio button never existed , I heared alot of stories about the studio button and how 3do company tried to hide it. Anyways, I know I told you about the team, trying to hide the button so it will be a unique future for them only and not for the public.

For conclusion:(And my opinion) Studio button DOES NOT EXSIST

Re: Studio button

Posted: Sat Aug 21, 2010 8:34 pm
by [M.A.N] PottyMouth
im starting to agree... but i think its more of a big TEASE than anything. im already pulling my hair and scrapping at my scalp over trying to solve studio editor :PB :-w

Re: Studio button

Posted: Sat Aug 21, 2010 8:56 pm
by ReoN
I mean seriously why would 3do make the button if they didn't even include it?

I bet they wanted to finish working on it but decided not to.

Re: Studio button

Posted: Sat Aug 21, 2010 9:08 pm
by [M.A.N] PottyMouth
That was what the rumor stated but then again, clans such as SC and then sniper, claim they have unlock it. so i have completely gone cross eyed in what to believe about this studio editor

at the moment this is my conclusion and simile of studio editor

studio editor= meaning of life

Re: Studio button

Posted: Sun Aug 22, 2010 1:38 am
by Gregoil
studio button exsist.
there are 3 buttons
Studio,Load,Safe Load.
Load and Safe load execute the same code.
Studio have a listener to the action of clicking on the button and a code to execute but for some reason the code snt what we expect it to be.
maybe what we see it all what we have in the studio button and maybe some part of the code is blocked or under comment.