(Topic ID: 98632)

Indiana Jones Software Rewrite - The Journey

By applejuice

9 years ago


Topic Heartbeat

Topic Stats

  • 204 posts
  • 65 Pinsiders participating
  • Latest reply 8 years ago by applejuice
  • Topic is favorited by 63 Pinsiders

You

Linked Games

Topic Gallery

View topic image gallery

addtext_com_MTYxNTAzNzUwMDI.jpg
Screen Shot 2015-04-20 at 15.12.51.png
Screen Shot 2015-04-20 at 15.12.08.png
Screen Shot 2015-05-24 at 15.47.46.png
Screen Shot 2015-05-23 at 12.08.59.png
Screen Shot 2015-05-22 at 11.55.18.png
minecartinfo1.png
minecart5.png
minecart info2.png
minecart2.png
Screen Shot 2015-03-10 at 19.52.19.png
Screen Shot 2015-03-10 at 16.29.03.png
Screen Shot 2015-03-10 at 15.34.32.png
Screen Shot 2015-03-10 at 15.34.08 1.png
Screen Shot 2015-03-10 at 15.27.18.png
Screen Shot 2015-03-11 at 12.18.55.png

You're currently viewing posts by Pinsider applejuice.
Click here to go back to viewing the entire thread.

15
#1 9 years ago

Hi, As a few people know i've been working on rewriting Indiana Jones software for the last few years using the p-roc hardware and pyprocgame framework. I thought i'd create a thread on here to share info and show progress as things keep moving. There is a post on my blog here :

http://mypinballs.blogspot.co.uk/2014/07/indiana-jones-software-rewrite.html

with some summary info and a view vids etc. I also have a child board over on the p-roc controller here:

http://www.pinballcontrollers.com/forum/index.php?topic=259.0

The idea with this project has been to recreate the game to the original design and then add on to it. The premise is that the average player should not be able to tell a new feature apart from an original one unless it is pointed out to them. Anyway, that's the idea. It all started back in 2011!

See here for a quick game play video from awhile back to.

Note that this is all work in progress and not a finished item. There is a big list of bugs to solve and features to refine I'm nearly there on all the modes though, just the last 2 video modes to do (mine cart and revan bar). I got slightly distracted a few months back and added a secret werewolf attack video mode (from Dracula). love that mode!

I'm also working on a whirlwind software rewrite which i'll add a separate thread for.

#3 9 years ago

Thanks for your ideas and reply.

Current skillshot added is in the same 'style' as Batman TDK where you hold the left flipper button in as you launch and the lamps in front of the right ramp strobe. Both top gates open and the ball is fed to the left flipper where you have a timed period to make the right ramp. Cool dmd graphic and sound callout then ensues if you make it!

The current progress is mainly to get things as accurate to the original as possible and complete all 12 modes, but there are some new additions including the skillshot, which are:

Random positioning for POA lamps at each round
Extra jackpot and graphics for the 4th film
Secret werewolf video mode from Dracula
Add a ball in quick multiball

I spent quite a bit of time recently getting the code to understand the concept of holding a path of adventure lit sequence until after multiball ends etc. Something that i never really noticed when playing the original, but there is an actual dmd screen alerting you to this!

If you have ideas for additions/changes then please do get in touch. Hearing other peoples ideas is also a great help.

#18 9 years ago
Quoted from Tensikka:

Please, stick in to the topic. Move to Europe and it's legal to modify what ever you own. And even sell it forward, like new programs to car's ECUs to boost more power etc. I really hate where this "business" is going IF rights owners starts to nitpick these kind of projects where nobody isn't making a dime. And everything that people are willing to discuss here is this legal-stuff that just makes me sad. I would like to see topics like this so please keep pushing. Have a decent lawyer if something comes up, make a kickstarter (todays trend) or something if not possible otherways.

Thanks for your message. Good summary

#19 9 years ago
Quoted from Snux:

Jim - you're much further along with your Indy and Whirlwind rewrites than I am with my F14. Do you ever call something like this "finished", or are you likely to end up like I fear I will, endlessly tweaking things? Do you also suffer from the "oooh, shiny" syndrome where you spend ages on the bells and whistles at the expense of a good base?
Looking really good, time I poked around your code again for some inspiration
-Mark

I've been working through it fairly steadily, first mechanisms and basic low level rules, then up to modes, mulitballs, higher level rules and such. Sometimes i take a small detour like the dracula video mode which is fun. Also i often come back to ealier dmd animations and then improve them as i've learnt better ways to do things. For exmaple i reworked the match sequernce recently, as the first way i did it wasn't that great. The dmd element really adds to the project length.

Must update the github area, as its really out of date and alittle crusty. I'm planning to do that this weekend. and sync to the latest build. Anyway the url for anyone wanting to view is

http://github.com/mypinballs

There's all my open source projects listed in there.

#22 9 years ago
Quoted from lurch:

OMG OMG OMG..... wheres the Whirlwind thread????? id love to know what youre doing with this!

The thread i just created.

