Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
3 registered members (AndrewAMD, The_Judge, Grant), 898 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
[SOLVED] startup window hide engine text #457057
12/22/15 15:02
12/22/15 15:02
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline OP
Serious User
Reconnoiter  Offline OP
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Hello,

I have made a custom custom startup window (/wdl) for my game, but I want to hide the black text it shows (saying stuff like mouse found, version of gamestudio etc.).
How to do this?

ps: I have the pro version

-edit, Solution; this code effects the engine messages (if you dont want these message remove the line)
TEXT_STDOUT "Arial",RGB(0,0,0),10,10,460,280;

Last edited by Reconnoiter; 12/24/15 13:23.
Re: startup window hide engine text [Re: Reconnoiter] #457069
12/23/15 00:44
12/23/15 00:44

M
Malice
Unregistered
Malice
Unregistered
M



Quote:
ps: I have the pro version

As it is pointless to try and change the start screen without pro, I'd hope so...

lol thanks

Re: startup window hide engine text [Re: ] #457076
12/23/15 11:28
12/23/15 11:28
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline OP
Serious User
Reconnoiter  Offline OP
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
I just wanted to point out how cool I am grin

But seriously, is there atleast a way to remove the conitec and a8 lines and to recolor it?

Re: startup window hide engine text [Re: Reconnoiter] #457086
12/23/15 22:35
12/23/15 22:35
Joined: Jan 2006
Posts: 968
EpsiloN Offline
User
EpsiloN  Offline
User

Joined: Jan 2006
Posts: 968
Have you tried this in "WINDOW WINSTART" (Manual):
Quote:
MODE style;
The window mode (always required within the WINDOW definition) . Style can be either STANDARD, IMAGE, FULLSCREEN, or USE_OLDSTYLE.

And:
Quote:
PICTURE <filename>, OPAQUE, x, y;
Places a picture from the image file at the given xy position.

Here's a link:
WINSTART

I hope this helps laugh


Extensive Multiplayer tutorial:
http://mesetts.com/index.php?page=201
Re: startup window hide engine text [Re: EpsiloN] #457092
12/24/15 13:24
12/24/15 13:24
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline OP
Serious User
Reconnoiter  Offline OP
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Hi this is the line that effects it: TEXT_STDOUT "Arial",RGB(0,0,0),10,10,460,280;
Either remove it or change it.

Overlooked it at first blush , anyway thanks for the replies


Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1