• What Are You Working On? Mesh Edition - August 2012
    650 replies, posted
If you're remaking something it's nice to work on the thing you're remaking. Even if you end up rewriting the entire thing bit by bit and completely changing everything, you have a basically complete product all the way through and can feel smug when you do something better than the previous author. It also makes sure you don't forget anything in your version, since it's all there waiting to be steamroller'd.
Who remembers Perfect Dark? [media]http://www.youtube.com/watch?v=CtcPZYU1cbk&feature=youtu.be[/media]
So I'm working a hunger games type gamemode and I finally finished all the backend bullshit and now I'm on to the skill menu. [img]http://cloud-2.steampowered.com/ugc/540683512180121969/8A23B75A29A69AA56B5FB07876CA4C90A28009BB/1024x576.resizedimage[/img] Just started on this today also. What'ya guys think? (I've never really designed a good menu, so I'm open to any and all suggestions)
[url]http://colorschemedesigner.com/[/url] This may help; you have a lot of contrasting colours that just aren't working. Also the font is good for headers, but try something more readable for content.
[QUOTE=Feihc;37222823]Who remembers Perfect Dark? [media]http://www.youtube.com/watch?v=CtcPZYU1cbk&feature=youtu.be[/media][/QUOTE] Man you racist. Dropping n-bombs all over the place.
[QUOTE=ralle105;37227594]Man you racist. Dropping n-bombs all over the place.[/QUOTE] Says the person with a flying nazi elephant for an avatar?
[QUOTE=CGNick;37227860]Says the person with a flying nazi elephant for an avatar?[/QUOTE] Touché
Been in Unity3D, figuring some algorithms to get the block the player is on (for stuff like pressure plates, sounds when walking on them, and 'hooks' for certain blocks), while I wait for client-side to be fixed. I've also been working on familiarizing (that's a word?) myself with 'http', mainly for update checks, newsletters, and whatnot, as well as cleaning up my code for adding a block. Not much to show, just toying around with getting a text file from (the somewhat my) server, but I do have a code snippet for the new way to add a block: [lua] Uforzyx.Modules["World Handler"].Functions.AddBlock = function( Name, ID, Data, Texture, Opaque, Solid, Vertices, Table ) local TABLE = Table or { Name = Name or "", ID = ID or #Uforzyx.Modules["World Handler"].Variables.Blocks, Data = Data or 0, Vertices = Vertices or -- Very long table for vertices of a normal cube Uforzyx.Modules["World Handler"].Variables.Blocks[ Table.ID ] = TABLE; end; Uforzyx.Modules["World Handler"].Functions.AddBlock( "Stone", 1, 0, Vector( 1, 0, 0 ) ); [/lua] I'll add something to calculate textures per side instead of having to define the variables just for different textures. I'm too tired right now. [offtopic] [QUOTE=CGNick;37227860]Says the person with a flying nazi elephant for an avatar?[/QUOTE] But the "Jewish" (and all of the 'campers', and IIRC, homosexuals/gypsies aren't even close to being grouped as a nationality, so being hateful to them doesn't make one racist) weren't sent there for their ethnicity, rather, Hitler was a sensitive man ([/sarcasm]). It's being discriminatory/prejudice/whatever. That's being... um... what's the phrase... Well, damn. I just had it in mind too.
[IMG]http://cloud-2.steampowered.com/ugc/540683512188822727/4F6FF76A6975365CC7793AEDB5735CDF28D86328/1024x576.resizedimage[/IMG] What about now? (The button's where it is because it bounces up and down, it's animated pretty much.) edit: More updated: [img]http://cloud-2.steampowered.com/ugc/540683512189060028/F4D65B1B057AC2E0B295E484274047564CBF167B/1024x576.resizedimage[/img]
I recently made a Blinking Addon request from: [URL="http://facepunch.com/showthread.php?t=1203815"]http://facepunch.com/showthread.php?t=1203815[/URL] I finished it and made it my first release in who knows how long.. :rolleyes: [B]YouCanBlink:[/B] [table] [tr] [td][thumb]http://s6.postimage.org/dc141k38v/pic2.jpg[/thumb][/td] [td][thumb]http://s6.postimage.org/ozv5w3sds/You_Can_Blink.jpg[/thumb][/td] [/tr] [/table] [B]Thread for the release:[/B] [URL="http://facepunch.com/showthread.php?t=1205085"]http://facepunch.com/showthread.php?t=1205085[/URL]
I find this text hard to read: [img]http://puu.sh/VeQu[/img] [editline]14th August 2012[/editline] [QUOTE=brandonj4;37231159]I recently made a Blinking Addon request from: [URL="http://facepunch.com/showthread.php?t=1203815"]http://facepunch.com/showthread.php?t=1203815[/URL] I finished it and made it my first release in who knows how long.. :rolleyes: [B]YouCanBlink:[/B] [table] [tr] [td][thumb]http://s6.postimage.org/ago0uoz8w/You_Can_Blink.jpg[/thumb][/td] [td][thumb]http://s6.postimage.org/ago0uoz8w/You_Can_Blink.jpg[/thumb][/td] [/tr] [/table] [B]Thread for the release:[/B] [URL="http://facepunch.com/showthread.php?t=1205085"]http://facepunch.com/showthread.php?t=1205085[/URL][/QUOTE] quote because you're at the bottom of the page!
Since I was the last post on the other page apparently. :rolleyes: I recently made a Blinking Addon request from: [URL="http://facepunch.com/showthread.php?t=1203815"]http://facepunch.com/showthread.php?t=1203815[/URL] I finished it and made it my first release in who knows how long.. :rolleyes: [B]YouCanBlink:[/B] [table] [tr] [td][thumb]http://s6.postimage.org/dc141k38v/pic2.jpg[/thumb][/td] [td][thumb]http://s6.postimage.org/ozv5w3sds/You_Can_Blink.jpg[/thumb][/td] [/tr] [/table] [B]Thread for the release:[/B] [URL="http://facepunch.com/showthread.php?t=1205085"]http://facepunch.com/showthread.php?t=1205085[/URL]
[QUOTE=Banana Lord.;37231187]I find this text hard to read: [img]http://puu.sh/VeQu[/img] [editline]14th August 2012[/editline] quote because you're at the bottom of the page![/QUOTE] I think it's because the quality of the picture was decreased, it looks way better in game. But other than that it's good?
[QUOTE=Feihc;37222823]Who remembers Perfect Dark? [media]http://www.youtube.com/watch?v=CtcPZYU1cbk&feature=youtu.be[/media][/QUOTE] Where is the download? xD edit: Nobody got it, Sigh.
[QUOTE=jrj996;37231500]I think it's because the quality of the picture was decreased, it looks way better in game. But other than that it's good?[/QUOTE] it's nice but the amount of red there is kinda overwhelming
Never really posted content in waywo before, may as well start: The sewers on my custom downtown edit are completely dark, I just finished making flares: [IMG]http://puu.sh/Vfll[/IMG] They use 1 fuel per second, you can turn them on/off with E and they remove themselves when they reach 0 fuel.
looks good, but are flares really that red? oh and you should make them stay when they run out of fuel and add a way to buy more fuel (but if no fuel is added in like 5 minutes they are removed)
Can someone tell me any [b]working[/b] game recording program? - Fraps won't start. I tried 4 different versions. - Dxtory is quite nice but the codecs are retarded. The "best" one outputted 1.35 GB out of 1 minute, and I can't upload it to YouTube. (I tried, after it finished it gave me an error) - CamStudio with windowed mode. 1 FPS. I really want to post a video here, but my stuff uses panels that draw on top so gm_video doesn't see them.
[QUOTE=vercas;37232171]Can someone tell me any [b]working[/b] game recording program? - Fraps won't start. I tried 4 different versions. - Dxtory is quite nice but the codecs are retarded. The "best" one outputted 1.35 GB out of 1 minute, and I can't upload it to YouTube. (I tried, after it finished it gave me an error) - CamStudio with windowed mode. 1 FPS. I really want to post a video here, but my stuff uses panels that draw on top so gm_video doesn't see them.[/QUOTE] Have you tried [URL="http://www.bandicam.com/"]http://www.bandicam.com/[/URL]?
[QUOTE=brandonj4;37232251]Have you tried [URL="http://www.bandicam.com/"]http://www.bandicam.com/[/URL]?[/QUOTE] I'll try it... Also, why is that funny?
[QUOTE=vercas;37232171]Can someone tell me any [b]working[/b] game recording program? - Fraps won't start. I tried 4 different versions. [B]- Dxtory is quite nice but the codecs are retarded. The "best" one outputted 1.35 GB out of 1 minute[/B], and I can't upload it to YouTube. (I tried, after it finished it gave me an error) - CamStudio with windowed mode. 1 FPS. I really want to post a video here, but my stuff uses panels that draw on top so gm_video doesn't see them.[/QUOTE] You have to render that with an external program, fraps' rate is similar.
[QUOTE=ralle105;37227594]Man you racist. Dropping n-bombs all over the place.[/QUOTE] Doesn't help that the effect is black, makes you drop everything and run away from it either... I see what you did there Perfect Dark authors... Rude. I take no credit for this idea! I only ported it, does that make me a bad person? =(
At least, Bandicam works! Now it's time to record. :3
[QUOTE=vercas;37232770]At least, Bandicam works! Now it's time to record. :3[/QUOTE] That's why I recommended it :) God dammit.. Alt-tabbing made me die in Realm of the Mad God.
[QUOTE=jrj996;37230701][IMG]http://cloud-2.steampowered.com/ugc/540683512188822727/4F6FF76A6975365CC7793AEDB5735CDF28D86328/1024x576.resizedimage[/IMG] What about now? (The button's where it is because it bounces up and down, it's animated pretty much.) edit: More updated: [img]http://cloud-2.steampowered.com/ugc/540683512189060028/F4D65B1B057AC2E0B295E484274047564CBF167B/1024x576.resizedimage[/img][/QUOTE] You should get rid of the closing buttons up in top right corner. Also the gray background doesn't really fit in the scheme.
[QUOTE=ollie;37233243]You should get rid of the closing buttons up in top right corner. Also the gray background doesn't really fit in the scheme.[/QUOTE] I just have the buttons there so I can get out of the menu quickly to check any changes I've made. But yeah now that you said it I'll definitely change the background.
Better turn on the annotations: [video=youtube;bvfxVsVbkE8]http://www.youtube.com/watch?v=bvfxVsVbkE8&hd=1[/video] [editline]asd[/editline] It itches me to add: This is 100% managed by the server. I'll soon post another video showing it's true complexity.
Time to make an admin mod that won't conflict with every gamemode, won't stop being updated, and just damn works without console commands to set owners and shit. Why? I don't know I'm fucking bored.. I'll name it.. SAM Spencer's Admin Mod. Original.
are you streaming it?!
[QUOTE=Spencer Sharkey;37236979]Time to make an admin mod that won't conflict with every gamemode, won't stop being updated, and just damn works without console commands to set owners and shit. Why? I don't know I'm fucking bored.. I'll name it.. SAM Spencer's Admin Mod. Original.[/QUOTE] I've already started working on an admin mod that doesn't use retarded console commands which can easily be hacked. [editline]...[/editline] Oh damn. I've noticed I am pressing Control + S after typing messages in Steam chat...
Sorry, you need to Log In to post a reply to this thread.