https://pinside.com/pinball/forum/topic/whirlwind-software-rewrite-the-journey

#23 9 years ago
Quoted from Nexyss:

I am planning to start a project like this for No Fear. Any advice for someone just starting out on this journey?
I just got a No Fear last week so I have a dev machine. I need to play it for a bit to find out exactly what it has, and what I want to add. I would really like to just expand on what is there, but I guess it may be easier in the long run to just do everything from scratch.

That would make a nice rewrite to. Plenty of scope in there to add onto the existing rules. My advice would be to start with the basics and any game toys, get them solid then move upward with the more complicated rules. Having the main Multiball working often helps straighten out the kind of player tracking vars you'll need to. Also don't underestimate the time the graphics will add to the project length.

#26 9 years ago

Will need to have a look for that. I have found some interesting unused animations in there inc what looked like Jesus's face instead of Marion in the basket from the streets of Cairo mode!!!

2 weeks later
11
#27 9 years ago

Update:

Steadily working through things and improving the game logic, fixing bugs etc now the majority of the rules and features are in place. I still have 2 video modes to complete (raven bar and mine cart) but all other features are in and working (plus all the extras). I recently updated my github area with a newer build as it was massively out of date and i've started to work on another section which i always wanted to add - Colouring the DMD data. Massive thanks to Eric here, as he very kindly agreed to colour the frames for me and guided me through the colour setup/additions needed for my project. He is a genius and has a real keen eye for getting the animations to look perfect See below for a few sneak peeks. I also updated the main core code to use my database driven audits and diagnostics systems which i created on the whirlwind project along with sorting out proper file logging, which i hadn't added here (for some reason!)

Screen Shot 2014-08-15 at 11.36.58.pngScreen Shot 2014-08-15 at 11.36.58.pngScreen Shot 2014-08-15 at 11.22.06.pngScreen Shot 2014-08-15 at 11.22.06.pngScreen Shot 2014-08-15 at 11.21.49.pngScreen Shot 2014-08-15 at 11.21.49.pngScreen Shot 2014-08-15 at 11.21.37.pngScreen Shot 2014-08-15 at 11.21.37.pngScreen Shot 2014-08-15 at 11.10.17.pngScreen Shot 2014-08-15 at 11.10.17.png

http://blog.mypinballs.com
http://mypinballs.co.uk

#39 9 years ago
Quoted from Starscream:

Could you do anything like the Twilight Zone final roms?
Such as the pause feature when you hold the flipper and the extra ball button?
Or someway of practicing Eternal Life multiball like the TZ roms?
I love that pause feature on my TZ, I wish all pins had that

Yes, i will definitely add these features, no problem. They are all great options to have.

Quoted from sd_tom:

You can get the new code, just not the IP (DOTS, Audio, etc).
And if getting approval means there's no werewolf video-mode in any IJ 2.0 project.. that's probably good (sorry, they really have nothing to do with one another).

Just a quick reply to the werewolf attack queries. This was added as a homage to dracula as i love that game and especially the video mode within it. It will be a secret addition in the final code, not a replacement for anything. Also I am a big believer in settings, settings, settings. So it will be 'disable able' if it really doesn't sit well with you

#52 9 years ago
Quoted from jwo825:

I think there's also another callout that says "shoot them both" or similar. I'm not a great player so I don't get all of them often.
I'm in the group saying bring on the movie lines, full on and un censored. Although the honk to bleep out the end of shit is quite comical to me.
I don't think poor imabearsfan deserves all the negativity, though. He asked for the option to turn off some stuff. He's not asking him to cut it out permanently.

Quoted from CaptainNavidad:

I'll tell you what's right - bring back the original line from Temple of Doom. "I hate the water, and I hate being wet, and I hate YOU!" If you can't handle the tone, get a more family fun pin such as Flintstones, Bugs Bunny or Popeye. And here's another vote for the unfettered "Oh, Shit" callout. Oh, and I wouldn't mind seeing Willie in a wet t-shirt compliments of a squirrely elephant...on a color DMD. IJ is the greatest pin ever!

To answer the questions about sound, I am personally in the camp of having all the speech uncensored from the film, but i also see other peoples points of view and like i mentioned before i like settings settings settings as it gives everyone the options to set it how they like. I'm thinking maybe i can add a sound setting with 3 options, something like family, original williams spec and uncensored. I'll have to get the blue rays out and extract some of the quotes amended by wms to get all the uncensored and uncut stuff, so it will be a thing to work on later. Please do continue to send suggestions on the speech samples front and i'll keep a list to work from.

#53 9 years ago

Another great piece of colourisation

Screen Shot 2014-08-20 at 22.03.27.pngScreen Shot 2014-08-20 at 22.03.27.png

2 weeks later
#61 9 years ago

Update: Been working on the modes I have left to complete recently (after getting back from the UK Pinball Party) namely Raven Bar Video Mode. These modes take awhile to get sorted as there's a lot of sprites to sort out. Here's some screens of progress so far. I think the regular modes are easier to code than these. I've been adding some small tweaks as i go to, like better text at the bottom, animated score for shooting bad guys etc. I only just realised each bad guy is worth 1Million!

