plus4chan
ImageboardsRadio
Site Theme...
imageboards
Main FAQ [ baw ] [ co / cog / jam / mtv / tek ] [ ck / coc / draw / writ ] [ pco / coq ] [ a / op / pkmn ] [ n ]
Long-Term Projects

 Posting a reply to post #19265
Name
Email
Subject  
Message
File 
Password  


File: 125767918967.png-(31.49KB, 128x671, hatman.png)
19265 No.19265
After like twenty people asking me to, I've moved the Hatman threads here.

To those who are new to Hatman, Hatman is a 2D sidescroller where you play as Hatman. As Hatman, your job is to collect and wear hats. These hats have no effect on your abilities, they give you no new power, and they have little to no use. Hats are collected throughout levels or are randomly given to you over periods of time. You have as much chance of getting a hat when you first start as you will two hours into the game. Hatman was primarily based off of Team Fortress 2, but it plays completely different. Hatman features over 87 bazillion hats, most of which were made by 4chan's /v/ and /co/ with guest star /tg/.
Anyone is free to use the template on the top left of this sprite sheet and make their own hatman and submit it for use in the game.

172 posts omitted. Last shown. Expand all images
No.21493
File: 126361490558.png-(0.98KB, 119x24, 125798502510.png)
21493
Penis Mc Penis

No.21544
How's the project going?

No.21547
>>21544
In short, collision response is a hell of a dick. I'm mainly doing reading at the moment.

No.21549
>>21547

What exactly you having problems with? Maybe I can help you there.

No.21552
>>21549
I've actually found some good resources, so I just need to program it in at this point. I'll post if I run into anything else.

No.21578
Alright, I need to take a break from this for a couple of days. I have the resources, I'm just failing at implementing collision response. I know I'm missing something obvious.

If you'd like to see my horrendous code: http://mumon.us/hatman/src/Hatman-0.2.rar

No.21720
I gotta say, it was interesting to do some searching on some specific collision response stuff in Python and finding portions of >>21578 in comp.lang.python.

To whoever posted it there, I appreciate the effort, but they do have a point about how to ask questions. (´・ω・)

No.21786
>>21720

Someone asked about it? Did it get any results? If not, then maybe you should ask someone yourself. Because i've checked that code and while it would take a looooong time to read it all, there really seems that some codes don't connect with what they should in the collision parts.

I could be wrong though, it's just a feel. I didn't read all of it, nor do I know all that much about Python/Rabbyt/Pyglet coding.

No.21805
File: 126396313876.png-(57.34KB, 882x886, collision_code.png)
21805
>>21786
That's likely due to the amount of commented code. If you're not used to Python it'd be difficult to tell what's supposed to be executing and what's a comment.

The newer code is much cleaner.

No.21816
>>21805

That is cleaner. I see you've included C's enum too.

No.21819
Bookmarked.

Learning programming. I'm going to have some fun going over your crappy code. =|=D

No.21840
File: 12640476627.png-(2.79KB, 10x12, hatman.png)
21840
Collision detection and response is now mostly working -- you'll fall through the map on occasion.

I also changed the Hatman sprite a little bit for now as Rabbyt doesn't like sprites with odd dimensions. It's not final, and there's no need to change any created hats.

EXE:
http://mumon.us/hatman/Hatman-0.3-exe.rar

Source:
http://mumon.us/hatman/src/Hatman-0.3.zip

No.21856
File: 126408303937.png-(97.81KB, 600x160, Untitled.png)
21856
Oh Adam, that file doesn't open. Hatman.png doesn't exist, you silly goose! I've already fixed it on mine though, but you better fix the original.

No.21861
File: 126410700884.jpg-(12.76KB, 360x239, facepalm.jpg)
21861
>>21856
Oh god damn it, I fixed that and forgot to upload the corrected version.

http://mumon.us/hatman/Hatman-0.3-exe.rar should work now.

No.22197
Hey bro, i've been on a trip for some days. How's it going? And are you talking to Detective Inspector via IM or email, or did he dissappear again?

No.22444
>>22197
Been busy with school and trying to find a job mostly.

Changed the engine so it uses Box2D for physics, which makes life easier, and then added a camera that follows Hatman around. I'll finish setting up svn on my server and upload it.

No.22477
Alright, SVN up at https://interbutt.us/svn/hatman/

No.22736
>>22444
>Been busy with school and trying to find a job mostly.

This. FFFFFFFFFFUUUU-

...Now I have a job, though. My schedule will probably even out a bit, and I can help again.

No.22749
>>22736

Well, at least I won't be as frustrated about this anymore.

No.22817
>>22749
>as frustrated about this anymore.
(´・ω・)?

