0

[GCG] ILIPSMW and SMG:ABSA


Remember these screenies? They are the only ever released screenies of my game It's like I'm playing Super Mario World. Well, and it will stay like this. I accidentally deleted the game and thus this game is canceled D:



Well, but there are also some good news. I learned a lot about making engines and want to put this experience into something. Thus, I will completly remake Super Mario Galaxy: A Blue Star Adventure with a new engine... and... ZOMG WALKING!!!!111oneoneeleven

What? You want a little video? Well, I just got walking done, but have fun watching.



i NOW DOING: SMG: ABSA
NOW PLAYING: SA:DX still. Big's stages suck bawlz D:
RANDOM THOUGHT OF THE DAY:
Maybe I'll put some elements of ILIPSMW in SMG:ABSA...
0

Sometimes, school's awesome.

Sorry about yesterday's post-less-ness - could go on the PC only for a hour and didn'T have enough time to come up with an idea. Then my mother forced me off my PC, thus creating a 4-hour-downtime of posting at Runouw.com :O

We have an awesome tradition in school. Every June, the last class - which leaves next year - does the so called "Abi-Scherz". They can do anything they want to keep the teachers from making lessons. Make them join a contest on who has the best writing, jailing them in the toilet... well, the only problem is, you gotta entertain the ones who don't have lessons now. Jsut playing music is not good, as they did this year. It epicly failed, like 80% of the pupils were inside and played DS, did homework or wuteva.

But then it became even more crappy. The big boss decided the normal lessons continue - usally we could go home after the "Abi-Scherz". Everyone went like "F*** IT ANDK HSDAIOfhSAIO".

But what they didn't know, the teachers weren't prepared for this. So we were playing Super Mario War, watchig the World Cup and more (dude, North Korea did get pwned quite epic).

Yeah, school is awesome. Sometimes. I'll still celebrate when school's over. And I hope the "Abi-Scherz" of our class is better.

i LISTENING TO: Walkie Talkie man - Jason Paige
NOW DOING: Coding.
NOW PLAYING: SADX.
RANDOM THOUGHT OF THE DAY:
if ($script_works == false) { brain_explode(); }
1

Of coding and phpBB

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

$sql_data[TOPICS_TABLE]['sql'] = array(
'forum_id' => ($topic_type == POST_GLOBAL) ? 0 : $data['forum_id'],
'icon_id' => $data['icon_id'],
'topic_approved' => (!$post_approval) ? 0 : $data['topic_approved'],
'topic_title' => $subject,
'topic_subtitle' => $data['topic_subtitle'],
'topic_first_poster_name' => $username,
'topic_type' => $topic_type,
'topic_time_limit' => ($topic_type == POST_STICKY || $topic_type == POST_ANNOUNCE) ? ($data['topic_time_limit'] * 86400) : 0,
'poll_title' => (isset($poll['poll_options'])) ? $poll['poll_title'] : '',
'poll_start' => (isset($poll['poll_options'])) ? (($poll['poll_start']) ? $poll['poll_start'] : $current_time) : 0,
'poll_max_options' => (isset($poll['poll_options'])) ? $poll['poll_max_options'] : 1,
'poll_length' => (isset($poll['poll_options'])) ? ($poll['poll_length'] * 86400) : 0,
'poll_vote_change' => (isset($poll['poll_vote_change'])) ? $poll['poll_vote_change'] : 0,

'topic_attachment' => (!empty($data['attachment_data'])) ? 1 : (isset($data['topic_attachment']) ? $data['topic_attachment'] : 0),
);


$sql = 'INSERT INTO ' . TOPICS_TABLE . ' ' .
$db->sql_build_array('INSERT', $sql_data[TOPICS_TABLE]['sql']);
$db->sql_query($sql);


EVERYTHING IS RIGHT SO WHY DON'T YOU WORK ALREADY DAMN YOU


Well, should cool down. That's what happens if you screw around with the forum systems of others. But if someone happens to know how this works, tell me. PLEEEASSE.

But eh, I got the perfect things to not destroy my PC when I'm raging. SMG2 is 100%ed (though the last star made me almost destroy my Wii, then I coded again), Sonic Adventure DX and Bomberman 2. Though I'm stuck in both of the latter games.
In SADX I wonder where Knuckles should move his red a**, and Bomberman 2 is... well, Bomberman. But I bet later I will find out how it works and I will facepalm me so hard my nose breaks.

Also,
if ($post_data['topic_type'] != POST_GLOBAL)
{
$sql = 'SELECT topic_type, forum_id
FROM ' . TOPICS_TABLE . "
WHERE topic_id = $topic_id";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$db->sql_freeresult($result);

if ($row && !$row['forum_id'] && $row['topic_type'] == POST_GLOBAL)
{
$to_forum_id = request_var('to_forum_id', 0);

if ($to_forum_id)
{
$sql = 'SELECT forum_type
FROM ' . FORUMS_TABLE . '
WHERE forum_id = ' . $to_forum_id;
$result = $db->sql_query($sql);
$forum_type = (int) $db->sql_fetchfield('forum_type');
$db->sql_freeresult($result);

if ($forum_type != FORUM_POST || !$auth->acl_get('f_post', $to_forum_id))
{
$to_forum_id = 0;
}
}

if (!$to_forum_id)
{
include_once($phpbb_root_path . 'includes/functions_admin.' . $phpEx);

$template->assign_vars(array(
'S_FORUM_SELECT' => make_forum_select(false, false, false, true, true, true),
'S_UNGLOBALISE' => true)
);

$submit = false;
$refresh = true;
}
else
{
if (!$auth->acl_get('f_post', $to_forum_id))
{
// This will only be triggered if the user tried to trick the forum.
trigger_error('NOT_AUTHORISED');
}

$forum_id = $to_forum_id;
}
}
}


Did your brain explode now? Yes? Alright, my job is done.

i NOW DOING: Coding
NOW PLAYING: Sonic Adventure DX
RANDOM THOUGHT OF THE DAY:
Italy epicly sucks at World Cup. Did they stop doping or what?
 
Copyright © Suyo's Cat Blog