Screen Shot 2014-09-05 at 15.35.39.pngScreen Shot 2014-09-05 at 15.35.39.pngScreen Shot 2014-09-05 at 14.40.20.pngScreen Shot 2014-09-05 at 14.40.20.png

#68 9 years ago
Quoted from girloveswaffles:

How about bringing back the original line "Mola Ram, prepare to meet Kali in Hell!"

Quoted from applejuice:

To answer the questions about sound, I am personally in the camp of having all the speech uncensored from the film, but i also see other peoples points of view and like i mentioned before i like settings settings settings as it gives everyone the options to set it how they like. I'm thinking maybe i can add a sound setting with 3 options, something like family, original williams spec and uncensored. I'll have to get the blue rays out and extract some of the quotes amended by wms to get all the uncensored and uncut stuff, so it will be a thing to work on later. Please do continue to send suggestions on the speech samples front and i'll keep a list to work from.

#72 9 years ago

Example of the animated text for a bad guy shot
Screen Shot 2014-09-06 at 23.18.26.pngScreen Shot 2014-09-06 at 23.18.26.png

Going to have a game setting to adjust the hits for medallion. 20 (as per the original) seems harsh. Here I was testing it at a low 2 hits!
Screen Shot 2014-09-06 at 23.16.34.pngScreen Shot 2014-09-06 at 23.16.34.png

#76 9 years ago

An example of the settings now available for Raven Bar Mode.

'Raven Bar Level Start':
options: [1,4]
increments: 1
default: 1
'Raven Bar Lives':
options: [1,9]
increments: 1
default: 5
'Raven Bar Hits For Medallion':
options: [1,50]
increments: 1
default: 20
'Raven Bar Hits For Extra Ball':
options: [1,50]
increments: 1
default: 15
'Raven Bar Animate Scores For Hits':
options: ['Yes','No']
default: 'Yes'

Screen Shot 2014-09-07 at 21.44.24.pngScreen Shot 2014-09-07 at 21.44.24.png

#85 9 years ago

Let there be technicolour and gruesome head explosions

Screen Shot 2014-09-11 at 18.31.51.pngScreen Shot 2014-09-11 at 18.31.51.pngScreen Shot 2014-09-11 at 18.31.44.pngScreen Shot 2014-09-11 at 18.31.44.png

1 week later
#90 9 years ago

Update: Working through cleaning up the sprite data as i work with Eric and get more of the mode animations ready for colour. I wrote a nice way to join the raw sprite data format from the original rom data and get it into a format pyprocgame understand better. Previously i was joining the sprite data up 'on the fly' as the mode was loaded. This way is much better

Also, i added a pause function like on TZ that someone mentioned above i think. Will shoot new vids soon hopefully as time allows. I also have to get the lcd panel installed and hooked up etc, as currently i just have a regular dmd in there.

I'm taking my 2 p-roc projects to a big event here in the UK in a few weeks - play expo 11th -12th October (http://playexpo.net), just before pinball expo i think. I'm hoping to show people there the power of custom rewrites and what can be achieved if you keep plugging away at something.

Oh an here's another new colour screen Eric just finished

Screen Shot 2014-09-18 at 12.09.04.pngScreen Shot 2014-09-18 at 12.09.04.png

Post edited by applejuice

#91 9 years ago

You never know i may have a look at that game after i get done with the williams one. No idea when that will be though at the moment.

#96 9 years ago

Some pics of a new new mode i added for inclusion at play expo - moonlight madness

POWIE!

IMG_2997.JPGIMG_2997.JPGIMG_2999.jpgIMG_2999.jpgIMG_2998.JPGIMG_2998.JPG

#97 9 years ago

A few people have asked about the Multiball 'ARC' typo present in the original game. Fear not, i have ammended it in my version

IMG_3002.JPGIMG_3002.JPG

and in colour

Screen Shot 2014-09-25 at 18.57.14.pngScreen Shot 2014-09-25 at 18.57.14.png

#98 9 years ago

Example of quick multi ball running in colour

Screen Shot 2014-09-26 at 16.09.07.pngScreen Shot 2014-09-26 at 16.09.07.png

3 weeks later
#104 9 years ago

So we are back after the expos (UK and USA) and working on the colour screens again I will also update this thread with the details on how the demo went at PlayExpo shortly (was great fun showing people everything that had been done) but first here are some new screens from Eric.

Screen Shot 2014-10-21 at 21.00.16.pngScreen Shot 2014-10-21 at 21.00.16.pngScreen Shot 2014-10-21 at 20.59.35.pngScreen Shot 2014-10-21 at 20.59.35.png

#105 9 years ago

So this year at PlayExpo here in the uk i decided to run a kind of hacking lab for folks to see what i've been upto and what is possible with custom hardware and software etc. It's a big gaming show with lots of different genres, one of which is pinball. Here's a quick pic of the queues outside on the saturday.

