Tutorial RAGS Regalia - Enhanced RAGS 2.x Player For The Browser

5.00 star(s) 2 Votes

selectivepaperclip

Active Member
Modder
Respected User
Donor
Feb 19, 2017
524
3,410
Just a heads up, the new version bugs out a little bit in Regalia so it's not just a simple release.
I've identified the problem and a possible solution but it might only be ready by late tonight or tomorrow.
 

selectivepaperclip

Active Member
Modder
Respected User
Donor
Feb 19, 2017
524
3,410
Alright, here's the new Wife Trainer 0.6c

Hosted:


Downloadable:


I've only tested it by playing through the first two weeks, so I don't know for sure that you can make it through to the end of the game. I was able to successfully play through everything I tried in 0.5, but had to do a little reorganizing to fix for a Regalia bug that WT 0.6 revealed. Which could have introduced new bugs. Let me know!
 

Dely

Newbie
Jun 11, 2017
15
3
Thanks for new version of Wife Trainer.
When will you upload the new version of Superpowered?
 

selectivepaperclip

Active Member
Modder
Respected User
Donor
Feb 19, 2017
524
3,410
When will you upload the new version of Superpowered?
The version of Superpowered in this thread is the last RAGS version before it moved to RenPy.
The RenPy version is entirely different and located at
 

anon4862

New Member
Jun 20, 2017
4
0
Thanks for your work, I tried wife trainer and I didnt find any problem, but I'm testing Lilith Device and I'm getting a bug that I'm not sure if it's regalia the issue.
Here is the save:
Clicking on the character Noelle and choosing Trick Her, crashes the game.

It shows these messages:
-Cannot read property UniqueID of null

-Rags can not process the command correctly. If you are the game author, please correct the error in this command:CT_MOVEPLAYER.
 

selectivepaperclip

Active Member
Modder
Respected User
Donor
Feb 19, 2017
524
3,410
Thanks for your work, I tried wife trainer and I didnt find any problem, but I'm testing Lilith Device and I'm getting a bug that I'm not sure if it's regalia the issue.
Thanks for the bug report and especially the save. It was indeed a Regalia bug, and pretty easily fixed. Here's a new release that solves the problem:



Let me know if you find any more bugs!
 
  • Like
Reactions: anon4862

selectivepaperclip

Active Member
Modder
Respected User
Donor
Feb 19, 2017
524
3,410
Looks like it's back up for now?

I don't know what you wanted a mirror of but here's just the Regaila runner on doko:


Re-uploading Wifetrainer is harder because it's over the doko limit and I don't know which of the other supported hosts is more reliable while still being easy to upload.
 
  • Like
Reactions: gue5t

MisterX

New Member
Aug 31, 2017
2
0
As a complete ignoramus when it comes to coding:
"Next, you need to run the Regalia install script on your game:"
I have no idea what the install script is. I assumed it's a cmd command? So I downloaded and installed both Ruby and NodeJS. I then went to the Regalia source directory, opened cmd in the Regalia location and typed "npm install" which gives a few lines of code all with "WRN", pretty much erroring and creating some sort of package-lock.json file in the location.
As for what I'm trying to do: I figured to use this program to cheat in No Haven because . . . well, it can be tedious and I simply wanted to create a super-powered main character. I couldn't get Cheat Engine to work either, so in the rags suit I found out the variables for gold/supplies so you start with 100k+ gold and supplies but I couldn't find anything to edit my stats so I thought to try this. Would that game even work with this program?
_
P.S. The regalia v0.9.1. download worked fine for me from void.cat.
 

ace_boogie

Professional Asshole
Respected User
Former Staff
Aug 5, 2016
1,993
4,394
@selectivepaperclip There's a bug with lilith device. If you put a wine bottle in a slot other than the first one it disappears and it doesn't appear in the wine slot
 

selectivepaperclip

Active Member
Modder
Respected User
Donor
Feb 19, 2017
524
3,410
As a complete ignoramus when it comes to coding:
"Next, you need to run the Regalia install script on your game:"
I have no idea what the install script is. I assumed it's a cmd command? So I downloaded and installed both Ruby and NodeJS. I then went to the Regalia source directory, opened cmd in the Regalia location and typed "npm install" which gives a few lines of code all with "WRN", pretty much erroring and creating some sort of package-lock.json file in the location.
Thanks for trying and getting as far as you did, I know it's a lot of effort to put in for a porn game. The installation instructions are definitely "developer oriented" and there's a lot of possible things that can go wrong.

