-  [WT]  [PS]  [Home] [Manage]

[Return] [Entire Thread] [Last 50 posts] [First 100 posts]
>>
Anonymous 15/06/22(Mon)10:58 No. 16856 ID: 2b7531

>>16851
Even something as trivial as a slider can be a worthwhile update in terms of criticism etc.
Also, it might be worth adopting a game framework like Starling in order to guarantee performance. That being said however, this isn't a particularly intensive animation.

http://gamua.com/starling/
http://feathersui.com/

Updates are trickling through, slow but appreciated. Consider working with an artist. You're obviously quite passionate about coding but not producing art assets. Waiting on gscot is one thing, but you're limiting yourself to his vision and pace.


>>
Anonymous 15/06/23(Tue)00:18 No. 16859 ID: 265ae9
16859

File Slider_preview.swf - (10.08KB , Slider preview.swf )

>>16856
Okay then, here's the slider swf. Also I used some of your slider example code in this, so I must ask: how do you wish to be credited in the next full release?

I'll keep those frameworks in mind but it shouldn't come down to needing them. As for finding an artist, I'll have to see. Currently there is no huge need for one (this isn't at the point where new assets are absolutely needed for things like new animation templates or new characters).

>>16853
It's not used for much (there's only 2 reblogs there) but if you still want to see it, it's at generalscot.tumblr.com

>>16857
Both blogs are still empty now but they are ppppuProgrammer.tumblr.com and ppppuProgrammer.soup.io

I'll try to update them both equally at first but the one that in a few weeks that has the most activity is the one I'll keep updated.


>>
Anonymous 15/06/23(Tue)07:53 No. 16863 ID: 2b7531

>>16859
If you plan to use something I've written I insist you work from properly tested and extensible code.
Try this example + framework out:

http://a.loveisover.me/bdczfp.zip

Uses the following:
https://github.com/minimalcomps/minimalcomps

Example here:
http://www.bit-101.com/minimalcomps/

Yeah, it's a bit spartan but I like how basic it is.
I don't really need credit, keep doing what you do and we'll keep suggesting improvements.


>>
Anonymous 15/06/25(Thu)09:15 No. 16875 ID: 265ae9

So it's on the blog but might as well post it here. I've opened the source and other related files to the public. Hopefully this will have the effect of speeding up development and refining the overall design of the program. If you're interested in contributing or at the very least curious, you can find it the repository at https://github.com/ppppuProgrammer/ppppuNX


>>
Anonymous 15/06/25(Thu)20:34 No. 16878 ID: 2b7531

>>16875
>>16877

Confirmed. This doesn't appear to function currently. Compiling fails outright due to a bad reference to flash.display.Button.
Fixing this results in an apparently broken SWF anyway, which simply loops through animations quickly.
Perhaps provide build instructions or have a look in case you've missed something.


>>
Anonymous 15/06/25(Thu)23:24 No. 16879 ID: 784dfa

>>16660
http://sagosfm.tumblr.com/post/122433267096/another-sound-design-experiment-source-variation

someone added vocals to rosalina, hopefully he does the rest of the ppppu extended cast


>>
Anonymous 15/06/26(Fri)09:54 No. 16880 ID: 265ae9

>>16877
>>16878
Well that's what I get for rushing that out. I had a reason for that (thought I wouldn't be able to work on it for a few days and wanted this done before that) but still not a good excuse.

Anyway, I didn't check to see that a button is a flash component (never used it) so I'll just remove that code until a better solution is done. There is already a custom button class for the flash but I want to need to re-examine it since it was designed for very limited use and it may not be suitable for the new need for a button.


>>
Anonymous 15/06/27(Sat)01:24 No. 16882 ID: 265ae9

>>16877
>>16878

The issues with as3test and ppppuNX should be rectified. Please give it a try now and see if they work.


>>
Anonymous 15/06/27(Sat)08:14 No. 16888 ID: 265ae9

>>16883
Hm, I'll put something up on the tumblr later that lists all the tasks that are needed for a complete release. One I can mention is that a character edit menu is desired. While it'll be responsible for more in the future (accessories, costumes, etc.), it only needs to handle character skin, lip color and eye color.

For skin color, I wasn't quite sure how to handle the body parts that use gradients, such as the ears. Allow the user to make their own gradient? Force a limited number of color pointers and let the choose the color used at each pointer? Use blending for the gradients (I tried this and I was not happy with the results).