NLP 002.jpgNLP 002.jpgNLP 001.jpgNLP 001.jpg

As you can tell the place was pretty busy and there were loads of games played on Indy. I pretty much lost my voice by the end of the day! Everyone seemed to enjoy the experience and most of the casual players didn't notice it was a rewrite and not the original game so i was pretty happy there. We also found a few bugs and niggles whilst the better players were having a go and also trying out the extra features etc. I was actively encouraging pinheads to try and break stuff and was a lot of fun!

#106 9 years ago

Loops

Screen Shot 2014-10-24 at 20.40.31.pngScreen Shot 2014-10-24 at 20.40.31.pngScreen Shot 2014-10-24 at 20.39.45.pngScreen Shot 2014-10-24 at 20.39.45.png

1 week later
#117 9 years ago
Quoted from HunchbackHodler:

I saved this thread into my favorites folder. Amazing!
I have a slight critique to those images you just posted, the subjects/objects of the foreground are too dark and blend in too much into the black background, there needs a bit more seperation.
EDIT: maybe that sky will be another color, those scenes in the movie happened during the day, so whoops

Quoted from HunchbackHodler:

The blue sky makes the dots look much more filmic. All this makes me want to buy the machine. Good luck on this very interesting project.

Thanks for the comments and feedback and that you like what we are doing Just catching up on the latest posts after a hectic halloween few days!

As Eric mentions we are trying to stick to the original dot art for the most part, but the process and system we are using does allow us to make changes if we think improvements should be made to the art. I agree here that as these scenes were during the day in the films they should have some coloured sky element to them. The loop animations are some of my favourite from the game to.

#123 9 years ago

Here's a good example where new graphics can really add to the project. This is a new graphic frame that Eric did for me, based on some of the stock williams ones. I probably don't need to explain which feature addition its for!!

Screen Shot 2014-11-04 at 23.33.55.pngScreen Shot 2014-11-04 at 23.33.55.png

#129 9 years ago
Quoted from HunchbackHodler:

Out of curiosity, which sky will Jim go with?

I will be using the updated scenes that Eric is working on. We've been discussing what to alter with the loop set of anims and have got it pretty nailed down now. I think these tweaks will really add to the game. I haven't decided yet whether to maintain 2 sets of assets for non colour use. That will be a later decision

3 weeks later
#130 9 years ago

Update:

Some new pics of more coloured frames. Note the sunset on the horse loop animation. We really pushed the limit here Eric worked his magic yet again based on my ideas from the end of the grail film and nailed it perfectly.

Screen Shot 2014-12-01 at 14.42.31.pngScreen Shot 2014-12-01 at 14.42.31.png

On the truck loop animation, we added sky and better ground colourisation which really added to the depth
Screen Shot 2014-12-01 at 14.44.01.pngScreen Shot 2014-12-01 at 14.44.01.pngScreen Shot 2014-12-01 at 16.43.36.pngScreen Shot 2014-12-01 at 16.43.36.png

Some more text based colourisations to:

Screen Shot 2014-12-01 at 14.43.23.pngScreen Shot 2014-12-01 at 14.43.23.pngScreen Shot 2014-12-01 at 14.44.25.pngScreen Shot 2014-12-01 at 14.44.25.png

And the start of the extra ball animation:

Screen Shot 2014-12-01 at 14.43.02.pngScreen Shot 2014-12-01 at 14.43.02.png

#137 9 years ago
Quoted from Ijpinball:

Since this is an Indiana Jones post I need help on some holes
I purchased a new cabinet they did not drill three holes on the lower right and the two holes on the lower left cabinet these holes are for the Plainfield hinges and the yellow safety bar if anyone can please measure these from the bottom up and from the back forward
Thanks

As fosaisu said this thread is about my software rewrite of indiana jones. the thread posted in fosaisu's reply is more suited to your question. thanks

4 weeks later
#138 9 years ago

Added a small extra to my service mode today to show a similar type screen inspired from the later wpc-95 games.

Quick pic of it on my dev machine

Screen Shot 2015-01-03 at 15.05.32.pngScreen Shot 2015-01-03 at 15.05.32.png

and quick vid of me opening and closing the coin door on my game. (Was taken 1 handed so not great quality!)

The lower info text which scrolls through stuff, will also show logged errors like bust switches & mechs in it. There is a background diagnostic mode which looks for any issues.

#140 9 years ago
Quoted from epthegeek:

Dogfight: No longer at night.

A serious amount of work to get this updated, but looks bloody amazing now

Also, just re-wrote the get the idol scene with proper sprites and progressive background. This was one of the first scenes i wrote way back when i started the rewrite in 2011 and i know a lot more now on how to put them together.

#143 9 years ago

Some pics of the get the idol mode running on the dev laptop now all the layering is working (colour to be added.)

