Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - ShinoTakado

1
RMXP Script Database / Re: [XP] Tons of Add-ons
January 28, 2017, 04:22:21 pm
Quote from: KK20 on January 28, 2017, 03:47:21 pm
Can you just upload the scripts.rxdata


Of course, but there is nothing special here. I don't even activate none of the scripts from "Tons of Add-ons" in this new project.
https://www.mediafire.com/?8d8g22v5v9f4z5c
2
RMXP Script Database / Re: [XP] Tons of Add-ons
January 28, 2017, 03:28:20 pm
Quote from: KK20 on January 28, 2017, 02:54:05 pm
Line 488 on Tons of Add-ons is a comment line. Clearly you did some editing to the scripts.
Can you provide the scripts.rxdata file?


I just copied all three parts of the script from "Download" section.
Also, I noticed something. When I have only part 1, the error is in line 488. But when I use all three parts, the error is in line 1328 of part 2.
Okaaay. I just install "F12 Pause", but there is no way to switch the game in full screen mode? :C
3
RMXP Script Database / Re: [XP] Tons of Add-ons
January 28, 2017, 02:44:15 pm
Quote from: Blizzard on January 28, 2017, 02:14:47 pm
Firstly this: http://forum.chaos-project.com/index.php/topic,23.0.html
Secondly make sure you don't have any duplicate scripts.


But I have only three parts of "Tons of Add-ons" above "Main" script and that's all.
Brand new empty project.
4
RMXP Script Database / Re: [XP] Tons of Add-ons
January 28, 2017, 10:03:48 am
Good day to all,

Animated Title from this collection crushed my game, when I try to on full screen. What could be the problem? Thanks in advance.

Error contains: "Script Part 1 line 488: System StackError occurred. stack level too deep"
5
RMXP Script Database / Re: [XP] Versioning for RMX-OS
September 06, 2015, 10:50:45 am
All right, we have tried many different ways, again.
I can update the client now. :haha:
When my friends trying to update, they are also get registered files in the log "2.txt" and files appeared in a folder "Temp", but the connection is dropped, and the file "Game.rgssad" isn't downloaded completely. It breaks the file, or don't download it fully. :facepalm:
6
RMXP Script Database / Re: [XP] Versioning for RMX-OS
September 04, 2015, 11:11:49 am
Quote from: Blizzard on September 03, 2015, 03:49:52 pm
I haven't touched this code in years, but quickly looking through the server extension, it probably doesn't print out anything when the server is done sending.

Are you sure you're setting it up right? If there are mistakes in the formatting of the update file, it won't work. Also make sure that the version of the client and the server don't match so that updating is initiated properly. Be careful to use forward slashes (/) when specifying directories instead of backward slashes (/). Also keep in mind that you can't copy files from the server to a client location if that client location doesn't exist in the directory tree. I can't remember exactly, but I don't think I added code to handle this case so it's best to avoid it to be safe.


Thank you that you spend time on the solution to my problem.
I read all posts in this thread for the fifth time, studying the problems of others. :^_^':

There was another small question.
With each new version of an update of the game, version of the game should be changed in:

(RMX-OS) Options Script - GAME_VERSION = 2
Versioning for RMX-OS Script - INTERNAL_VERSION = 2
Ruby File Versioning for RMX-OS - INTERNAL_VERSION = 2
..and in the server configuration file - GAME_VERSION = 2

Is it right?

However, the game doesn't get updated. I have reviewed all the settings of the router, I tried different combinations of commands, and even now I can't update the game client. When friends trying to update, files appear in the folder "Temp", but still there is an error: "Server is not responding".
I recieved another message "The client has been updated". However, it's not updated, and requires updating again.
In this topic has already appeared people with similar problems, but I can't find a solution. :(
7
RMXP Script Database / Re: [XP] Versioning for RMX-OS
September 03, 2015, 01:19:43 pm
Quote from: Blizzard on September 03, 2015, 01:03:48 pm
The game should display a message that it needs to be restarted.


Sorry. Not the game client, namely the server console. :^_^':
8
RMXP Script Database / Re: [XP] Versioning for RMX-OS
September 03, 2015, 12:42:45 pm
Quote from: Blizzard on September 02, 2015, 04:14:12 pm
I'm really not sure what the problem could be then if people can connect and play.
Make sure that you define only files and folders that actually exist on the server. Otherwise you will likely have problems.


