Kuribo64
Views: 20,052,938 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
04-25-24 12:51 PM
Guest:

0 users reading Kuribo64 Town Square | 4 bots

Main - General Chat - Kuribo64 Town Square Hide post layouts | New reply

Pages: 1 2 3 4 5 ... 311 312 313 314 315 316 317 318 319 ... 536 537 538 539 540
salty
Posted on 09-16-16 10:10 PM Link | #77489
trying to charge my laptop late at night

checks back and only 50%

someone unplugged it

fucking great

____________________
discord: salty#1212
twitter
photobucke­t ;)

MusiMasta
Posted on 09-16-16 10:47 PM Link | #77491
Especially it would be worse here as all the classes use laptops here without them you can't participate in class...

____________________
MusiMasta - YouTube Channel Currently 374 subs! Help support me by subscribing! Thanks! :)
Featured Videos: I PLAY POKEMON GO EVERYDAY IN 300,000 NOTES
Pokémon Theme Song 260K Notes Remix


Arisotura
Posted on 09-17-16 05:15 PM (rev. 3 of 09-17-16 10:05 PM) Link | #77527
[thumbnail]

this was my NSMBDS hack project back in 2008.

last change dated 10 Sep 2008. the project was lost to NSMBe-induced corruption (it was crap back then).

it wasn't entirely lost, though.

I was able to restore the level header. the bgdat was corrupted too so I swapped it for the one found in another, two-day older ROM that had been used to test various things.

the result is what you see above.


not continuing though. I have no interest in making a NSMBDS hack, and what is shown above is bad level design-- you can get stuck if you let the mini mushroom fall.


my failures page said:

Nothing remains of that project, aside from vague memories of what the beginning of 1-1 looked like. This was the first time I attempted a ROM hack project, and probably the last, given my (lack of) originality.

well, glad to have proven it wrong :P

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

Marionumber1
Posted on 09-17-16 09:54 PM Link | #77552
I just finished playing MITRE CTF, a cybersecurity competition that ran this weekend. My team, Darkside, was the top high school team and 2nd place overall. One of our best performances in a CTF yet, though the more prominent CSAW CTF also happening this weekend is partially responsible for that.

Arisotura
Posted on 09-17-16 10:08 PM Link | #77553
eh, good job :P


maybe you'll be one of tomorrow's top haxors at this point :P

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

iApplepet
Posted on 09-17-16 10:27 PM Link | #77554
Posted by StapleButter
So yeah, talk about whatever here. Don't make it too spammy though.


I'm happy about this board. 10 users online within hours of its launch. The old board never ever got more than 5.


(sorry bout before) Can you upload a compiled version of the newest source code, or make a tutorial on how to do it?

Arisotura
Posted on 09-17-16 10:31 PM Link | #77555
This isn't the best place to make this kind of request. Look in the 3DS hacking forum.

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

Isaac
Posted on 09-19-16 02:23 AM (rev. 2 of 09-19-16 02:24 AM) Link | #77619
so, why is Rvlution down (again)?
or in maintenance mode?
e

Green Toad
Posted on 09-19-16 03:15 AM Link | #77622
It's been in "maintenance" for around a week(?) now. No-one knows why, or if it's coming back. But...it could just be standard maintenance.

____________________
Ice Mario/Luigi Ice Outfit - SMG1&2 Model Hack

MusiMasta
Posted on 09-19-16 07:49 AM Link | #77628
Well, we already know a bit about what happened at RVLution, as said in this post. Mlst likely, even if it comes back, it'll be an archive, considering the misery of the board.

____________________
MusiMasta - YouTube Channel Currently 374 subs! Help support me by subscribing! Thanks! :)
Featured Videos: I PLAY POKEMON GO EVERYDAY IN 300,000 NOTES
Pokémon Theme Song 260K Notes Remix


Isaac
Posted on 09-20-16 01:44 AM Link | #77655
oh, anyway.
I've been learning HTML now..
I just have stumbled on a problem.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Untitled</title>
<link rel=stylesheet type="text/css" href="css/Helloworld.css">
</head>
<body>
<h1>Hello World! This is my first HTML!</h1>

</body>
</html>

And the CSS file:
H1 {text-align:left; color:black; font: normal 40pt "Arial Black"}

anyone have any solutions?
e

SunakazeKun
Posted on 09-20-16 04:51 AM (rev. 3 of 09-20-16 04:32 PM) Link | #77658
You forgot some quotation marks and you have to change H1 to h1 in the CSS file:
<link rel="stylesheet" type="text/css" href="css/Helloworld.css">

h1 {text-align:left; color:black; font: normal 40pt "Arial Black"}




Youtube | Github | Neo Mario Galaxy | Super Mario Galaxy & Super Mario 3D Land Modding


Green Toad
Posted on 09-20-16 04:58 AM Link | #77659
SunakazeKun, the text of your posts is completely invisible, at least to me.

____________________
Ice Mario/Luigi Ice Outfit - SMG1&2 Model Hack

Arisotura
Posted on 09-20-16 09:38 AM Link | #77662
Posted by GamesWithIsaac
oh, anyway.
I've been learning HTML now..
I just have stumbled on a problem.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Untitled</title>
<link rel=stylesheet type="text/css" href="css/Helloworld.css">
</head>
<body>
<h1>Hello World! This is my first HTML!</h1>

</body>
</html>

And the CSS file:
H1 {text-align:left; color:black; font: normal 40pt "Arial Black"}

anyone have any solutions?

yeah, throwing code at us without even explaining what your problem is, sure is going to work

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

shibboleet
Posted on 09-20-16 04:16 PM Link | #77668
what's with that doctype, just do !doctype html :\

____________________
a

Isaac
Posted on 09-20-16 11:14 PM Link | #77680
thanks for helping but nothing worked, but what did work is this:

<!DOCTYPE HTML>

<html>
<head>
<title>Hello World!</title>
<style type="text/css">
<!--
H1 {text-align:left; color:black; font: normal 40pt "Arial Black"
-->
</style>
</head>
<body>
<h1>Hello World! This is my first HTML!</h1>

</body>
</html>

anyway, Staple you wanted to know why I did this? No reason really I'm just learning HTML and more CSS to build websites.
e

Arisotura
Posted on 09-20-16 11:21 PM (rev. 2 of 09-20-16 11:22 PM) Link | #77681
no. I wanted to know WHAT YOUR ACTUAL PROBLEM WAS.


bleh.


also, blarg. the code tag fucks up HTML comments.

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

Isaac
Posted on 09-20-16 11:28 PM Link | #77683
Oh, derp.

Yeah my problem was that the CSS file
H1 {text-align:left; color:black; font: normal 40pt "Arial Black"}

when injected into the HTML file:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Untitled</title>
<link rel=stylesheet type="text/css" href="css/Helloworld.css">
</head>
<body>
<h1>Hello World! This is my first HTML!</h1>

</body>
</html>
Wouldnt make the text font turn to Arial Black or anything else in the CSS file.
e

Arisotura
Posted on 09-20-16 11:35 PM Link | #77684
I guess you didn't place it in the right directory.

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

Isaac
Posted on 09-20-16 11:38 PM Link | #77685
hm, yeah. I guess.

For a new computer I'm getting, I was wondering what OS is the best?
Mac, Windows, Linux, or any other?
e
Pages: 1 2 3 4 5 ... 311 312 313 314 315 316 317 318 319 ... 536 537 538 539 540

Main - General Chat - Kuribo64 Town Square Hide post layouts | New reply

Page rendered in 0.102 seconds. (2048KB of memory used)
MySQL - queries: 28, rows: 234/234, time: 0.039 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.