[OT] First official Ashes "announcement"
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
[OT] First official Ashes "announcement"
...with plenty of screenshots.
http://ashes.lalista.org/press/announcement.html
Again, I know it's not strictly exult-related. But our game takes so much inspiration from the Ultima VII style and features, and Dr. Code, Wjp and Sam from Exult 3d helped me a lot whenever I bugged them with coding questions So I felt like posting (again) about it here, as admirers of what the UVII world offered in terms of gameplay and interactivity, the other board members might enjoy it as well.
Thank you in advance for any opinion you'll express
http://ashes.lalista.org/press/announcement.html
Again, I know it's not strictly exult-related. But our game takes so much inspiration from the Ultima VII style and features, and Dr. Code, Wjp and Sam from Exult 3d helped me a lot whenever I bugged them with coding questions So I felt like posting (again) about it here, as admirers of what the UVII world offered in terms of gameplay and interactivity, the other board members might enjoy it as well.
Thank you in advance for any opinion you'll express
Re: [OT] First official Ashes "announcement"
yes, I'm sure we will enjoy that a lot. I like the screenshot with the dialog of the "engine demonstrator" - made me laugh
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Re: [OT] First official Ashes "announcement"
This looks like it could be a lot of fun. And some of those trees look familiar:-)
Re: [OT] First official Ashes "announcement"
yeah, those trees reminded me of something, too
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Re: [OT] First official Ashes "announcement"
That looks very exciting.
I guess it will still be a long time till its released (if you plan on replacing all that borrowed art with your own), anyway, how will it be released? Are you planning to sell it, free download, open source, etc?
I guess it will still be a long time till its released (if you plan on replacing all that borrowed art with your own), anyway, how will it be released? Are you planning to sell it, free download, open source, etc?
Re: [OT] First official Ashes "announcement"
Completely free. Opensourcing it would be useless since it's coded in (obfuscated) pascal+assembler, a solution which I think I am the last one using on Earth Nonethless, all the file formats are open and 90% of them are text-based, so modding will be extremely easy.
The only "borrowed" content actually, up to now, are the U7 trees and Neverwinter boar/deer/goblin models
The only "borrowed" content actually, up to now, are the U7 trees and Neverwinter boar/deer/goblin models
Re: [OT] First official Ashes "announcement"
'Opensourcing it would be useless since it's coded in (obfuscated) pascal+assembler, a solution which I think I am the last one using on Earth '
well, you're not alone... most oft the projects i'm currently working on are coded with delphi 7 (some even with a few lines of inline assembler code, but all are closed source... *sigh*)
well, you're not alone... most oft the projects i'm currently working on are coded with delphi 7 (some even with a few lines of inline assembler code, but all are closed source... *sigh*)
Re: [OT] First official Ashes "announcement"
> 'Opensourcing it would be useless since it's coded in (obfuscated) pascal+assembler, a solution which I think I am the last one using on Earth '
I'm sorry Andrea, but IMHO this is not a good reason for not opening the source of your work. OpenSource is not just for people out there who might join in and help you develop, but also for others to learn how certain algorithms can be done. It is like an educational tool. Obviously I don't want to tell you what to do with your code: it is yours and you can do what you want with it, and also tell me to mind my own business
Tristan
I'm sorry Andrea, but IMHO this is not a good reason for not opening the source of your work. OpenSource is not just for people out there who might join in and help you develop, but also for others to learn how certain algorithms can be done. It is like an educational tool. Obviously I don't want to tell you what to do with your code: it is yours and you can do what you want with it, and also tell me to mind my own business
Tristan
Re: [OT] First official Ashes "announcement"
Dag: Really? But are those probjects gaming-related stuff? Make me feel less alone!
Nadir: Sure, I wasn't thinking of anyone helping with the development! I just think that the code is too obfuscated for anyone to learn anything... expecially because I don't plan on documenting it, something I've always been extremely bad at. Also, I implement algorithms the worse way they can be implemented, with absolutely no eye for optimization and speed, and I think if someone could learn something... he/she would learn how to write BAD code
Truth is that it's a unspeakable miracle that the game runs at a decent framerate (but you need modern hardware anyway), and that it rarely crashes. And still, it's mined by little glitches which are not real bugs, just side effects of bad algorithm implementation. BUT, in the end if someone will ask for the code, I will hand it out and hide in shame.
Nadir: Sure, I wasn't thinking of anyone helping with the development! I just think that the code is too obfuscated for anyone to learn anything... expecially because I don't plan on documenting it, something I've always been extremely bad at. Also, I implement algorithms the worse way they can be implemented, with absolutely no eye for optimization and speed, and I think if someone could learn something... he/she would learn how to write BAD code
Truth is that it's a unspeakable miracle that the game runs at a decent framerate (but you need modern hardware anyway), and that it rarely crashes. And still, it's mined by little glitches which are not real bugs, just side effects of bad algorithm implementation. BUT, in the end if someone will ask for the code, I will hand it out and hide in shame.
-
- Site Admin
- Posts: 731
- Joined: Thu May 14, 2020 1:34 pm
Re: [OT] First official Ashes "announcement"
If your code is as bad as you say, then perhaps opensourcing it is a good idea since others may actually fix your code for you...
Re: [OT] First official Ashes "announcement"
Worked for me:-) Also, you can learn a lot when other people join in.
Re: [OT] First official Ashes "announcement"
Looks very sweet! Congratulations for putting so much time and effort in to it.
Btw, the trees should stay as is.
Btw, the trees should stay as is.
Re: [OT] First official Ashes "announcement"
Congratulations, the screenshots look very nice. Opensourcing it might also make it possible to port it to linux; there is the freepascal compiler which is highly compatible with the object pascal and delphi extensions and can produce code for many platforms and systems...
Re: [OT] First official Ashes "announcement"
Well, thank you again. Since this kind of code-specific feedback, at this point I think I am pretty sure I will release the source code for the game despite all my doubts. Nothing would be better than someone porting it to other platforms!
Re: [OT] First official Ashes "announcement"
Looks great, can't wait for a demo.
--------------
Knowledge is power. Power corrupts. Study hard. Become evil.
Knowledge is power. Power corrupts. Study hard. Become evil.