>>
Anonymous 15/06/27(Sat)12:23 No. 16889 ID: 265ae9

Put up a list of the various tasks that are available at http://ppppuprogrammer.tumblr.com/tasks


>>
Anonymous 15/06/28(Sun)08:06 No. 16893 ID: 2b7531
16893

File ppppu_uiTest.swf - (356.52KB )

>>16890
It lives!
Still getting used to your code, there's a ton of it.


>>
Anonymous 15/06/28(Sun)08:08 No. 16894 ID: 2b7531

>>16893
http://webmup.com/e6036/

Apparently I forgot to return uint for HSVC, that's why you see the massive jumps.
Simple fix, uint -> Number.


>>
WBGrock 15/06/28(Sun)18:03 No. 16898 ID: 704462

So are you going to have a different set of sliders for each character? or going to do this as 1 character at a time? in the former, you may want a character customization menu so you can adjust each character out of context with the others rather than having to quickly adjust at the last minute.

The third option i see is you are just going to do 1 character at a time, but with paper doll props like hair, crowns, and other clothing (maybe even heads)

This is more of a curiosity, keep up the good work


>>
Anonymous 15/06/29(Mon)03:16 No. 16899 ID: 265ae9

>>16893
Looking good there. Once skin color modifications are dealt with, the menus can be further integrated with the rest of the program.

>>16898
The plan was to edit the currently displayed character since it is simpler from a coding and ui perspective.


>>
Anonymous 15/06/29(Mon)03:46 No. 16900 ID: 2b7531
16900

File ppppu_uiTest2.swf - (353.94KB )

>>16899
Skin is probably gonna need more control than this, but it works.
If you want to define some kind of gradient a different control can be designed.

I've been meaning to properly get source control set up for FlashDevelop but haven't had the need.
Would you be happy to manual merge the changes?


>>
Anonymous 15/06/30(Tue)03:31 No. 16903 ID: 265ae9

>>16900
Skin is okay though the way it's set up now might need to change to be easier to work with for the other characters. Messing with HSV to get to "proper" color for Shantae and Daisy will be annoying.

I'm fine with manual merging in this instance but I'd prefer it not to become a common occurrence.


>>
Anonymous 15/06/30(Tue)03:41 No. 16904 ID: 2b7531

>>16903
Another issue. The lower leg element exists but simply cycles frames. This problem exists even in your previous template alpha.

>>16902
It's possible, but no. Right now the male components aren't named (right?) so referencing them is unreliable and subject to change.

Source for current stuff:
http://www42.zippyshare.com/v/lGmpodJy/file.html

Once you're all merged and pushed I'll sort out my Git setup.


>>
Anonymous 15/06/30(Tue)09:09 No. 16905 ID: 265ae9

>>16904
The merge is done. Fixed the legging issue for as3test but it's still there in the NX folder (due to gradients. Getting real tired of them). Also that's right that the male parts have no names associated with them.

>>16902
The thought of modifying the male came up but was quickly dismissed. It can be done but I'd rather the focus solely be on getting the work needed for the first full release done.


>>
Anonymous 15/06/30(Tue)16:29 No. 16906 ID: 2b7531

>>16905
Got the repo set up, fails to build.
You've not included any of the minimalcomps source files for the UI.
After adding them back in it works fine.


>>
Anonymous 15/06/30(Tue)16:34 No. 16907 ID: 2b7531

>>16906
And finally, there appears to be an alignment issue on (her right, viewer left) earring. Front and back position doesn't match. Most obvious with star earring.


>>
Anonymous 15/06/30(Tue)20:51 No. 16909 ID: 900508

Get a load of this.

https://e621.net/post/show/678971/2014-animated-blonde_hair-blue_eyes-breasts-butt-c

Boy I sure would like more of that with the other characters... the moaning is kinda robotic but schlicking and slurping noises have always been my favorite thing.


>>
Anonymous 15/07/01(Wed)00:10 No. 16911 ID: 2b7531

>>16909
Adding SFX is pretty straightforward.
You add an ENTER_FRAME listener on the animation and trigger on specific frames at runtime or add the invocation to the frames manually at compile time.
These could even be local files or sourced from some "resource" SWF to allow for custom SFX.
It's trivial, but not a priority (riiiight?). As far as I know the project lead wants to get his basic checklist complete before moving on to extra features, if you want to see this done faster then you have two options:
Assist in the completion of current tasks or add the feature yourself. Source is freely available after all.


