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 - cloudiar

Pages: 1 2 [3] 4 5 6 7 8 9
51
Troubleshooting / Quadramagic issue
« on: 2021-02-23 20:40:48 »
Hi guys

Does anyone know the access memory to the multiplier Quadramagic"?

I consider it to be cheat, I would like change the multiplier to x3 or x2  ::)

52
Troubleshooting / Re: How to remove critical "flash"
« on: 2021-02-14 03:40:53 »
Oh, thanks man!!!!!  :-\ :-\ :-\ :-\

53
Troubleshooting / How to remove critical "flash"
« on: 2021-02-13 02:26:20 »
Hi  :)

I have seen a video on youtube where it seemed that critical did not perform flash effect, so I suppose it exists, but I have not found anything in the forum.

I think they didn't think that "flash" effect could be epileptic, so personally I would like to be able to dim / eliminate this.

Thanks in advance.

54
Hello everyone, this comment is for those who edit ff7 with this great program, if some know me they know that my project has enormous modifications, in this aspect the work is colossal, I have massive modifications and additions with this utility, whoever uses this regularly should know one thing, probably the massive editing of the field in different places causes corruption, currently I made changes that caused this (not the first time), errors not caused by me that are complicating the development.

It would be good to help Myst6re with this, maybe places in the game are broken randomly, failed layers, music, texts, savemap values ... it will be better to communicate it, explaining what modifications were made before the problem.

Myst6re already has a private message with more details, when something else is known, it will be communicated.

55
Hello!

Does this work with version 97 exe? (ff7 1.02 english)

My question is logical, my exe has important modifications and I need to be sure of its correct operation, in any case it is an excellent job, if it works for me I have small changes pending with Vincent and Caith Sith, of course I would include you in the credits.

Regards

56
Releases / Re: Final Fantasy VII OVA REMAKE
« on: 2021-01-23 14:18:37 »
you should ask the creator of the models before putting them in your trailer

That you bother with a video (nor is it playable yet) seems like a joke to me, If someone related does not like it, contact me.

I provide fun, the graphics are only aesthetic, I am indifferent to having hd graphics or not, it is for the people, there will be fixed resources since I do not want them to turn my game into Frankenstein.

When Kugen stole the whole demo, where were you? We need more heroes like you, if you don't know the story, he stole when my project was demo. The same as people use resources, I also offer mine, but when it's finished.

PS: I only refer to graphics in the first minute of the six, thanks for recognizing my work.  ;D

57
Releases / Re: Final Fantasy VII OVA REMAKE
« on: 2021-01-23 14:00:15 »
OVA does not refer literally to the acronyms.

58
Troubleshooting / Re: 7hv bug?
« on: 2021-01-10 20:46:05 »
I have been investigating my problem with 7hv more and finally it seems that this program has a serious problem, really, if you plan to make a large project that handles models dynamically, this memory when it is not executed will create a kind of buffer with overflow, it will take much more time (x10 or more) to load any model anywhere that does not meet the conditions (even if it does not exist in place).

This does not happen because of the number of lines, it happens when you load any .hrc model with the other files, .rsd, .p, .tex.

Probably the massive use of directories is the cause of the overflow, but I warn it seems a major feature flaw of 7hv, and should be fixed, so that anyone can create and play it.

In my opinion that 7hv does not have a feature (return to assign in condition to avoid unnecessary reading) to prevent xml from being stupid is an error, any xml meets the conditions or not executes all its lines in xml, this is completely unnecessary and deoptimizes load.

59
Could this be used to edit layers in the future?

It would be great news, since fields like unused honey bee inn could work correctly, do you plan to achieve this?

Great job!

Greetings and thanks.

60
Troubleshooting / 7hv have error (bug and overflow)
« on: 2021-01-09 02:06:45 »
Excuse me, but I have already tried everything, I will try to explain it briefly, the problem is directly from 7hv and it occurs with my Triple Triad version of ff7, encoded mostly with makou.

Most of the main code, mechanics, optimization, menu, is very advanced, and it was time to load all of them in 7hv, but something very unexpected happened.

