Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Anon70000

Pages: [1] 2 3 4
1
dank, those titlecards are neat, keep it up

2
User-Made Creations / Re: I Wanna Be The Another Zero
« on: April 04, 2016, 05:00:59 PM »
Kill The Kye is still a thing :^)

3
The Lounge / What happened to PD Hasi?
« on: October 25, 2015, 11:55:55 AM »
Did he died? There's something on PD player's naver but it's in Korean, hard to translate.

4
Game Design / Re: Kamilia 3 All Gird for Game Maker
« on: October 11, 2015, 06:56:41 AM »
that's how we roll in mother russia you know just girding all around

5
Gameplay & Discussion / Re: Introducing Delicious-Fruit.com!
« on: October 06, 2015, 12:20:26 AM »
since delfruit mirrors the wiki, if you remove your game there, it's gone here too - no need to remove from both.
there is a huge chunk of games that have been deleted from wiki, but still on Del-Fruit

6
The Lounge / Re: Blind RMJ Maps - Round 1
« on: October 04, 2015, 05:14:26 AM »
dayum

7
Gameplay & Discussion / Re: Introducing Delicious-Fruit.com!
« on: September 24, 2015, 12:22:50 PM »
klazen108
The Tag is gone, but if you filter games by tag "Impossible" you'll see Zorgo Needle.

8
Video Discussion / Kamilia 3 Killer
« on: September 24, 2015, 03:50:51 AM »
There is some hot stuff right here:




Sorry couldn't miss it to post here, it's hilarious

9
Gameplay & Discussion / Re: Introducing Delicious-Fruit.com!
« on: September 24, 2015, 03:37:45 AM »
There's a bug when someone tagged the game "impossible" and his review got removed, the tag is still on the game (Zorgo Needle) game proved to be possible.

10
ok, we've had conversation with Archee, the file is safe, it's just deleting the game, nothing else, .exe will close itself upon deleting the game's exe, just don't launch it separatly, author just poorly talks english, locking the topic, delete if needed

11
The guy states that
Quote
It has come to my attention that people slander my good name and a good game . SamizdatEradicationWizard.exe is not a virus at all. If you read the code , you would know that all this makes the game Delete the Save file and the file of the game, when it's done . Stop lying. It is no virus. Racism at finest. -- Пу́шкин (2015-09-16 09:08:08)
But the objFinale deletes the save already via file_delete.
Also, pretends to be russian while his russian speech is really poor or he's just trolling

12
Sorry for loud title.

okay so there is game that came up on wiki, and there is 2 .exe's
the game itself and another .exe

at the end of the game there is
Code: [Select]
execute_program(working_directory + '\SamizdatEradicationWizard.exe', parameter_string(0), false);
it'll load it into your memory, but nothing will pop up on screen, the .exe itself got strings like

Code: [Select]
CALL DWORD PTR DS:[<&KERNEL32.GetSystemTimeAsFileTime>]
CALL DWORD PTR DS:[<&KERNEL32.GetCurrentProcessId>]
CALL DWORD PTR DS:[<&KERNEL32.GetCurrentThreadId>]
CALL DWORD PTR DS:[<&KERNEL32.GetTickCount>]
It might sound like a save protection but it's actually not.

I can't determine what it is doing
If there are Assembly experts please post what the second .exe actually does

I know it might sound paranoidal, but better be cautious to this stuff

13
Programming Questions / Re: Spike Trigger Error in KS Engine
« on: September 07, 2015, 11:57:33 AM »
FATAL ERROR in
action number 1
of Other Event: Room Start
for object objTrigger:
Push :: Execution Error - Variable Get 100449.trg(100061, -2147483648)
 at gml_Object_objTrigger_StartRoomEvent_1 (line 1) - if (!persist) global.trigger[trg]=0;
Simplified: you need to initialize variables before using it, old GM had "treat uninitialized variables as 0", GM:S doesn't have that.
Problem is in objTrigger, check create event (not creation code) and type "trg=0;", it'll probably work

14
General Discussion / Re: Telegram Chat!
« on: September 06, 2015, 05:06:02 PM »
I approve this, also Kappa stickers.

15
Script:
(click to show/hide)
objShadow (Visible, not solid)
Step Event:
(click to show/hide)

Pages: [1] 2 3 4