Another small issue. If the client is updated, what should appear in the server console?
Thanking you in advance.
9
RMXP Script Database / Re: [XP] Versioning for RMX-OS
September 02, 2015, 02:53:42 pm
Quote from: Blizzard on September 02, 2015, 01:49:56 pm
This is a network problem. Make sure your firewall and router are configured properly.


But people can play with me on the server, didn't works only auto-update.
Also, if I make a mistake and enter a non-existent file or directory, appears message in the console:
"No such file or directory".
That means that people can connect, I suppose, О.о
10
RMXP Script Database / Re: [XP] Versioning for RMX-OS
September 02, 2015, 11:32:38 am
Quote from: Blizzard on September 02, 2015, 08:56:10 am
It's possible that Windows is being a bitch with permissions. Try to run the game as admin.


Sorry, it hasn't helped. :(

And now, I tried to check a game client with my friend.

Outcome - "Server not responding". :^_^':
He could not update anything, even files with the :file.
11
RMXP Script Database / Re: [XP] Versioning for RMX-OS
September 02, 2015, 07:54:30 am
I'm sorry, that I didn't answer soon. Thanks for the help.

Also, there is two small problems.
:delete doesn't remove the directory.
Example:

:delete
Versions/Clients/2/Audio/ME

Directory and files are not deleted, although the client shows: "Updated".

:dir isn't working.
Example:

:dir
Versions/Clients/2/Audio/BGM
Audio/BGM


Instead, I receive: "Server is not responding", even though the folder appeared in the directory "Temp", but not in the client.

However, the :file is working well. Just don't send mp3 files. Also music file in mp3 not removed with :delete. Could there be a problem with this?

I apologize for my English in advance.
12
Quote from: Blizzard on June 22, 2015, 02:44:09 am
Hm, you shouldn't put the logs in the same folder where the versions are supposed to be.

As for the actual error, I'm not sure. Where exactly is the game located? There is no place in the code where a folder named "ver" is referenced.


Oh, sorry, I forgot to correct a typographical error.
"No such file or directory - clients\2".

Also we have tried to allocate a separate file using the command ":file", but nothing happened.
Client doesn't see the files and directories.

13
Good day,
We have an error in our test client.
We will be happy if you help us. Thanks in advance.

VERSION_LOG_PATH = 'C:\Ruby\bin\Server\Extensions\versions'

* There is a file 2.txt
:dir
clients\2


"clients\2" directory is exists. Folder "2" is contains files of game client.

When my friend tries to update client, in the console there is an error:
"No such file or directory - clients\2".
14
RMXP Script Database / Re: [XP] RMX-OS
February 20, 2013, 09:33:31 am
Thank you all again for the help)
15
RMXP Script Database / Re: [XP] RMX-OS
February 19, 2013, 01:34:27 pm
Wow, I created a new script, but it did not help, o_o
Chat window not disappears during the cutscene. Not through shared events. Not through a script call.
16
RMXP Script Database / Re: [XP] RMX-OS
February 19, 2013, 12:54:28 pm
Comands:
$game_temp.name_sprites = false
$game_temp.chat_visible = false
$game_temp.chat_sprites = false
$game_temp.chat_active = false

Stopped working! o_o

They either operate too late, but most do not work at all. If you call them one by one script, the client hangs, Oo" Please, help,
17
RMXP Script Database / Re: [XP] RMX-OS
August 23, 2012, 04:52:11 pm
Quote from: Blizzard on August 23, 2012, 02:05:52 pm
As I said, use the script calls to hide them for now. Or just wait until I can find some time to take a look at it.


Thank you, :haha:
18
RMXP Script Database / Re: [XP] RMX-OS
August 23, 2012, 12:23:54 pm
I apologize, but what about my problem? :^_^':
19
RMXP Script Database / Re: [XP] RMX-OS
August 21, 2012, 06:30:36 pm
Quote from: gameus on August 21, 2012, 01:38:31 pm
Corpse Party was an awesome game. Making some sort of fan spin-off or something?


Create something like Corpse Party Online. Not yet thought, what comes out of this)
20
RMXP Script Database / Re: [XP] RMX-OS
August 21, 2012, 01:16:38 pm
Here's a look,: ShowHide