Dark Elf

Dark Elf

SeedyJ Aug 5, 2017 @ 10:57am
For Devs: Bugs found so far
1)
Some of the dark path hentai scenes crash. chapter 4 I believe, part 2 (supression of futanari tribe: フタナリ族の討伐) when you lose the boss battle for that quest.

2)
dark side bad ending "monster maker": 『モンスターを生むためだけの一生』 (losing to final boss after having seen a birth event) crashes part way through the final scene, complaining about missing bracket somewhere, if i remember correctly.

These are both in the English language version.
< >
Showing 16-30 of 50 comments
Lain Sep 10, 2017 @ 9:59pm 
Originally posted by stefano90:
I heard changing the language sort's thing's out if you do it before you start up the game but then comes a couple of issues, first off the obvious one, understanding the game and then secondly I can't seem to get that to work, there is no language option in the game itself and the option to put it to chinese directly when right clicking the dark elf game in steam doesn't work as the game just play's in english still, I don't know if that's the patch causing that but it means I have some...issues, hopefully they fix these issues as the game is actually pretty fun, especially when uncut dood. :3

Yeah, changing the language can help with these crashes (or, well ,the synthax ones). I got stuck in chapter 3, with the old guy who will give you anal and the game crashing with a synthax error. Changing the language to Chinese and the scene plays without crashing.

For the record, to change language, just delete the language.ini file in the Dark Elf directory so when starting the game you can select your language again, or simply edit it and replace ENG with CHS.
Steilon Sep 11, 2017 @ 1:57am 
Originally posted by Lain:
Originally posted by stefano90:
I heard changing the language sort's thing's out if you do it before you start up the game but then comes a couple of issues, first off the obvious one, understanding the game and then secondly I can't seem to get that to work, there is no language option in the game itself and the option to put it to chinese directly when right clicking the dark elf game in steam doesn't work as the game just play's in english still, I don't know if that's the patch causing that but it means I have some...issues, hopefully they fix these issues as the game is actually pretty fun, especially when uncut dood. :3

Yeah, changing the language can help with these crashes (or, well ,the synthax ones). I got stuck in chapter 3, with the old guy who will give you anal and the game crashing with a synthax error. Changing the language to Chinese and the scene plays without crashing.

For the record, to change language, just delete the language.ini file in the Dark Elf directory so when starting the game you can select your language again, or simply edit it and replace ENG with CHS.

The old guy was the first I saw of the issue myself, XD thank's for the info too, it's good for future reference, since I started this little pc journey I've learned a skit load of stuff, that said the gallery is nice, I thought there wasn't one dood. :D (was a console gamer mainly dood)
ReMeDy Sep 18, 2017 @ 11:45pm 
Originally posted by Jaheria345:
I know this copy is a teaser

Wait, it is? Really? It doesn't say it's an alpha-release, or anything. Do you think they'll improve the translation in the future, too?
Last edited by ReMeDy; Sep 18, 2017 @ 11:45pm
Nero Sep 22, 2017 @ 9:43am 
Both crashes can be temporarily fixed:
Remove .upcase from line 346 in Window_Message.rb
and from line 308 in Window_Base.rb
Last edited by Nero; Sep 22, 2017 @ 9:43am
Strix Obscuro Sep 22, 2017 @ 5:10pm 
I think the issue with the post-Futanian Chief scene must have been fixed, because I didn't encounter it during my playthrough, but I did have crashes when losing to the Orc tribe and when I talked to that old man next to the Kiltia Guild.
ZeroNu Sep 26, 2017 @ 12:23pm 
Nero were did you find the Window_message.rb at I have looked but I could not find that in the game file
Nero Sep 26, 2017 @ 12:59pm 
You have to decompile Game.rgss3a, then decompile the resulting files, make the change, then recompile. It's a long process just to install the tools and I don't remember the details, but Google is yer friend :3


The only way I've found to recompile is to use RPG Maker VX Ace though :\
Start a new Project and put the changed (and recompiled to .rvdata2) files in its Data folder and choose File->Compress Game Data with Create Encrypted Archive checked.


Some links I used
https://rubyinstaller.org/downloads/
https://github.com/oneclick/rubyinstaller/wiki/Development-Kit
https://github.com/Solistra/rvpacker

