Oddworld Forums > Zulag Three > Fan Corner


 
Thread Tools
 
  #31  
01-21-2013, 12:58 PM
Varrok's Avatar
Varrok
Wolvark Grenadier
 
: Jun 2009
: Beartopia
: 7,301
Blog Entries: 52
Rep Power: 25
Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)

+1
Reply With Quote
  #32  
01-21-2013, 02:26 PM
Phylum's Avatar
Phylum
No Artificial Colours
 
: Sep 2008
: Rock bottom
: 4,911
Blog Entries: 94
Rep Power: 22
Phylum  (5748)Phylum  (5748)Phylum  (5748)Phylum  (5748)Phylum  (5748)Phylum  (5748)Phylum  (5748)Phylum  (5748)Phylum  (5748)Phylum  (5748)Phylum  (5748)

:
That's done quite simple, by letting the players drag away from a specific point (in this case the sligshot tower) I can get the direction to shoot by inverting the way the player is dragging the Mudokon, so if you drag to the left, the direction to shoot is right, drag down, and the direction to shoot is up. Then I need to calculate what power to shoot with, and this can be done by measuring the distance between the center point and the mouse (withing pre-determined bounds so there is a max distance). I translate this distance to an amount of force, and add this force to the Mudokon, in the direction that I calculated. And then we just have to watch and enjoy the Mudokon smashing into things!
So you cheat and let it do all of the trig for you?

I need to give Unity a look.
Reply With Quote
  #33  
01-22-2013, 03:16 AM
moxco's Avatar
moxco
Zappfly
 
: Dec 2006
: Earth
: 2,794
Blog Entries: 26
Rep Power: 20
moxco  (2195)moxco  (2195)moxco  (2195)moxco  (2195)moxco  (2195)moxco  (2195)moxco  (2195)moxco  (2195)moxco  (2195)moxco  (2195)moxco  (2195)

Doesn't every language do the trig for you? Even if your using some funky language that doesn't you should surely be able to import a math library.
Reply With Quote
  #34  
01-22-2013, 03:27 AM
Software Bug's Avatar
Software Bug
Formerly Tim Cottenham
 
: Jun 2004
: Groningen, Netherlands
: 1,068
Blog Entries: 1
Rep Power: 21
Software Bug  (308)Software Bug  (308)Software Bug  (308)Software Bug  (308)

:
Got a suggestion to make it slightly funnier - Instead of the realistic "thud" that the mudokons make when they land, try replacing it with the classic mudokon pain sounds, maybe randomly alternate between the two or so. I included them in a zip file here.
:
+1
That's a great suggestion! It will get done! Thank you!

:
So you cheat and let it do all of the trig for you? I need to give Unity a look.
Don't underestimate it, there's still a lot of work to be done

:
Doesn't every language do the trig for you? Even if your using some funky language that doesn't you should surely be able to import a math library.
You are right, but the point I was trying to make was that Unity is pretty much a ready-to-use engine, and because I work alone it's nice to just get to the making of the actual game, and not worry about writing my own engine, physics, or have to collect all libraries.
__________________
*Working on all the dead links around here, stay tuned!*

Throw around some Mudokons in my game Flying Mudokons!

Need images for your Oddworld fan project? Visit The Oddworld Vector Gallery!

Reply With Quote
  #35  
01-22-2013, 02:00 PM
JayDee's Avatar
JayDee
Global Moderator
Problem Sleuth
 
: Aug 2008
: AAAAAA
: 1,119
Blog Entries: 28
Rep Power: 16
JayDee  (1389)JayDee  (1389)JayDee  (1389)JayDee  (1389)JayDee  (1389)JayDee  (1389)JayDee  (1389)JayDee  (1389)JayDee  (1389)JayDee  (1389)

I'd actually been playing around with making a game quite similar to this, however you were instead going to be a mudarcher firing arrows, I had the code fine I just never thought it was good enough. This though is really good quality, well dones! I look forward to future updates!

+Rep for you, good sir!
__________________

Reply With Quote
  #36  
01-23-2013, 05:07 AM
Software Bug's Avatar
Software Bug
Formerly Tim Cottenham
 
: Jun 2004
: Groningen, Netherlands
: 1,068
Blog Entries: 1
Rep Power: 21
Software Bug  (308)Software Bug  (308)Software Bug  (308)Software Bug  (308)

Cool! If it's actually playable, even just one level (like this) you should post it! Let people enjoy it, get feedback, and see if you want to develop it further.

That's the reason I have posted this in such an early stage, with the feedback I can get a fairly good direction that people want this game to go, and that helps me with development a lot.
__________________
*Working on all the dead links around here, stay tuned!*

Throw around some Mudokons in my game Flying Mudokons!

Need images for your Oddworld fan project? Visit The Oddworld Vector Gallery!

Reply With Quote
  #37  
01-24-2013, 06:47 AM
AlexFili's Avatar
AlexFili
Wolvark Shooter
 
: Feb 2009
: NorthWest of England
: 3,127
Blog Entries: 78
Rep Power: 18
AlexFili  (1280)AlexFili  (1280)AlexFili  (1280)AlexFili  (1280)AlexFili  (1280)AlexFili  (1280)AlexFili  (1280)AlexFili  (1280)AlexFili  (1280)