I try to load the 10 cards in game (first 5 yours, then rival), to choose between 100 possible ones, I ask in memory the ID and with that I load the corresponding card, to establish the correct order I use new .hrc written in makou reactor, and they will decide:

zaaa ---> letter 1
zaab ---> letter 2
zaac ---> letter 3
zaad ---> letter 4
zaae ---> letter 5
zaaf ---> letter 6
zaag ---> letter 7
zaah ---> letter 8
zaai ---> letter 9
zaaj ---> letter 10

In xml I ask for ten possible positions of the hundred cards, then I will know that ova_cart01 is ID of chosen card one, and corresponds to zaaa, the first card in the game, the same happens with 2,3,4 ... up to 10.

<Conditional Folder = "ova_cart_001 / zaaa">
    <RuntimeVar Var = "Cart01" Values ​​= "1" />
</Conditional>

<Conditional Folder = "ova_cart_001 / zaab">
    <RuntimeVar Var = "Cart02" Values ​​= "1" />
</Conditional>

(this until cart10, zaaj, and all this repeated until ova_cart_100)

Name of hrc is new to avoid conflict with any other existing model, but I am not sure if this causes some problems, although the created xml really works well in the game (triple triad field), I do not appreciate incompatibility. All cards load their own ID in memory, At the beginning there were +5000 lines in the xml, then the problem was the loading in the game, about 15 seconds to load is too much, but my surprise was that outside of there it continues trying to execute all the instructions of the xml, use other .hrc so that this does not happen, but it still happens even though none exists in any field.

There really isn't an instruction so that fulfilling condition allows to finish code? (like return)

It looks like a black hole to me, but that's not all.

Finally getting to reduce loading times in my version of Triple Triad, only about 5 seconds to load the game was incredible, but in other anywere site the loading time is exponential.

In field with 14 npc it may take about 40 seconds to load, and I don't understand why, the code is lost? The irony comes later, if I go back to Triple Triad it loads the xml, it takes the normal 5 seconds, and the same thing, you go to other sites the xml is executed again and the eternal load times.

I am doing something wrong?
Is it a 7hv limitation?

I understand that the code is huge, and I have optimized it, it still justifies the 5 seconds to load, but I don't understand why somewhere else without those .hrc it decides to load the xml like ten times, it's completely frustrating.

I cannot put conditions by field ID because I would have to put them in all, and they are a total of a thousand conditions (the ten possible positions of the hundred cards).

You can answer here and in private, any help would be great, thanks in advance.

61
Releases / Re: Final Fantasy VII OVA REMAKE
« on: 2021-01-04 14:37:29 »
Hehehe!

Yes, the project continue, but have to add some thing, coming soon news.


THANKS!!

62
WIP / Re: FF7 PSX HD Remake in Unity
« on: 2020-11-13 14:58:11 »
Awesome!!

You want port my remake to this?hahaha.

Nice job man! You think finish these proyect?

63
Can you share a field map file to reproduce the issue? thanks!


I have sent you the file with the label problem privately!

64
More mistakes

Autocorrection jump to label to 16 bits is corrupt, at least in my case, maybe due to the amount of code, in any case it takes a long time to find it, the makou reactor in addition to not warning 16-bit jumps, so this is saved broken, all the broken jumps, some labels disappear.

It also gives problems with variable editing, sometimes the program closes.

I think it has trouble handling a lot of cache memory (copy long code, etc)

When you spend a lot of time editing or writing code it can break.

When you copy groups too, it sometimes crashes.

I am continuing on 1.8.2 to help you, but I am worried about the corruption of my project, you will have to inform me.

You are a genius, but now you have more work haha, you have it difficult to improve the performance of version 1.6.2, it is without a doubt the most stable version in my case.

65
The offset for materia values? I didn't get that from Turboss, that's been community knowledge for years. If he originally found that offset and wants to be credited then I guess that can be done but I've no idea who actually reversed that information originally. The PC offset I was given by someone years ago and I used the default values from a PC exe to do a hextstring search in a NTSC English ISO to get the PSX offset (though this likely won't apply to non-NTSC English discs; it doesn't match the japanese original version's offset for instance; it's something I need to cover in the tool at some point).