Screen Shot 2015-01-10 at 09.34.50.pngScreen Shot 2015-01-10 at 09.34.50.pngScreen Shot 2015-01-10 at 09.34.52.pngScreen Shot 2015-01-10 at 09.34.52.pngScreen Shot 2015-01-10 at 09.35.09.pngScreen Shot 2015-01-10 at 09.35.09.pngScreen Shot 2015-01-10 at 09.35.19.pngScreen Shot 2015-01-10 at 09.35.19.png

Also, some pics of the streets of cairo mode that we coloured awhile back. Modes really come to life when colour is added

Screen Shot 2015-01-10 at 09.37.40.pngScreen Shot 2015-01-10 at 09.37.40.pngScreen Shot 2015-01-10 at 09.37.43.pngScreen Shot 2015-01-10 at 09.37.43.png

And, a screen shot of the end of the plane chase ramp shot with the points layer

Screen Shot 2015-01-10 at 09.35.32.pngScreen Shot 2015-01-10 at 09.35.32.png

#144 9 years ago

Update: few new pics

Get the idol now in colour and with 3 difficulty settings (variable number of shots needed):

Screen Shot 2015-01-14 at 15.05.22.pngScreen Shot 2015-01-14 at 15.05.22.pngScreen Shot 2015-01-14 at 15.05.40.pngScreen Shot 2015-01-14 at 15.05.40.png

And a very nice coloured animation for the path of adventure instructions

Screen Shot 2015-01-15 at 22.50.17.pngScreen Shot 2015-01-15 at 22.50.17.png

#145 9 years ago

Rope Bridge now in daylight. Just fine turning some of the font masking, but this is how its looking so far

Screen Shot 2015-01-18 at 21.56.35.pngScreen Shot 2015-01-18 at 21.56.35.pngScreen Shot 2015-01-18 at 22.26.37.pngScreen Shot 2015-01-18 at 22.26.37.pngScreen Shot 2015-01-18 at 22.26.36.pngScreen Shot 2015-01-18 at 22.26.36.png

#146 9 years ago

Update: Some new coloured screens for the three challenges mode. Also I fixed the issue with the original game where i believe the mode ends before you get to see the final challenge lit up and the screen completed. I am also contemplating some alterations to the way the path lamps lite during the mode.

How do you feel about this mode? Room for improvement?

Screen Shot 2015-01-23 at 09.21.30 1.pngScreen Shot 2015-01-23 at 09.21.30 1.pngScreen Shot 2015-01-22 at 19.44.59.pngScreen Shot 2015-01-22 at 19.44.59.png

#150 9 years ago
Quoted from luvthatapex2:

Very nice Jim. I didn't recall the 3 challenges mode, so I looked it up. Is this correct?
Three Challenges: Shoot the right ramp for the Path to Adventure raised playfield. Challenges 1,2 & 3 are completed by hitting all lit rollovers for 10M, 20M & 30M respectively. All lit rollovers have to be hit during one pass of the Path to collect the points.

Yep that's the stock rules and its usually 1, 2 and 3 lanes to hit on each pass respectively. I want to make the lane positions a bit more random each time but still fixed and obviously not have it break after you get the first pit award.

1 month later
#151 9 years ago

Update: Some new pics of various modes and award graphics during them. Been working with Eric on sorting out some of the niggles with masked fonts. Indy has a lot of layered modes with multiple font layers so i really wanted to get this fixed. The mask helps to isolate a font when a graphic layer is underneath by placing a 1 pixel black border around. There were some old issues with fonts missing the last pixel column off these and other missing pixels. Eric and Rosh worked out a really nice solution to fix the issue within pyprocgame's framework, so i'm glad to be taking advantage of this Eric also helped again by fixing up a lot of my fonts to be fully compatible with the new update. Thanks Eric.

Tank Chase

Screen Shot 2015-02-27 at 11.41.37.pngScreen Shot 2015-02-27 at 11.41.37.png
Screen Shot 2015-02-27 at 11.47.57 2.pngScreen Shot 2015-02-27 at 11.47.57 2.png

Get The Idol

Screen Shot 2015-02-27 at 11.54.16.pngScreen Shot 2015-02-27 at 11.54.16.png
Screen Shot 2015-02-27 at 11.54.27 1.pngScreen Shot 2015-02-27 at 11.54.27 1.png

Street of Cairo

Screen Shot 2015-02-27 at 12.01.15.pngScreen Shot 2015-02-27 at 12.01.15.png

Well of Souls

Screen Shot 2015-02-27 at 12.03.32.pngScreen Shot 2015-02-27 at 12.03.32.png
Screen Shot 2015-02-27 at 12.03.33.pngScreen Shot 2015-02-27 at 12.03.33.png

Rope Bridge
Screen Shot 2015-02-27 at 12.31.13.pngScreen Shot 2015-02-27 at 12.31.13.png
Screen Shot 2015-02-27 at 12.31.21 1.pngScreen Shot 2015-02-27 at 12.31.21 1.png
Screen Shot 2015-02-27 at 12.31.21 2.pngScreen Shot 2015-02-27 at 12.31.21 2.png

