Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

Happy Holidays from the GTANet team!

Menu screen music? (And popcycle zoning)


Brit_Bllt
 Share

Recommended Posts

I know how to modify the existing music tracks, and how to trigger sounds and streams via mission scripting. But how hard would it be to have the menu screen itself play a looping track? For instance, I want the very first menu, the "New Game/Load Game/Options" screen, to have a music track looping through it. I can't imagine that's something you could do via mission scripting... but I wouldn't mind being proven wrong. Even if it's not, is it something that could be done pretty easily? This isn't an essential part of the mod I'm working on, but it'd be a cool extra if it's possible...

 

(EDIT: Hm, maybe you can edit that via main.scm. I'll test it later...)

 

One other question: the popcycle data tells San Andreas who hangs out in the rich residential areas, the gang areas, country towns, the beach areas, the shopping areas, and all that. But how are the zones linked to that data? Like, if I wanted to take Santa Maria Beach and turn it a desert town (not really my plan, but that's one example smile.gif), what would I change? I've modded the .dat file to what I want, but I also want to change the actual layout of who's hanging out where.

 

Thanks!

Edited by Brit_Bllt
Link to comment
Share on other sites

  • 1 month later...

Okay, that didn't work. I thought I could try something like this (using Sanny Builder):

 

 

:MENUMUSICthread 'MENUMUSIC' :MENUMUSIC_19wait 0 if 09FA: is_menu_closed else_jump @MENUMUSIC_29jump @MENUMUSIC_19 :MENUMUSIC_290952: load_soundtrack [email protected] 0954: start_playing_loaded_soundtrack jump @MENUMUSIC_19

 

 

So whenever the menu's not closed, a certain soundtrack plays. But all that does is screw up the cut scene audio and lag the game, without even affecting the menu anyway. I'm open to suggestions... confused.gif

Edited by Brit_Bllt
Link to comment
Share on other sites

  • 4 weeks later...

Does nobody know anything about this? Since the radio can be played within the menu screen, I know there's some way to access audio streams inside the menu. So it's just a matter of setting a default audio stream, instead of the default silence. Except I don't have a clue whether the menu audio's handled in the .scm or if it's hardcoded in the exe. The HUME 2 application on http://www.gtaforums.com/index.php?showtopic=298522 would've solved the problem, except audio streams were never added to it, and I'd rather not use CLEO. I'm trying to mod the game strictly via the game's own files, without using CLEO or any trainers, but the menu screen idea's cool enough to break that self-imposed rule if it's only possible that way.

 

Likewise for expanding the txd images on the menu screen (the mountains and all that) to fullscreen. It'd be really bizarre if something that trivial's hardcoded into the exe file, but I can't find the data for it anywhere else, and HUME 2 being a CLEO hook makes me think it is... sad.gif

 

The population zone editing's at least done now.

Edited by Brit_Bllt
Link to comment
Share on other sites

ModelingMan

Menus are most certainly hardcoded. There's no possible way to control it through SCM; when the menu is open all game logic stops (including anything script related).

 

It wouldn't be too hard to get an ASI module up and running to do the task, although I'm not a fan of hacking SA...

 

Modifying the menu functions internally in the executable will allow you to achieve this. You can even use SA's internal audio engine...

abstract_sig.png

Link to comment
Share on other sites

Thanks, knowing it's definitely hardcoded'll at least keep me from banging my head on the main.scm trying to make it work. smile.gif

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.