Jump to content
⚠ Known Issue: Media on User Profiles ×

LukeMacNewVegas

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by LukeMacNewVegas

  1. Hi y'all. First of all, I'm working on the Geck and playing the game through Porting Kit since I only have my mac with me. I dunno how that affects my scripts or not but it might be relevant. I'm building a radio station as my first mod (A New Canaanite Radio Station, if you're curious). I want the radio station to go from "RadioHello" to "Hello" to "Story" to "Outro" to "Music," play three songs, and then back to "Hello." It works like a charm the first time around, but then the songs just keep playing and playing, and never skip back around to "Hello" like I want them to. I think I have the script set up properly from the tutorials I've watched and the scripts I copied from RadioNewVegas Here's the script in full: ScriptName RadioMormon_Script int nStory;int nStory2;int nStory3; int nLastTrackPlayed1;int nLastTrackPlayed2;int nLastTrackPlayed3;int nLastTrackPlayed4; int nLastGreeting;int nLastGreeting2; int nTracksPlayed; int nLastOutro;int nLastOutro2; Here's the result script I wrote down for each song (changing the final number, of course): set RadioMormon.nTracksPlayed to RadioMormon.nTracksPlayed + 1;set RadioMormon.nLastTrackPlayed4 to RadioMormon.nLastTrackPlayed3set RadioMormon.nLastTrackPlayed3 to RadioMormon.nLastTrackPlayed2set RadioMormon.nLastTrackPlayed2 to RadioMormon.nLastTrackPlayed1set RadioMormon.nLastTrackPlayed1 to 1; And here's what I have for conditions: GetQuestVariable Quest: 'RadioMormonQuest', nTracksPlayed < 3 AND GetQuestVariable Quest: 'RadioMormonQuest', nLastTrackPlayed1 != 1 AND GetQuestVariable Quest: 'RadioMormonQuest', nLastTrackPlayed2 != 1 AND GetQuestVariable Quest: 'RadioMormonQuest', nLastTrackPlayed3 != 1 AND GetQuestVariable Quest: 'RadioMormonQuest', nLastTrackPlayed4 != 1 AND
  2. Hi y'all. I'm trying to dip my toe into modding, but all I have to use is my macbook laptop. I've been able to play New Vegas through the Porting Kit program, which accepts mods installed manually, but now I want to make my own mods through it as well. I can open the GECK through Porting Kit and it seems to work well enough -- however, I want to make a radio station, and it refuses to upload my selected music. Heck, it refuses to upload any music! When I click on "Add Sound File" the "Okay" button is greyed out and double clicking won't upload it. This is true even for vanilla songs -- When I click on "Add Sound File" for "Blue Moon" the "Okay" button remains greyed out when I select the mp3 of "Blue Moon." I've tried to upload Wavs, Oggs and mp3s with no change to the "Okay" Button. Is this because I'm using a Mac wineskin to play? Is there anything I can do? Thank you so much. Edit: I found a workaround inasmuch as I could select folders but not files. So I made a bunch of single folders with only one song in them and uploaded my songs that way.
×
×
  • Create New...