1 week later
#152 9 years ago

Update: Been fine tuning my secret video mode (werewolf attack from dracula) which i've added in to the game. You start this by holding down the right flipper as you enter the mode start hole for raven bar. Have been improving the modes logic somewhat on detecting a wolf's position and which gun sprite to use depending on that position. Also the scoring awards are now higher if you shoot the wolves later, i.e closer to you and i've also added a custom kill screen for when you don't make it. Eric has sorted out the colourisation on the frames and all is looking rather good now.

Some screen shots of latest testing

Screen Shot 2015-03-10 at 15.27.18.pngScreen Shot 2015-03-10 at 15.27.18.pngScreen Shot 2015-03-10 at 15.34.08 1.pngScreen Shot 2015-03-10 at 15.34.08 1.png
Screen Shot 2015-03-10 at 16.29.03.pngScreen Shot 2015-03-10 at 16.29.03.png
Screen Shot 2015-03-10 at 19.52.19.pngScreen Shot 2015-03-10 at 19.52.19.png
Screen Shot 2015-03-11 at 12.10.14.pngScreen Shot 2015-03-11 at 12.10.14.png
Screen Shot 2015-03-10 at 15.34.32.pngScreen Shot 2015-03-10 at 15.34.32.png
Screen Shot 2015-03-11 at 12.18.55.pngScreen Shot 2015-03-11 at 12.18.55.png

#155 9 years ago
Quoted from Snux:

Hi Jim,
You seriously have too much spare time
Looking good, I need to dig around the font masking myself sometime.

Cheers Mark, your F14 is looking nice to. I'm tempted to see what rgb leds i can add to indy to but that is for later!!. If you need help on the font mask front, drop me a line direct and i'll see what i can help with

#156 9 years ago
Quoted from T-800:

Wow, just wow. I need to get cracking on my IJ restore....

Thanks This project is a serious labour of love and insane on the hours front, but getting nice comments always spurs you on In my 4th year working on this now, though i haven't been doing it constantly. I fit it in amongst my other work

#157 9 years ago

So then, RGB LEDs. What do people think of maybe adding this to the tasks list on my indy rewrite project? At first i was a little disappointed Indy doesn't have more clear lenses, as most are either green or yellow.

However, then i was thinking yellow arrow inserts could be turned yellow, orange and red where the colour could signify some sort of additional progress or points score, like timed combos or more detailed jackpot award shots for example

#159 9 years ago

Update: So i've started work on the final mode yet to remake. Number 12 of 12 - Minecart. This is my 4th video mode that i've redone.

Here are some pics of progress so far. I have extracted all the dmd data that i need. 15 separate files for this one and i got a basic mode coded up tonight with the basics working. Getting the layering positioning correct is a tricky bit of it, so that will continue tomorrow. Also, no colour yet, as i need to pass the frames to Eric.

minecartinfo1.pngminecartinfo1.pngminecart info2.pngminecart info2.pngminecart5.pngminecart5.pngminecart2.pngminecart2.png

#160 9 years ago

Update: Got the mine cart running pretty good now and feels pretty much like the original i remember. Going to shoot a video i think later this weekend hopefully, to show it running. Hard to get a good still screen shot of this one.

So on the tech front, i now have complete control of :

- How many tunnels to start
- How many track sections per mode
- The point at which the bonus award is applied
- The value per tunnel
- The point at which to start double barriers
- Complete randomisation every time of the barrier positions

Had a few long evenings building it all up. 20 hours in roughly on this one so far

#161 9 years ago

Video showing the operation of the new mine cart mode addition

1 month later
#167 9 years ago
Quoted from Joe_Blasi:

Cool Other games need Complete randomisation for video modes or at lest a setting for video modes off maybe put that setting into this game as well.

Yes, I may add an option to turn off video modes, which would reduce the number of modes to 9. Settings are great as they allow pretty much and combination, or option to be a possibility.

#168 9 years ago
Quoted from lancestorm:

4 years of work off and on? I sure hope you have a backup of a backup of a backup of all this code in various places . Keep going! Looks great!!

Yes, there's a few backups and yep over 4 years on and off now. (I have written my recreation of whirlwind to in that time )

All the game code is available as open source on my github area: http://github.com/mypinballs
The sounds and coloured dmd frames aren't. They are backed up privately.

I will try and get an updated video of the mine cart mode taken soon, as i have full colour in there now. Here are some screen grabs of the main background . I have added lanterns to the tunnel walls, to match the movie a little closer

Screen Shot 2015-04-20 at 15.12.51.pngScreen Shot 2015-04-20 at 15.12.51.pngScreen Shot 2015-04-20 at 15.12.08.pngScreen Shot 2015-04-20 at 15.12.08.png

2 weeks later
#171 8 years ago
Quoted from paynemic:

I haven't read all the posts yet but I am wondering if this works on non-color DMD. Just the standard one?
Also, how would a person put this into action on his ij?

Quoted from paynemic:

Ok. I read them now. New board and a computer. Does raspberry Pi have enough power?