>>
Anonymous 15/07/01(Wed)00:53 No. 16912 ID: 265ae9

>>16906
I don't know how I missed that. Commit was pushed and I ensured it works.

>>16907
I'll take care later today. Shouldn't be anything too complex, just a change to a couple motion XMLs.


>>
Anonymous 15/07/01(Wed)03:57 No. 16914 ID: 784dfa

>>16879
>>16909
Neat, I made this! Didn't think anyone would like it that much so I didn't bother posting it here. I guess I should do versions for the other girls, huh?


>>
Anonymous 15/07/01(Wed)04:02 No. 16915 ID: 2b7531

>>16914
You sourced sounds from SDT and zone right?
If we ever get around to implementing SFX we could use those for convenience.


>>
Anonymous 15/07/01(Wed)04:03 No. 16916 ID: 784dfa

>>16914
whoa. apparently i DID decide to post it here, lord what a forgetful goober i am


>>
Anonymous 15/07/01(Wed)04:15 No. 16917 ID: 784dfa

>>16915
Yeah, I used sound files ripped from Zone flashes and SDT. Also a few mario games. I think Mario Kart 6/8 and SSBU.

The pack of the ripped sounds is on SFMlab, which is here: https://sfmlab.com/item/273/

There's also an SDT pack at https://sfmlab.com/item/271/

Pretty useful, but the Flash pack has got a lot of extra stuff (think music, UI sounds) that balloons the filesize. If it's helpful for someone I've bundled up all the sounds used in the final Rosalina video. I can also upload a Vegas folder if someone needs to see how they're strung together.

https://d.maxfile.ro/foqtwgyfxo.rar


>>
Anonymous 15/07/01(Wed)10:25 No. 16918 ID: 265ae9

Pushed a tiny update for as3test. Fixed the issue with the earrings and a few other tweaks.

>>16917
Thank you for this. Since seeing your video I've thought that voices would be nice to have in the future once basic features are completed.


>>
Anonymous 15/07/01(Wed)14:07 No. 16919 ID: 2b7531
16919

File ppppuTest_menu.swf - (346.57KB )

>>16918
Since I'm not a contributor to this repo, fork, modify, make pull request.
Not a problem, but means I have to brush up on git.
Attached is a menu (bleak, I know). Hover the bottom of the screen and wait.


>>
Anonymous 15/07/01(Wed)22:49 No. 16921 ID: 265ae9

>>16919
The menu is coming along nicely. I think it's at a point where it can be integrated with the main ppppuNX side. I see what you're talking about with the knee but it's like that in minus8's original. I interpreted it as the lower leg just peeking out a bit, so I'm not sure if it's a misalignment or not.


>>
WBGrock 15/07/02(Thu)04:55 No. 16922 ID: 704462

>>16921>>16920
In the original, the knee also was cut off by the border, not actually showing up. it was never intended to be seen. If you don't believe me, look it up on SWFchan or even look at the border of the background. the offending appendage is outside the lines. The options i see are to fix it, or leave it. and as i am just a parasite rooting you guys on, i'll take what i get.


>>
Anonymous 15/07/02(Thu)08:27 No. 16923 ID: 265ae9

>>16922
That's a good point. Completely forgot about the border. With that acknowledged, the older flashes I worked on did use scrollRect to crop and that would have been used again for ppppuNX, so we shouldn't bother with fixing the animation. It'll get worked out later during the final stages before release.


>>
Anonymous 15/07/10(Fri)05:56 No. 16931 ID: 265ae9

Well it's time for the weekly "this isn't dead" update. Template work was coming along good until I had to work with the eyes, which are not positioned right due to changes to them. Tried working on an automated positioning system for the eyes but that failed, so I have to manually edit all the eyes in the animation (120 frames x 9 templates) so they look right. Hopefully a week from now I'll have a new test version ready that can switch between all the templates and have the menu modify them.


>>
WBGrock 15/07/12(Sun)09:10 No. 16937 ID: 704462

>>16934
Unfortunately, what they are doing is a little more profound and subtle than just adding a character. They are trying to make it easy to customize, change hair color, eye color, maybe add clothing. like Konishon did with Super Deepthroat. (I am merely using this as an example of the ability to add things to a flash file. The last time i used it as an example someone took offense and claimed the person who was creating the mod was comparing himself to konishion. i mean no offense to anyone, and am not affiliated with the group making this in any way other than cheering them on, nor am i the person who made the previously mentioned mod. But despite all my efforts someone will complain about this. maybe it will be the disclaimer is too long so they chose not to read it. so fuck it. Penis.)


