Log in

View Full Version : Keeping easter eggs hidden


Jynx82
30th May 2006, 17:13
I want to make some hidden features. And i want to keep people from getting to them any other way than the hidden buttons i create. On a computer you can go through drop down menus or right click and bring the up track list. I want to know how to lock this off. Anyone have some advice?

mpucoder
30th May 2006, 18:18
You can't

Corion
30th May 2006, 20:09
You won't be able to stop those who are determined to rip your DVD but you could do something like the following (which will stop people watching the easter eggs in the way you described with Windows media player and the like):

In your menu which leads to the egg(s):

Button command: {Mov GPRM0, 1; LinkTailPGC}
Post command: Jump TT (to which ever title contains the Easter Egg)

In the Title PGC which contains your Easter egg:

Pre commands:
1) if (GPRM0 == 0) Goto 4
2) Mov GPRM0, 0
3) Break
4) CallSS RSM=1, Rootmenu