When I did the video showing my version of that scene it wasn't in a public NT build yet; I'd incorrectly assumed at the time that your OVA project was abandoned but then I found out from you that it was actually still underway. So we had a conversation and you said it would be okay for me to go ahead and implement my version into NT on the understanding that I don't do it with any of your other stuff, which I agreed to; I would have absolutely removed it if you'd asked me to, as it is your concept.
Even if you use the concept of my scene, I know that is a lot of work, for that reason I did not want to reject you.

To finish I have to say, although I did not like the result, you did not do things wrong as Kugen, that is the truth.

Forget what happened, I feel sincere your mod is excellent, with my scene or without it, but you've also been in this for years, you will understand me when I tell you ... finish it now, man!

Accept the apologies, regards.

66
I know it is written in another language, but whatever you use, the logical thing is to credit even if the code used is offset.

Turboss deserved some mention, surely you saved time for its program, but I repeat, sorry if it has bothered you, I have deleted the message ..

With my scene you know that I prefer that they wait for me to finish it and that they take the code, but you plagiarized it without prior notice, I cannot ask you to remove it because it is rewritten by you, what am I going to say?

I have seen enough people play and people clapping for a scene that is really mine, without knowing the real author, but that is no longer important.

Forget this, sorry for what happened and good luck with your project.

68
Troubleshooting / Texture problem, 0 as transparent
« on: 2020-10-19 10:47:12 »
I have a little problem with kimera, option 0 as transparent unchecked, but it doesn't work.

What should be black looks transparent.

Any suggestion?

Thanks in advance.

69
Hello guys  ;)

I publish this in graphics support, the main request is about this, but with nuances, sorry if this is not totally for this section (I did not really know where to publish this), if moderator considers a better place, you can move this topic.

I am currently working on triple triad for ff7, finally this is starting to go well, I will include this project in my OVA Remake mod, I will publish this when the game is finished, it will also be in English.

The code is very advanced, but it would be great if someone could collaborate with some visual aspect, obviously it will be duly credited.

-Main reason-

If someone is good with photoshop / gimp and is able to create a new background for me for this (style similar to original), please contact me privately.

If someone can provide numbering font similar to triple triad ff8 (remastered version is great).

This is difficult, but if someone wants to collaborate with the design of specific cards, same case, I say the same about the song of the game.

-Other reasons-

If someone wants to propose a specific rule (don't say impossible things please) I can listen.

Regarding states, I will create a different concept (not only +1 or -1)


Thanks for reading, I will try to upload video when I have something very advanced.

70
I have found a serious error in 1.8.2 but I imagine that in the others it also affects other new versions.

In script editor, in mathematics -> binary operation

Example:

Var[5][1] = Var [5][1] mod Var [5][0]

The type "modulas", this operation generates instant crash, in any case, in 8-bit and 16-bit mode.

Does your editor automatically save all code to version 1.8.2 when saving? (even if you only edit one field map)

If it is true it may be a problem, I must have serious problems in my project, let me know please, I can assure you that in 1.6.2 this works correctly, I have used many times to create random of any numbering.

If I find new errors I will inform you.

71
All new versions, 1.8.0/1.8.1/1.8.2

72
If I want import field of PSX version to PC its fail, try in DAT and DAT uncompress option, but error...."cannot open section 1 (text, script and music)" and later also fail and message "encounter" or "walkmesh"  :-(

73
Very nice myst4re, in older (1.8.0/1.8.1) is stable, but fail import and cread new map, is not enable? (never run original file).

You have documentation of opcodes savemap access? its really run?

THANKS for all.

74
Troubleshooting / Re: Texture mapping problem
« on: 2020-09-19 15:35:41 »
Thanks,  the colour filter only affect all card (maybe use this for states), the solution its add alternative colour in back card!

Have other problem, for add bonus +1 or -1, in this case can add the atribute in game with window, but need 9 windows for this case...really hard question :(

75
Releases / Re: FF7 create new fields
« on: 2020-09-10 17:28:06 »
Really fantastic job!!!! 

Mithril mine need more...and its is good :)

I send mp to you, have private question.

Thanks for all!

Pages: 1 2 [3] 4 5 6 7 8 9