Page 1 of 2

Need help for subtitles

Posted: Sun Mar 24, 2013 3:52 pm
by garbo
I need to find all the subtitles that are ingame (ex: "it seems to be locked", "you put on the gas mask", "you took off the ring" etc)
Does anyone knows where to find them? Are they in the source code?

Re: Need help for subtitles

Posted: Sun Mar 24, 2013 3:58 pm
by Night
I believe it has already been done:
http://scpcbgame.com/forum/viewtopic.php?f=5&t=1138

Re: Need help for subtitles

Posted: Sun Mar 24, 2013 4:01 pm
by FoxMccloud64
Night wrote:I believe it has already been done:
http://scpcbgame.com/forum/viewtopic.php?f=5&t=1138
That's for the talking subtitles, not the action ones

Re: Need help for subtitles

Posted: Sun Mar 24, 2013 4:09 pm
by juanjp600
garbo wrote:I need to find all the subtitles that are ingame (ex: "it seems to be locked", "you put on the gas mask", "you took off the ring" etc)
Does anyone knows where to find them? Are they in the source code?
I recommend using CTRL+F "Find" (sometimes CTRL+B "Buscar" in Spanish text editors) and searching for those strings.

Most of the strings are in the "Main.bb" file.

Re: Need help for subtitles

Posted: Sun Mar 24, 2013 5:21 pm
by garbo
juanjpro wrote:
garbo wrote:I need to find all the subtitles that are ingame (ex: "it seems to be locked", "you put on the gas mask", "you took off the ring" etc)
Does anyone knows where to find them? Are they in the source code?
I recommend using CTRL+F "Find" (sometimes CTRL+B "Buscar" in Spanish text editors) and searching for those strings.

Most of the strings are in the "Main.bb" file.
Thanks, I'll search for all of them and I'll post here. (Pff... there're a lot of lines on Main.bb :,( )

Re: Need help for subtitles

Posted: Sun Mar 24, 2013 8:32 pm
by The Radical Larry
How can i open source codes?
without payment or trials

Re: Need help for subtitles

Posted: Sun Mar 24, 2013 11:18 pm
by garbo
The Radical Larry wrote:How can i open source codes?
without payment or trials
notepad ++, it's free I think

Re: Need help for subtitles

Posted: Mon Mar 25, 2013 2:34 am
by Destructoid
Regular notepad (Win7) works for me.

Re: Need help for subtitles

Posted: Mon Mar 25, 2013 9:21 pm
by The Radical Larry
I ment .bb , .b3d , .x , ect.

Re: Need help for subtitles

Posted: Mon Mar 25, 2013 9:32 pm
by Destructoid
.b3d and .x are 3D model files. .bb can be opened with notepad. You can see .b3d and .x with a .b3d viewer from the web.