It sounds like you got pretty far! Did you successfully open up No Haven in the RAGS designer and export its content with the 'Save for web (BETA)' menu option? If so, you might be able to run the last step, but it kinda depends on how badly the npm install went (like, were those really errors or just warnings).

Note that where the README says "In the Regalia source directory", it means the source as downloaded from GitHub (if you don't have Git installed, you can get the latest from ). The files on Doko and such linked from this thread are technically Regalia releases.

If the npm install actually succeeded and you have the web content, then:
  • assuming the Regalia source is somewhere like"C:\Games\RegaliaSource"
  • and the No Haven web content is in "C:\Games\No Haven"
  • you should be able to run the Regalia install script with a sequence of commands like this:
    Code:
    cd Games\RegaliaSource
    ruby ./bin/install.rb "C:\Games\No Haven"
The GitHub instructions just say to run ./bin/install.rb without the ruby, but that might only work for me because I'm using the "Git Bash" command line that came with my install of Git. Maybe I'll fix that.

Anyway, whether or not you can successfully complete that process, here's a No Haven Regalia version that you can just go ahead and use:

I haven't tested much of the game, I know you can get through the initial intro stuff but I've never dived further than that.

The content in the Cheat menu looks kind of fucked up because it seems the developers of No Haven have a lot of weirdly named variables, and store a lot of the running game data in multi-dimensional arrays which Regalia might not support.

If it seems like the game is running bug-free otherwise, and you give me an idea of what sort of stats you might want to change, I can try to code up a way to make that happen.
 
Last edited:

selectivepaperclip

Active Member
Modder
Respected User
Donor
Feb 19, 2017
524
3,410
@selectivepaperclip There's a bug with lilith device. If you put a wine bottle in a slot other than the first one it disappears and it doesn't appear in the wine slot
Can you provide a save from soon before this happens? I can try to work my way through the game up to this point, but it would be faster to diagnose with an exported save.
 

ace_boogie

Professional Asshole
Respected User
Former Staff
Aug 5, 2016
1,993
4,394
Can you provide a save from soon before this happens? I can try to work my way through the game up to this point, but it would be faster to diagnose with an exported save.
Save8 is inside the mansion right before the wine cellar
 

MisterX

New Member
Aug 31, 2017
2
0
Note that where the README says "In the Regalia source directory", it means the source as downloaded from GitHub (if you don't have Git installed, you can get the latest from CENSORED.
I was missing this part. Whoops.

  • assuming the Regalia source is somewhere like"C:\Games\RegaliaSource"
  • and the No Haven web content is in "C:\Games\No Haven"
  • you should be able to run the Regalia install script with a sequence of commands like this:
    Code:
    cd Games\RegaliaSource
    ruby ./bin/install.rb "C:\Games\No Haven"
When doing the "npm install" in the correct directory, I only get 1 WRN message. So I assume it worked out well.
imgur . com /SZWtqtY (3 spaces)
Because I can't share links due to my post-count. It couldn't find the HTML even though it's in both folders, even if the first one might be uncracked (forgot), while the second one 100% is. Here's the picture with the HTML file.
imgur . com /FiGBm77 (3 spaces)

Anyway, whether or not you can successfully complete that process, here's a No Haven Regalia version that you can just go ahead and use:

I haven't tested much of the game, I know you can get through the initial intro stuff but I've never dived further than that.
This is an older version, by the way. If you weren't aware. Unless your version number is wrong. Newest version is: No Haven 0.7703
I also tried to cheat the gold/supplies. The moment I changed them they went to 0.
The game is also broken - You can't send anyone on assignments. So you basically cannot play the game. Besides that, I started 3 games and only in the Human start, which gives you an additional slaver, did I even have a slaver to start the game with. Either that's bad luck or something broke in the code.
The content in the Cheat menu looks kind of fucked up because it seems the developers of No Haven have a lot of weirdly named variables, and store a lot of the running game data in multi-dimensional arrays which Regalia might not support.

If it seems like the game is running bug-free otherwise, and you give me an idea of what sort of stats you might want to change, I can try to code up a way to make that happen.
It does look fucked up, but it's still easier to read than it was in the Rags Suite, at least for me.
As for the stats to change: Any trait ones, I didn't try with this yet because it only seems to have names for them and they seem to be out of context from the available characters to me.
Or simply a way to edit the points and the amount of traits you can take in character creation. I haven't found that part anywhere in the code, but then again I don't know anything about coding. I assume it's written in an array thus unreadable by normal means?
Quick Edit: I'm also using Mozilla Firefox, so the errors might be because of that. I'll try Chrome another day.
Thanks for the help, by the way.
 
5.00 star(s) 2 Votes