You'll also need RPG Maker Decrypter to decompile Game.rgss3a, which I may or may not have gotten from http://www.media fire.com/file/3ps81u5opyasn07/All+decrypter.rar (don't remember)
Last edited by Nero; Oct 1, 2017 @ 12:40pm
ZeroNu Oct 4, 2017 @ 1:23pm 
k thanks for the info
neogoki Oct 14, 2017 @ 4:21am 
Originally posted by Nero:
You have to decompile Game.rgss3a, then decompile the resulting files, make the change, then recompile. It's a long process just to install the tools and I don't remember the details, but Google is yer friend :3


The only way I've found to recompile is to use RPG Maker VX Ace though :\
Start a new Project and put the changed (and recompiled to .rvdata2) files in its Data folder and choose File->Compress Game Data with Create Encrypted Archive checked.


Some links I used
https://rubyinstaller.org/downloads/
https://github.com/oneclick/rubyinstaller/wiki/Development-Kit
https://github.com/Solistra/rvpacker

You'll also need RPG Maker Decrypter to decompile Game.rgss3a, which I may or may not have gotten from http://www.media fire.com/file/3ps81u5opyasn07/All+decrypter.rar (don't remember)

@nero
can you just upload the patched files somewhere?
I don't trust my (non-exsistent) skills to pull that of without screwing something up
Nero Oct 14, 2017 @ 5:48am 
I would love to, since the devs won't ever fix it. But I can't post any links because people are cvnts and I might get banned. (Y)
DPT Oct 15, 2017 @ 5:41am 
I can't even open the game, just says "RGss3 Player has stopped working" TRied deleting the rgss3 player from my regedit, running in compatibility mode, running as admin, reinstalling etc, nothing works!
Noone Oct 20, 2017 @ 8:29pm 
Originally posted by neogoki:
Originally posted by Nero:
You have to decompile Game.rgss3a, then decompile the resulting files, make the change, then recompile. It's a long process just to install the tools and I don't remember the details, but Google is yer friend :3


The only way I've found to recompile is to use RPG Maker VX Ace though :\
Start a new Project and put the changed (and recompiled to .rvdata2) files in its Data folder and choose File->Compress Game Data with Create Encrypted Archive checked.


Some links I used
https://rubyinstaller.org/downloads/
https://github.com/oneclick/rubyinstaller/wiki/Development-Kit
https://github.com/Solistra/rvpacker

You'll also need RPG Maker Decrypter to decompile Game.rgss3a, which I may or may not have gotten from http://www.media fire.com/file/3ps81u5opyasn07/All+decrypter.rar (don't remember)

@nero
can you just upload the patched files somewhere?
I don't trust my (non-exsistent) skills to pull that of without screwing something up


RPG Maker VX Ace
.....|
...Tools
.......|
.....Script Editor

or just hitting <F11>

That's simpler method of "rpg-ruby" editing

re-packing unnecessary, just overwrite the contents of gamedirectory (data/ and pictures/) with the contents of the rgss3a archive, then remove archive or game loads from it and ignores the fixed loose-files

"dark path ending" just ran fluently without the "upcase error"
Last edited by Noone; Oct 20, 2017 @ 9:18pm
Nero Oct 21, 2017 @ 7:32am 
Yeah I tried that, but the game wouldn't work without the archive :[
Noone Oct 21, 2017 @ 11:02am 
My road:

1. Extracted archive after copying the rgssad - rgss2a - rgss3a decrypter into game directory (because im too lazy to navigate to gamedirectory, as the tool always defaults to current dir)

2. opened Ace, new project, name it Dark Elf, delete 1st example map, save, manage projects and -delete- from cloud (i always do that)

3. exit Ace, copied /Extract/Data contents to project, overwrite (to get JP version), relaunch Ace

4. made the script edits and Save

5. exit Ace

6. navigate to documents/blabla Project and sorted file by Change Time, marked ALL just changed (even those NOT explicitly scripts.rvdata2, but also actors.rvdata2, ALL with new timestamp) and copied them back to /Extract/Data and overwrite

7. copy all contents of /Extract to base directory and overwrite all, also pictures
and ditch archive (its backup safe and sound in patch archive)
Last edited by Noone; Oct 21, 2017 @ 11:05am
Rik67 Oct 22, 2017 @ 2:52am 
Originally posted by Nero:
I would love to, since the devs won't ever fix it. But I can't post any links because people are cvnts and I might get banned. (Y)

Perhaps you could PM it to us if we add you as our friend?
< >
Showing 16-30 of 50 comments
Per page: 1530 50