You can use an original dmd and not a colour screen if you so wish. The graphics still work in monochrome. I personally like the colorisation that myself and Eric did so much, i don't think i could ever go back to 'orange'.

I terms of computers I use intel socket based ones, as the rPi doesn't have enough power to run games with dmd animations or lcd screens.

This project is not yet complete and i only list the source code for it, as this is the part i own and wrote from scratch. I offer it out to the community as open source so others can see how i wrote things and write their own games. I don't include any of the customised graphics or sounds at the moment.

1 week later
#172 8 years ago

Update: I finished adding all the mine cart coloured graphics in and shot a video of it all in game play

Also, now i have pretty much everything in place for the game rules, i though i'd shoot a few full length game vids to start updating my bugs list, missing items etc and also to show an updated game play. Please excuse the poor playing skills by myself, it seems i'm not too good when the camera is on! The following vid has a few games played by myself so i can show you a few different film modes and some of the multiball modes etc. There's bugs in there to fix still, as its all work in progress. This game is complex Enjoy

#173 8 years ago

Organising my day so i can have an anfteroon hours playing some more and working though some bug fixes and things. Also looking at adding mode timer pausing in, as i noticed yesterday that this is still to be added. Also i fixed a 'bad' font that crept out into the light yesterday (Thanks Eric for picking this one up)

Screen Shot 2015-05-22 at 11.55.18.pngScreen Shot 2015-05-22 at 11.55.18.png

And here's a better video of more game play and i actually got to shoot some of the new features i've added. Stacked Multiball (Main and QM) and Add-a-ball on normal QM. So the way it works is if you get qm running first then you can still start the main multiball by locking balls. You can't do it the other way round. If you just have QM running then you can add-a-ball by shooting the mode start hole.

A question for owners of indy and people interested in this rewrite. What do you think about QM play and the POA interaction. Currently I am following the original rules in terms of POA lit after multiball play ends, but what do you think about it the other way round. i.e if you start QM whilst POA is running? Should this be possible??? Should QM start and POA be cancelled and re-queued???? Should they both remain active???? Thoughts welcome.

#175 8 years ago
Quoted from BigPhil:

Never knew you had this on the go! Nice

Yep, on and off for about 4 years now. I work on it when i can fit it in between all my other company projects. I have created a whirlwind rewrite in that time to. Indy is my all time favourite game, so i love working on it.

#176 8 years ago

Update: Been working on the mode pausing. Got it working on the poa adventure timer and the first of the main film modes - get the idol. Working on the laptop, now to update the game and play some games.

Mode timers will pause if the ball enters the upper lanes, jets, mode start, or a ball is locked.

#182 8 years ago

Quick pic of a new setting related to mode timer pausing. This is the length of time before the timers will start up again if no other 'pause mode' switches are hit. Adjustable from 1 to 4 seconds, default 2 seconds

Screen Shot 2015-05-23 at 12.08.59.pngScreen Shot 2015-05-23 at 12.08.59.png

#184 8 years ago

Update: made a few tweaks to the POA and mini palyfield code and added a new screen to show when you continue your adventure instead of showing the playfield instructions again.

Screen Shot 2015-05-24 at 15.47.46.pngScreen Shot 2015-05-24 at 15.47.46.png

Also fixed some mode layer stacking issues which were stopping the progress animations from the mini playfield being shown on screen

Also added a new setting to set the pit lit level on adventures.

1 week later
#185 8 years ago

Update: Been working with Eric on sorting out some of the more advanced animations so that they match a little more authentically. For example the Hand Of Fate animation is pretty complex, using a masked transition to change screens and also reveal the selections. As well as that a further animation is overlaid on top to sync with the masks. Here's a screen capture video of my progress to date on this. I will add another game play video once its updated into the game and i've got all the possible selections setup correctly. Notice that the eternal life award isn't actually yin the list. I set the award as fixed so i could test awards that play animations once revealed.

1 month later
#189 8 years ago

Update: Thought it was about time i added a new video of some game play. Been trying to get a decent video showing a few games with different modes and achieving a good few things. This is what i've managed so far. I got the new hand of fate transitions in there to!

1 week later
#192 8 years ago

Update: So i did a few tweaks recently and i think i finally sorted out the interaction of the path of adventure whilst other modes and features are running. I added a flag to determine if the path of adventure should be cancelled if lit and requeued whilst certain specific modes and multi balls are running. There were a few bugs will this, which i have now got to the bottom of.

Would be interested to hear what people think of allowing POA whilst quick multiball is running or not. With the setup i now have i could add a setting to turn this on or off etc in the game adjustments

Also, i have been improving the mode pause stuff for modes and features when a wayward ball goes into the jets and up to the top lanes etc.

And in other news, i have finally bought a Stern Indy! I have a spare p-roc board to, so i am thinking about what to do here. Some suggestions are to port over my game here to run on this game to. I am interested to hear what people think and what ideas you have for it. I will hopefully have something up and running with it all being well for my stand at Play Expo here in the uk in October.