:
Thank you! Well, the thing that's so great about Unity is that it already includes a ready-to-use physics system (albeit it can be glitchy at times!) so the only thing I had to do was to come up with a way to utilize it the way I wanted, like a slingshot.

That's done quite simple, by letting the players drag away from a specific point (in this case the sligshot tower) I can get the direction to shoot by inverting the way the player is dragging the Mudokon, so if you drag to the left, the direction to shoot is right, drag down, and the direction to shoot is up. Then I need to calculate what power to shoot with, and this can be done by measuring the distance between the center point and the mouse (withing pre-determined bounds so there is a max distance). I translate this distance to an amount of force, and add this force to the Mudokon, in the direction that I calculated. And then we just have to watch and enjoy the Mudokon smashing into things!
Thanks for the advice, I'll give it a go and let you know how I get on
__________________

[B]
I stream games and art now!
http://twitch.tv/ZephyrFloofyDerg
floofyderg.live

Reply With Quote
  #38  
01-28-2013, 01:25 PM
Software Bug's Avatar
Software Bug
Formerly Tim Cottenham
 
: Jun 2004
: Groningen, Netherlands
: 1,068
Blog Entries: 1
Rep Power: 21
Software Bug  (308)Software Bug  (308)Software Bug  (308)Software Bug  (308)

Can you guys guess what the theme will be for the first 12 levels?



I have no specific date for when it's done, i'm moving to my new place this week, getting a new pc to develop on, so I might not have a lot of time this week. Early (first or second week) of February will be possible.

:
More Oddworld environments? I would love to see some from AO and AE if that's possible
Is this what you meant?
__________________
*Working on all the dead links around here, stay tuned!*

Throw around some Mudokons in my game Flying Mudokons!

Need images for your Oddworld fan project? Visit The Oddworld Vector Gallery!

Reply With Quote
  #39  
01-28-2013, 01:43 PM
Varrok's Avatar
Varrok
Wolvark Grenadier
 
: Jun 2009
: Beartopia
: 7,301
Blog Entries: 52
Rep Power: 25
Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)Varrok  (7896)

:
Can you guys guess what the theme will be for the first 12 levels?
A circus?
Reply With Quote
  #40  
01-28-2013, 10:11 PM
RoryF's Avatar
RoryF
aka OddMan360
 
: Jul 2009
: 42 Wallaby Way
: 1,485
Blog Entries: 17
Rep Power: 16
RoryF  (860)RoryF  (860)RoryF  (860)RoryF  (860)RoryF  (860)RoryF  (860)RoryF  (860)

I am pretty sure that it's going to be something from Stranger's Wrath.
__________________
>> oddmatics.co.uk <<
there's stuff there, totally cool stuff, really!

Reply With Quote
  #41  
02-22-2013, 10:28 AM
Software Bug's Avatar
Software Bug
Formerly Tim Cottenham
 
: Jun 2004
: Groningen, Netherlands
: 1,068
Blog Entries: 1
Rep Power: 21
Software Bug  (308)Software Bug  (308)Software Bug  (308)Software Bug  (308)

Good news! I've moved into my new place, and everything is set up to begin developing! (also got a pc to develop on!) Will update soon.
__________________
*Working on all the dead links around here, stay tuned!*

Throw around some Mudokons in my game Flying Mudokons!

Need images for your Oddworld fan project? Visit The Oddworld Vector Gallery!

Reply With Quote
  #42  
03-19-2013, 02:30 PM
SoulStorm64's Avatar
SoulStorm64
Thudslug
 
: Feb 2012
: Minnesota
: 180
Rep Power: 13
SoulStorm64  (104)SoulStorm64  (104)

I hope you can pull this one threw Tim! I've been watching all of your mods so far "from the remake of oddworld to the URT version of oddworld which looked pretty cool.

Hope to see new levels
__________________

Reply With Quote
  #43  
03-20-2013, 01:39 AM
Software Bug's Avatar
Software Bug
Formerly Tim Cottenham
 
: Jun 2004
: Groningen, Netherlands
: 1,068
Blog Entries: 1
Rep Power: 21
Software Bug  (308)Software Bug  (308)Software Bug  (308)Software Bug  (308)

Thank you!

I can assure you that I am currently very busy with this! I managed to get permission from school to use this for a project, so I will have to finish this if I want to pass the year.
__________________
*Working on all the dead links around here, stay tuned!*

Throw around some Mudokons in my game Flying Mudokons!

Need images for your Oddworld fan project? Visit The Oddworld Vector Gallery!

Reply With Quote
  #44  
03-20-2013, 12:16 PM
Steamer_KING's Avatar
Steamer_KING
Outlaw Cutter
 
: Feb 2011
: Portugal
: 1,204
Rep Power: 14
Steamer_KING  (637)Steamer_KING  (637)Steamer_KING  (637)Steamer_KING  (637)Steamer_KING  (637)Steamer_KING  (637)

FINISH THAT FUCKER!!!

Then let us download so we can beat the shit outta sligs.
__________________

Reply With Quote


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 








 
 
- Oddworld Forums - -