>>
Anonymous 15/07/12(Sun)21:25 No. 16941 ID: 2b7531

Whelp, seen myself as a contributor for the repo so killed the fork. Only realised afterwards that I have no permissions still.
Still kinda rusty on that front.

If you set me up to commit it'll take a lot of the hassle out of making changes.

>>16938
>>16939

Pretty much this. Adding content is not a priority right now. As much as it would entertain you lot, it's far more valuable to create an extensible system that can eventually support all the shit you want well in to the future.
Bear with it.

Got banned for attempting to post an image link ending with "pw", apparently counts as spam or advertisting idk.

http://s30.postimg.org/rfxnxvqtd/jy2.png


>>
Anonymous 15/07/13(Mon)06:39 No. 16942 ID: 265ae9

>>16941
You (should) have read and write access to the repository now.

>>16940
No not yet. Gscot's lastest comment didn't have anything about a date but did indicate that it is still being worked on.

>>16936
Give it time, I was really interested by sago's experiment and do want to implement that.

>>16937
I don't know why someone got offended by that, though it seems that person doesn't post here or I didn't make myself more clear. This template version is heavily inspired by Konashion's SDT and is the basis for how it is designed. When the thing is finished, Konashion is getting put in the credits under special thanks.

>>16938
Thing about that is the work being done now will make it much easier for new characters and animations to be done in the future. Ideally, there would be no need to rely on a extremely small amount of people for changes. If someone wants to, they'd be able to do modifications themselves or have someone from a much larger pool of artists do it. It also reduces the amount of work needed on animations, since the creator could focus on just the animation and it'll work for all characters added, even custom ones. Otherwise, they'd need to maintain a number of copies of the same animation, one for each character and this wouldn't (easily) allow for custom characters

I know this is taking a while and there is a demand for new content but when ppppuNX is feature complete, you will hopefully see that it was worthwhile. Hopefully Gscot's new version comes soon to tide people over.


>>
Anonymous 15/07/13(Mon)07:43 No. 16943 ID: 568516

>>16577
underrated post, someone do this


>>
Anonymous 15/07/13(Mon)08:18 No. 16944 ID: 2b7531

>>16942
Nice, pushed a change.
Speaking of which I have a few preferences on this:

I don't want to commit my version of the main project file, it points to a different "flash.swc" path and therefore isn't compatible with yours.
I don't like committing build artefacts, since these are created new every time they aren't meaningful or readable.
Updating directly is best, branching should be reserved for big changes, right?

Basic menu works, I guess that task is sorted. I plan to wait until you've got animation swapping and accessories implemented (even in a basic form) before I implement menus to control them.


>>
Anonymous 15/07/13(Mon)12:57 No. 16945 ID: 265ae9

>>16944
>I don't want to commit my version...
Understandable

>I don't like committing build artefacts...
I'm assuming you mean files like the config files that FlashDevelop creates. If that's the case then I'm more than fine with that. I should probably create a contribute.md that outright says to never commit files like those.

>Updating directly is best, branching should be reserved for big changes, right?
Correct.

Almost done with the default animations for the templates. There are still some rough patches with them (Mouth tweaks such as no major scale changes)


>>
Anonymous 15/07/13(Mon)13:00 No. 16946 ID: 9e3680

>>16942
when did Gscot last have a comment stating he was working on it?


>>
Anonymous 15/07/13(Mon)13:45 No. 16947 ID: 265ae9

>>16946
It was more implied than outright saying but the comment is the current bottom comment at https://e621.net/post/show/615848


>>
Anonymous 15/07/14(Tue)04:36 No. 16949 ID: 6f21b9

Not to be rude, but I'm kinda with >>16938

I understand what you guys are doing, and I know it's going to be worth it in the end, but...


>>
Anonymous 15/07/14(Tue)23:47 No. 16953 ID: 2b7531

>>16949
>>16952
Because neither of us are artists, and the one guy producing such assets (gscot) isn't part of this specific project IIRC.
Feel free to get involved with getting the art in to a workable form, it's open source after all. Otherwise I ask for your patience.





Delete post []
Password  
Report post
Reason