• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login

Return to Castle Wolfenstein - IORTCW source port

Scheduled Pinned Locked Moved General Discussion and Gaming
rtcwreturn to castlwolfensteiniortcwports
125 Posts 19 Posters 34.4k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q
    Quackwalks
    last edited by 23 Sept 2019, 23:22

    When using a python background music script, the music continues playing after booting the game. I'm trying to find the name of the process to add to the background music config file. Adding "iowolfsp.arm" doesn't work for me. Just wondering if anyone knows what I should do.

    1 Reply Last reply Reply Quote 0
    • Q
      Quackwalks @tpo1990
      last edited by 8 Oct 2019, 02:27

      @tpo1990 Could you help me with my problem when you have time?

      T 1 Reply Last reply 8 Oct 2019, 06:19 Reply Quote 0
      • T
        tpo1990 @Quackwalks
        last edited by 8 Oct 2019, 06:19

        @Quackwalks Did you try adding iortcw as the emulator to the background music script. The reason why i ask is that i think that the background music script relies on what emulator is started in order to stop the music from playing.

        Can you tell me where you got the python background music script from? or did you create it by your self?

        Greetings from Denmark. :-)

        Developer of install scripts for ports such as Hexen 2, Return to Castle Wolfenstein and Caesar III. See my other projects at my profile.

        E Q 2 Replies Last reply 8 Oct 2019, 20:51 Reply Quote 0
        • E
          ExarKunIv @tpo1990
          last edited by 8 Oct 2019, 20:51

          @tpo1990
          my guess its the one from this post

          https://retropie.org.uk/forum/topic/347/background-music-continued-from-help-support/1

          so i think he will need to add iortcw to line 25 i believe.
          i used to use it but sometimes it would not see a port when it launches.

          RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
          RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
          Maintainer of RetroPie-Extra .

          T 1 Reply Last reply 9 Oct 2019, 06:21 Reply Quote 1
          • Q
            Quackwalks @tpo1990
            last edited by 8 Oct 2019, 21:39

            @tpo1990 The script is from here https://retropie.org.uk/forum/topic/347/background-music-continued-from-help-support/1
            Just tried adding iortcw to the list of emulator names on line 25 but the music remains.

            E 1 Reply Last reply 9 Oct 2019, 02:28 Reply Quote 0
            • E
              ExarKunIv @Quackwalks
              last edited by 9 Oct 2019, 02:28

              @Quackwalks If you added it to the end. You might need to move it to the front of the list. I know I had problems with that in the past with darkplaces.

              RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
              RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
              Maintainer of RetroPie-Extra .

              Q 1 Reply Last reply 10 Oct 2019, 22:15 Reply Quote 0
              • T
                tpo1990 @ExarKunIv
                last edited by 9 Oct 2019, 06:21

                @ExarKunIv @Quackwalks Can't tell how it works since i have not tried that specific background music script. Yes i do think we need to add the port/emulator into the code of the script. I did however tried out something similiar which i installed from a script with expanded options for RetroPie. Can't remember the name of that script at the moment since i do not have my RPI with me.

                Greetings from Denmark. :-)

                Developer of install scripts for ports such as Hexen 2, Return to Castle Wolfenstein and Caesar III. See my other projects at my profile.

                1 Reply Last reply Reply Quote 0
                • Q
                  Quackwalks @ExarKunIv
                  last edited by 10 Oct 2019, 22:15

                  @ExarKunIv Moving "iortcw" to the front of the list of emulator names didn't work.

                  T 1 Reply Last reply 11 Oct 2019, 06:00 Reply Quote 0
                  • T
                    tpo1990 @Quackwalks
                    last edited by tpo1990 10 Nov 2019, 07:01 11 Oct 2019, 06:00

                    @Quackwalks I just looked through my scriptmodule for RTCW and the port builds both singleplayer and multiplayer into it's own config folder in ports like this.

                    function configure_rtcw() {
                        addPort "$md_id" "rtcw-sp" "Return to Castle Wolfenstein - SP" "$md_inst/iowolfsp.arm"
                        addPort "$md_id" "rtcw-mp" "Return to Castle Wolfenstein - MP" "$md_inst/iowolfmp.arm"
                    

                    Try adding rtcw-sp to the front of the list of emulator or rtcw-mp if you are using multiplayer. If this still does not work then try adding rtcw instead.

                    Greetings from Denmark. :-)

                    Developer of install scripts for ports such as Hexen 2, Return to Castle Wolfenstein and Caesar III. See my other projects at my profile.

                    C Q 2 Replies Last reply 11 Oct 2019, 14:57 Reply Quote 0
                    • C
                      cyperghost @tpo1990
                      last edited by cyperghost 10 Nov 2019, 16:00 11 Oct 2019, 14:57

                      @tpo1990 said in Return to Castle Wolfenstein - IORTCW source port:

                      Try adding rtcw-sp to the front of the list of emulator or rtcw-mp if you are using multiplayer. If this still does not work then try adding rtcw instead.

                      This won't work! This is just the setup for emulator.cfg you need the running binary. Hence the script should search for iowolfsp.arm and iowolfmp.arm

                      EDIT:
                      I really wait for a modification that just watches a running pid from bash-file runcommand.sh ... that's all :)

                      1 Reply Last reply Reply Quote 0
                      • Q
                        Quackwalks @tpo1990
                        last edited by 13 Oct 2019, 17:45

                        @tpo1990 @cyperghost I tried rtcw-sp, trcw-mp, rtcw, iowolfsp.arm and iowolfmp.arm at the beginning of the list of emulator names with no success. Thanks for trying though. This is kinda crazy because what other names are there to try? I think I've tried all there is for this game.

                        C T 2 Replies Last reply 13 Oct 2019, 19:12 Reply Quote 0
                        • C
                          cyperghost @Quackwalks
                          last edited by cyperghost 13 Oct 2019, 19:12

                          @Quackwalks Hmmm... Well I prefer the mpg123 method for mp3 play.
                          You can read more about ---> here: Quick and Easy guide credits for this method fly out to @synack
                          Meanwhile mpg123 can also fade in/fade out --> here: mpg123 fade in/fade out , you can ask me if you've any question regarding this one.

                          1 Reply Last reply Reply Quote 0
                          • T
                            tpo1990 @Quackwalks
                            last edited by 15 Oct 2019, 09:33

                            @Quackwalks Then i have no idea what to use for make it able to mute the music when starting rtcw at the moment. But maybe @cyperghost 's approach could work.

                            Greetings from Denmark. :-)

                            Developer of install scripts for ports such as Hexen 2, Return to Castle Wolfenstein and Caesar III. See my other projects at my profile.

                            E 1 Reply Last reply 26 Feb 2020, 14:33 Reply Quote 0
                            • T
                              Turrican2k
                              last edited by 26 Feb 2020, 06:42

                              Error message when I try to create a server (local or online, it doesn't matter):
                              Unpure Client Detected Invalid PK3 Files!

                              What can i do?

                              Q M 2 Replies Last reply 26 Feb 2020, 15:03 Reply Quote 0
                              • E
                                ExarKunIv @tpo1990
                                last edited by 26 Feb 2020, 14:33

                                @tpo1990 when i ran the update script for Retropie i get a error for rtcw.
                                so when i uninstalled it and tryed to reinstall it. it now fails.

                                just letting you know.

                                RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                                RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                                Maintainer of RetroPie-Extra .

                                1 Reply Last reply Reply Quote 0
                                • Q
                                  quicksilver @Turrican2k
                                  last edited by 26 Feb 2020, 15:03

                                  @Turrican2k "For Multiplayer. Add all the multiplayer pak files: mp_bin.pk3, mp_pak0.pk3, mp_pak1.pk3, mp_pak2.pk3, mp_pak3.pk3, mp_pak4.pk3, mp_pak5.pk3, mp_pakmaps0.pk3, mp_pakmaps1.pk3, mp_pakmaps2.pk3, mp_pakmaps3.pk3, mp_pakmaps4.pk3, mp_pakmaps5.pk3, mp_pakmaps6.pk3 from your RTCW installation to /home/pi/RetroPie/roms/ports/rtcw."

                                  T 1 Reply Last reply 26 Feb 2020, 15:47 Reply Quote 0
                                  • T
                                    Turrican2k @quicksilver
                                    last edited by 26 Feb 2020, 15:47

                                    @quicksilver I did it completely according to the description! A total of 19 files that I have transferred from the Platinum Edition. The single player works anyway, multiplayer has the said error message ...

                                    Q 1 Reply Last reply 26 Feb 2020, 18:33 Reply Quote 0
                                    • Q
                                      quicksilver @Turrican2k
                                      last edited by 26 Feb 2020, 18:33

                                      @Turrican2k I'll see if I can replicate your issue

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        mitu Global Moderator @Turrican2k
                                        last edited by mitu 26 Feb 2020, 18:40

                                        @Turrican2k Set sv_pure 0 in the .cfg file - or toggle the console (via ~) and write sv_pure 0.

                                        T 1 Reply Last reply 26 Feb 2020, 23:47 Reply Quote 2
                                        • T
                                          Turrican2k @mitu
                                          last edited by 26 Feb 2020, 23:47

                                          @mitu Thank you very much, that helped!

                                          However, you have to enter in the * .cfg seta sv_pure "0".

                                          T 1 Reply Last reply 27 Feb 2020, 06:12 Reply Quote 0
                                          • First post
                                            Last post

                                          Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                          Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.

                                            This community forum collects and processes your personal information.
                                            consent.not_received