Tool QSP Tools for QSP

May 23, 2017
96
309
I found a solution from the QSP FAQ on the QSP Forums. I've attached the playlist code to this message as a .zip. However, I'd like some help understanding why this code block works, which is found in the unpacked .qsp file in the .zip file attached:

Code:
if music_on <> music_on_prev or $music_theme <> $music_theme_prev:
      CLOSE $cur_theme[track[$music_theme_prev]]
      music_on_prev = music_on
      $music_theme_prev = $music_theme
      if $music_theme <>'':
         copyarr 'cur_theme', 'tracklist_<<$music_theme>>'
          track[$music_theme] = track[$music_theme]-1
          if track[$music_theme] < 0:
              track[$music_theme]=ARRSIZE('cur_theme')
          end
      end
end
if music_on=1 and $music_theme <> '':
      if no isplay ($cur_theme[track[$music_theme]]):
          track[$music_theme] = track[$music_theme]+1
          if ARRSIZE('cur_theme')<=track[$music_theme]:track[$music_theme]=0
      end
      play $cur_theme[track[$music_theme]],volume
end
I don't understand what the "<>" operator is. I tried looking it up and I can't find anything in javascript or html. ChatGPT actually suggests "<>" is an invalid comparison operator, so I'm stumped.
 

amateraxu

Newbie
Aug 10, 2023
46
10
window cannot find the file "tech/Qqsp_win64/Qqsp.exe, make sure the name is spelled correctly and try again.


Does anyone know how I can solve this error?
 

mayda

New Member
Oct 18, 2019
8
1
Hello! Tell me how to translate it into Russian, from English. In the settings, I set the source language to English and the translation language to Russian. The translation starts, but for a few seconds. And the game doesn't translate.
 

maxmax417583

New Member
Sep 10, 2022
9
0
Hello there,
I'm trying to translate some qsp game from Russian to English with qsptools, but the tools, "translate" words with blank. (I'm using the google translate). Anyone know why plz?
Take care