1 week later
#197 8 years ago
Quoted from toyotaboy:

Dude, you are a machine! How many custom projects you got going on?

A few! In terms of software i now have 3 open source p-roc game rewrites and my custom controller board set framework for early Bally and Stern games. Then there's the hardware stuff, like my cpu and sound boards and everything here: http://mypinballs.co.uk/electronics/store.jsp. Definitely keeps me busy and i have plenty of other ideas for the future to

#199 8 years ago

Quick shout to 'This Flippin Podcast'.

A friend of mine here in the UK mentioned that i got a mention on their show regarding this project , so i checked it out. Great chat. Really enjoyed the first 2 episodes on iTunes. Looking forward to hearing more about one of the guys Indiana Jones restorations. I really enjoyed restoring my wms one (quite awhile back now) and we all know how much i like the game The stern indy restoration is going good to over on the other thread, with the custom software port over starting soon to

3 weeks later
#200 8 years ago

So i got to chat with the 'this flippin podcast' guys last night on their show and had a great time talking about my pinball history and projects such as this that i've been working on. Coming soon to iTunes

1 week later
#202 8 years ago
Quoted from Tsskinne:

I'll be sure to post when it is all edited and loaded up to the internet, thanks again for taking the time to chat with us, and we will definitely do it again in the future. Applejuice has too much pinball knowledge and history to not share it with the community. -Tommy

Thanks Tommy, looking forward to it. Also following with interest your Indiana Jones restoration project Plenty going on with the Stern indy at the mo, over on my other thread

#204 8 years ago
Quoted from Tsskinne:

Episode 6 of This Flippin Podcast live now "Indiana Jones Continued: An Evening with Jim Askey" and a bunch of other pinball related discussion. Jim's interview is about an hour long and starts roughly an hour into the episode for those of you who aren't interested in hearing our ramblings and rather focus on the great pinball mind of Jim.
Jim thank you again for taking the time to talk to us, and we look forward to speaking more in the future! Can't wait to see more of all of your projects! -Tommy
http://www.podcastgarden.com/episode/indiana-jones-continued-an-evening-with-jim-askey_59860
addtext_com_MTYxNTAzNzUwMDI.jpg

Thanks Tommy. Really enjoyed chatting with you and looking forward to when we get to chat again. Hope everyone enjoys listening to me and my stories. Its quite strange hearing your own voice More Indy updates soon

Promoted items from Pinside Marketplace and Pinside Shops!
$ 18.00
Playfield - Protection
Volcano Pinball
 
$ 70.00
Cabinet - Toppers
Creekside Hideaway, LLC
 
$ 12.95
Wanted
$ 59.95
Playfield - Toys/Add-ons
pinballmod
 
$ 123.00
Playfield - Toys/Add-ons
Lermods
 
From: $ 20.00
Various Novelties
Pinball Photos LLC
 
$ 59.95
Playfield - Toys/Add-ons
pinballmod
 
$ 41.99
Lighting - Interactive
Lee's Parts
 
$ 79.99
Cabinet - Armor And Blades
PinGraffix Pinside Shop
 
11,250 (Firm)
Machine - For Sale
Trumansburg, NY
$ 30.00
Playfield - Other
YouBentMyWookie
 
€ 160.00
Playfield - Toys/Add-ons
Pino Pinball Mods Shop
 
$ 1,319.00
Flipper Parts
Mircoplayfields
 
$ 1,419.00
From: $ 55.00
Gameroom - Decorations
Pinball Photos LLC
 
$ 69.99
Playfield - Toys/Add-ons
Lighted Pinball Mods
 
$ 20.00
Playfield - Toys/Add-ons
2step’s shop
 
$ 35.00
Cabinet - Other
Rocket City Pinball
 
$ 0.00
Lighting - Backbox
Creekside Hideaway, LLC
 
From: $ 55.00
Gameroom - Decorations
Pinball Photos LLC
 
$ 78.50
Cabinet - Shooter Rods
Pinball Haus
 
12,500 (OBO)
$ 69.99
Playfield - Toys/Add-ons
Lighted Pinball Mods
 
$ 1,059.00
Flipper Parts
Mircoplayfields
 
16,500
Machine - For Sale
Barrie, ON
Great pinball charity
Pinball Edu

You're currently viewing posts by Pinsider applejuice.
Click here to go back to viewing the entire thread.

Reply

Wanna join the discussion? Please sign in to reply to this topic.

Hey there! Welcome to Pinside!

Donate to Pinside

Great to see you're enjoying Pinside! Did you know Pinside is able to run without any 3rd-party banners or ads, thanks to the support from our visitors? Please consider a donation to Pinside and get anext to your username to show for it! Or better yet, subscribe to Pinside+!


This page was printed from https://pinside.com/pinball/forum/topic/indiana-jones-software-rewrite-the-journey?tu=applejuice and we tried optimising it for printing. Some page elements may have been deliberately hidden.

Scan the QR code on the left to jump to the URL this document was printed from.