Weekly Check-In :g
Weekly Check-In :g
Haven't really had the time this week to work on it ... :g
I suppose this essentially makes my Wip3out 4K remake redundant... :(
Looks great though!
If you need any help with graphics let me know, although considering this uses base game textures you probably don't haha
Thanks,
If you wish to achieve a personal project I think you should go for it :D I already knew about BnG but that hasn't stopped me from working on this project, WO3SE also did exist so there were numerous 'excuses' to not work on this but I didn't ... So if you're dreaming about something I think you should make it happen :D
Regarding WXX I really want to make it open in GitHub, but not unless there's an 'incentive package' for people to get hooked on ... I know I'm repeating myself but I'm getting to it :cowboy these last 2 weeks I haven't had time to work on it and I guess probably a few others I won't be able to (summer) but I'm definitely committed to it. By package I mean shaping up the overall thing, menus/UI, scenery, animation, sounds etc ... all what makes a game in the end. Now when this is done I'll ask some of the experts about looking at better simulation and IA.
The main things I'm spending my time on recently is figuring out how to achieve things by code in Unity, since it's a black box and there's pretty much no documentation when using it that way, it's a matter of trial and error. But sooner or later I'll be finished with that aspect, then as I've already worked on many other aspects of the game I will get a productivity boost.
I see all that happening as 2 releases, the first one would show a 'familiar' WO3 world with full scenery implemented (i.e. racing part) that should give a smile to people, the second one would be about a game-like release (menus, etc ...).
For the graphics I'd definitely love to see creations of some people, while not exceptionally complex to achieve, the difficulty lies in the many places where there are textures and how to hook up (easily) according data structures of the game. The other difficulty would be to provide a tool to modders to visualize/highlight their work in the scene (some sort of editor). It is definitely doable and should not take ages (not a priority, though :))
Nice job there TroJan!
https://www.youtube.com/watch?v=dvwiEyBiWYg
How 'bout "joining forces" for an ultimate WO3 Dev. Team :g ?
Very impressive :clap
Honestly I didn't even think about that and I'm clearly open about collaborations ! The roll out I've talked about is not 'fixed', merely some stuff I've thought about ...
So I'm totally open, let me know what were your initial thoughts about all that and we could go from here ... These animations are great for introducing teams !
I can provide unpacked game content if necessary (sounds, graphics), and just pause what I've been onto to help shaping up supporting code. It's just that these days I really don't have much time to work on it but soon I will have plenty of time again :)
I suppose you were replying to TroJan, since that's his work in that video from his YT channel.
Today I had some time to work on the project :p
So the first step in getting the whole thing up !
https://www.youtube.com/watch?v=3MIknGqjgHg
The rest should follow soon : fountains, sewers, lights, ad rotators ...
- - - Updated - - -
yes or anyone actually :D
Yeheyyy! Progress is made :g Nice!
Crane animation !
https://www.youtube.com/watch?v=TxgEUKayYP0
Sorry for the quality, I use the XBOX DVR in Win10 but still at max quality it's :turd
Wait, what !?!
https://www.youtube.com/watch?v=umDr0mPuyQc
I like living on the bleeding edge :rock
I really don't know why all that recent fuss about it, I use it since day 1 and I'm really happy with it (after the initial period of nasty bugs with video corruption); it's fast and works well. Note: I don't use that funny start menu but Classic Shell instead, also I don't use Cortana nor all the UWP apps. (I mainly do work with it, i.e. I don't have time to waste on funny features). The other thing I don't get is that on nearly 10+ Win7 machines I support on a domain, absolutely none of them auto-magically installed Win10 even though the wizard was opened at times, technically Win10 rocks but 'reputationaly' it doesn't !
Yeah... I just don't want to deal with the "extra setup" after a fresh install... or deal with the "identity crisis UI" or mess with the registry settings, or dealing with "Modern Apps" leftovers since you can't completely "eradicate" them, or lack of control over my updates... privacy settings... and so on... Too much pita to go by... I mean what's new after all... DX12... ? Meh, I can live without it for few more years. Instead of implementing Tabs to Windows File Explorer, they give me Cortana and 2 types of Control Panel... Yeah... :)) Nope, seriously, I don't see the point in Windows 10. It's not like my PC would crawl on it's knees or something and Windows 10 would be this be all end all save my PC from dying kind of deal... If anything, I see Microsoft going towards Apple like policy and slowly taking away more and more out of my personal user experience and most importantly the control I have over my own PC. I wouldn't be surprised if down the road Windows would turn into a monthly subscription based OS asking me to "pay my rent" in order to Log in... :)))) Well at least pay a fee to get rid of Log In Screen Adds... I can definitely see that becoming a thing in the nearest future if we're just embracing "everything new" from Microsoft, or any other big company for that mater... Just telling myself that, "hey, I'm gonna do that, disable that, tweak that, not use that... and so on" won't take us anywhere good in the future imo. Btw, did you installed the "Anniversary Update" ? I've heard that you can't disable Cortana any more...
No I didn't install it, had to customize settings once at install then I forgot about them ...
hint 1 : I don't fiddle with the OS
hint 2 : I use a computer how it's initially meant to be used, a device for work and eventually gaming -> no webcam, no mike etc ...
Mmhh we certainly won't agree but I find it a definitive improvement over the previous releases :bomb
Eventually it will become the next Win7 in a few years ...
Ok, just please, please don't make this a DX12 exclusive game :lol
Here's a quick update about what's going on,
The scene editor is in good shape ! :P
Attachment 10408
I took the decision that levels should have their own scenes, much like any Unity game:
- easy to design
- easy to extend
- less code, more mouse
- etc etc etc ...
This has many implications but I think it's the best because endlessly gathering numbers and numbers for models and polygons then writing some code was really tedious and in the end very long.
Obviously this is a singular editor specific to Wipeout (which one is not anyway ?):
- it allows to make quick selections such as parents of some polygons (there are 22 tracks nearing each ~10K polygons)
- relieves from the error-prone processes of selecting them manually or selecting incorrect groups, some visual cues too
- creates part, objects and groups for making human-friendly entities (see bottom right)
- resulting in simpler and more efficient hierarchy (i.e. a billboard will be a mesh with two sub-meshes/material)
The correctness and creation of entities works well, saving as well since it's done by Unity :p
What's next:
- next big step is to re-write behaviors and try take advantage of animation window in Unity instead of using code (e.g. billboard editor using mouse) :bomb
- ease the process of assigning behaviors to entities (using mouse)
- build a complete scene with it
- write a test scene button
- finalize the whole thing for export (remember, there shouldn't be any copyrighted Wipeout material in the project)
- build scenes for all tracks
- also it will support Wipeout and Wipeout XL later in the process, I'll just have to generalize the 'game content class'
As usual it's Unity-related stuff that took most of the time, but submarine crew is hard at work and soon we'll surface ! :naughty
:pirate :pirate :pirate
- - - Updated - - -
I will do a Linux build myself but not for Mac since I don't have any.
Hurray! Progress it's being made! I don't understand 99% of what you're saying, but progress is progress nonetheless :g Let the Wip3Out submarine surface :sonar
I'll take it that there will also be a Windows build ?
Of course there will be as this is my main machine :)
Trivia: so basically I'm working on a tool to build levels using mouse and Unity interface instead of code, and it's generic enough that it should work on WO/WOXL.
But these last days I'm struggling on a problem I thought relatively easy to solve but is tough to crack : performance issues for the editor :blarg:blarg:blarg.
I first made it simple by gathering all objects I need when a user performs an action but it starts slowing as soon as a few dozen objects are added. The feature I've added to automatically select and rename a newly object stops working because of that ... (this is a must because I am going to have do that hundreds of times per level so everything I can use to ease the process I'm sold)
And since Unity call some parts many times per seconds it is choking...
Roughly I maintain a list of ~10000 polygons (entire scenery) but searching the scene for these is slow, I needed a mechanism to listen on objects being added/removed -> ok, low-level Unity crap solved. But now there are other lists as well, referenced and non-referenced objects, and queries between those simply slow everything down to the point that it freezes.
It is really important that the editor helps me as much as possible for very repetitive tasks such as those, I also would like to do A/B comparisons with resulting levels and I need the same concepts...
I guess I will tackle it over the next days, hopefully.
So these days, quite some work on it but hasn't really paid off :evil
And hot temperatures these days don't help much :bomb:bomb:bomb
Itsy bitsy bump.
I was busy the whole month fixing house's kitchen/bathroom/painting etc ... :mr-t
Just started working again on it tonight, need a refresh ... hmm I guess I have to fix this perf. issue so I can finish the scene editor and so on. :cowboy
In short, I'm back !!!
Ayy, nice to see the project being back on track. Good luck at it mate!
Thanks !!
After a few days of accustoming I'm slowly getting back on track. I finally fixed all these performance problems in the scene editor, it was much more subtle and longer than I expected but I think we're there now.
Basically as I would add a few objects things were being exponentially longer (stats/validation) because Unity goes berserk calling methods many many times per seconds resulting in freezes ...
I still feel this was the right choice: visual cues and validation for building levels, it would not have made much sense to manually find a missing needle in the haystack of polygons that are each level.
I will probably be finished mid-week with this chapter and be able to advance in the project :)
Attachment 10429
A quick ping to let you know I'm still working hard on the project, it's definitely not dead :pirate, it's just that it takes way longer than what I thought and had other things to do.
In the meantime I've been looking at Wipeout 64 and it's pretty much like WOXL, and I will add it to the project.
You can see what's been discovered if you have access to this thread : http://www.wipeoutzone.com/forum/sho...mages-allowed)
Cheers !
Happy NEW Wip3Out YEAR ! ! ! ! !
:hyper:hyper:hyper:hyper:hyper:hyper:hyper:hyper:h yper:hyper
Hi bro, happy new year, I know it's almost 3 months late but it's never too late :) !
(I still work on the project, it's just that there's so much to do and days are not long enough)
There's no rush, just checkin' in to see what's the weather like :))
Here's what's the weather like in here :
- new, unified asset system, supports Wipeout, Wipeout XL and now Wipeout 64 :)
(WO3 is out for now but it'll come back)- abstraction of game data, no more version-specific code
- level editor ... basically I will create the levels myself by dragging and dropping track, scenery, add behaviors etc
(i.e. the rescue ship must be split into different meshes e.g. body, headlights which need their own material)
and while this is a simple concept, implementing it is not that simple, i.e. I'm getting to it but it takes time
this is the most time consuming as Unity is full of bugs, traps and shitty documentation (basic stuff is ok but I need more)
and remember, project shall not contain copyrighted stuff, easier said than done because Unity is a moron (getting to it)- lots of code written ...
- some news, see below
Reverse engineering of WOXL problematic tracks such as Gare d'Europa where it was all checkerboard:
(before)
Attachment 10618
(now)
Attachment 10617
Wipeout 64 support:
Attachment 10622
Retro-rendering effect:
(no effect)
Attachment 10619
(dithered 8-bit MS-DOS style)
Attachment 10620
(dithered 16-bit PSX style)
Attachment 10621
also, regarding our old discussion, there might be a possibility to have real and accurate shadows one day,
stripping out the ones baked in by the designers, but only when I'm an really advanced state in the level editor
also I think I can even pull out smoother transitions in the track (see Gare d'Europa for instance),
we didn't pay attention back then but now it's pretty obvious, i.e. get a truly 24-bit rendering
etc etc etc ... I'm spending all my time on the asset abstraction and level editor,
goal is to finish these, pack the levels, create level behaviors, finally work on the game itself.
so, no game yet, but we're getting closer to it each day !
:P
Dang, that's some complex weather you have there, hope you're ok :)) Anyways I'm not planning on going anywhere any time soon so, be it 10 years or whatever, I'll still be around ;)
How do you like the retro-effect ?
Or do you only swear by Royale CRT :P
(actually I've started working on my own but it's too early to show anything good)
It's great ;)
Thanks :)
The 16bit PSX style looks quite good ;) Also you can always show some sneak peek of your own CRT wip :D
Nope, I don't swear by CRT Royale :)) there's much left to be desired with it too. There's always room for improvement.
Then again, I'm only rockin' a 1080p TN... so, there's that... There's only so much one can ask from a shader.
sorry I was kind of 'disconnected', 'no Wipeout eat/sleep/think/code'-punishment for almost an entire month, hope I'll get back on track soon :)
Project updated, please take a look at the 1st post in the thread !
Cheers man for all your hard work! I don't have any more time for gaming anyways since I've switched countries... I hope BallisticNG will get better with your help ;)
Thanks !!! Where did you relocate ?
I hope, too
:)
Ireland.
cool :):):)