No.22823
>>22817

>(´・ω・)?

wat

Anyway, make some progress. And if there is still a lack of hats (Original guy wanted about a thousand, currently there's only about 340) You could do like he did originally and make threads in the cultural reference boards in 4chan (/co/, /v/, you get the drill)

That shit will boom. You get hundreds every thread.

No.22833
>>22823
I don't need hats, I need time.

No.22834
File: 126618715167.jpg-(138.87KB, 299x276, 1265913597939.jpg)
22834
>>22833

Alright. But i'm just a bit overly excited.

Here's an image to express how excited I am.

No.22869
File: 126624514397.png-(784B, 307x221, hats_working.png)
22869
I really probably should have been studying for a test, but whatever! Latest version in SVN -- you can check it out read-only anonymously, or use: hatman\hats for read/write access.

I'll put up an .exe later today, got class soon.

No.22870
>>22869
I should note that that's username hatman, password hats.

No.22872
File: 126624601754.png-(342.68KB, 1680x1050, 1249287952249.png)
22872
Mumon, i've got a question. Once you finish this project, will you compile all the python files into an exe, or is that impossible for this coding language?

No.22896
File: 126628690068.png-(10.06KB, 340x282, screen-2-15.png)
22896
>>22872
Yeah, I've posted .exes before.

And here is one now:
http://mumon.us/hatman/Hatman-0.3.1.rar

Press 1-4 to change hats.

No.23040
>>22896

You know, you should have added the walk animation and possibly a jump animation before adding the hats. Now it'll just complicate itself.

No.23043
>>23040
The animations and hat overlay are two separate things, so it won't be a problem.

No.23044
>>23043

Alrighty then.

No.23141
Does anyone know about what happened to Hatman? I hear he used a project on gmod as an excuse to stop.

No.23318
Once the engine is ready, it can move on to mapping & whatever, but it seems it'll still take a while.

Take a breather too, I think the only reason that Hatman quit was because of the stress.

No.23438
>>19515

Wait, holy shit. This contest actually only ended today, after months of wait.

Wat

Still, I think he's bullshitting us. If not, no matter, Mumon Ekai is a bro and he's doing the thing.

No.23570
Sure is dead around here.

No.23575
File: 126818004543.jpg-(17.13KB, 181x139, 1265337707620.jpg)
23575
>>23570
I've been doing some uninteresting things with the code, but I haven't had much time.

No.23586
Whats the new site/blog for the project? Previous one seems to have died

No.23587
>>23586
http://mumon.us/hatman/ has the links to stuff, and I'll eventually add more content.

No.23600
So basically you've just been dicking around?

Come on, it's been two weeks.

No.23620
>>23600
If taking finals qualifies as dicking around, yes, that's what I did.

I don't have time to program this very fast. The code is in SVN should anyone want to move things forward.

No.23630
>>23620

>Taking finals

Sorry bro, didn't know.

Alrighty then.

No.23776
Finals over yet? Haven't heard from Detective Inspector aswell

No.24251
Uh...

So.

No.24279
Hatman Forever

No.24382
Fun fact: Mumon Ekai's last post was 20 days ago.

No.24683
>>24382
I pretty much ran into two problems:
1) Lack of time
2) Lack of direction/interest
If I picked this back up in the future (ie after I graduate), I'd write an actual game design doc beyond "You collect hats and wear them!" Since I had no real idea what game play looked like, I basically fucked around with the engine for awhile and lost interest.

If anyone else wants to build on what I had, last source is at: http://mumon.us/hatman/source.rar

No.24686
Ohwell.

Yeah, after Hatman left it was pretty much doomed, then..whatever. If you decide to finish it after you graduate, then i'll still follow.

No.29743
you have no idea how disappointed I am that I will likely never play hatman

No.29783
>>29743

How the fuck do you think I feel. ;_;

Also I just happened to come here today, I'm not coming here every day anymore.

No.30248
>I promise that Hatman will be out eventually

You lied to us, Hatman. You lied to Detective Inspector, your partner in crime.

You have no idea how much all of us are dissapointed in you.

But we are so much more dissapointed

That we will never play hatman

:C

No.31557
Alright I have this whole design doc set up in my mind that's more advanced than "You can take hats and put them all over your face!" while not escaping from the core idea.

If one day on some other space-time continuum I get a developer studio or someone offers to program, i'll write it down and put it here.



Main FAQ [ baw ] [ co / cog / jam / mtv / tek ] [ ck / coc / draw / writ ] [ pco / coq ] [ a / op / pkmn ] [ n ]
0.068932056427002 (0.07 seconds )