simple machines forum

Please login or register.

Login with username, password and session length
 

News:

Remember to make your own backup of posts before submitting.

 
 

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 - Holey Moley

Pages: [1] 2 3 4 5 6 7 8 9 10 11 ... 58
1
Devs / EXIT: Long time no see!
« on: Today at 05:19:34 PM »
Schizophrenia has been making everything in my life twice as hard for about 1.5 years now. I’m sorry to apologize for my infrequent blog posts ever since this condition entered/interrupted my (old) life.

I want to make this a statement, but I’m still trying to make progress on Sword of Moonlight. I’m writing to formally announce there’s a new SomEx “release” available/uploaded. It’s focused on variable speed animation, enabling playback on monitors with higher than 60hz frame rates. The first-person arm animations are now timed according to the power gauges. There’s also a patch that adds multi undo and redo to SOM_MAP.

My schizophrenia is telling me I should try to explain how it affects my life. I or “we” live with constant talking “voices” that are like psychic communications, and mine are dialogues, where I’m able to interrupt them, and they’re able to understand what I’m thinking about what they’re saying, and adjust their “dialogue” accordingly. I have experienced audiovisual hallucinations, but they are infrequent. We are depressed to some degree most of the time. I’m taking a small dosage of “prozac” and several drugs in total. I’m not experiencing behavioral problems. I’m trying to remain stress free for my health and longevity. I’m lying down as I need to. I’m mostly getting up to do things when I reach a point of feeling disgusted with myself, my inactivity rather prompts me to get up and do something, and lie back down. My finances and independence are helped by SSI in the US. I will be receiving a full amount of assistance beginning on August 1. In light of all of this you can still support me and Sword of Moonlight on my Patreon. I’m not really a low-energy person now, however my lifestyle is touch and go, and probably less productive. I’ve enjoyed talking to my voices, because I like to talk, and I find most people don’t want to talk. I’m always looking for a silver lining. They’re currently excited that we’re going to my cousin’s wedding tomorrow. They want everyone to know that! (They think my blog posts here aren’t personable enough!!)

So PLEASE check out SOM and try out the map editor with full undo/redo. It also draws more smooth now too!

More: swordofmoonlight.itch.io/k/devlog/725225/variable-frame-rate-animation

http://csv.swordofmoonlight.net/SomEx.dll/1.2.5.6.zip is the current release file.

It's also available at http://www.swordofmoonlight.net/main/single-file-download/

Language packs are needed to get the Redo button to appear. Ctrl+Y or Ctrl+Shift+Z works to redo with or without this new button. The Delete button is removed. And in SOM_PRM the Record and Remove buttons are removed to match. The Cut buttons can still be used, and your Del key should still work.

BTW, if anybody would like to join this forum, the current process is to signup for the main site and go to (or join) the r/SwordOfMoonlight Discord at https://discord.gg/x782kpHQ7E and ask for me there (m. is my name there) to okay your new user account. This is on account email is no longer working from this website, so it can't email your password to you. These instructions are part of the signup form. I've been thinking about trying to add Google login integration, if/when interest grows.

2
Devs / Re: EXIT: Something old, something new...
« on: November 20, 2023, 01:36:47 AM »
New Release (SVN Update or Download)

I've bumped the version up to 1.2.5.4 and uploaded new files. New features are much better frame rate, I now run at 120hz, and I've worked on the BSP system for my project, but it requires do_bsp and it requires using a new "pin" system in SOM_MAP where tiles disappear when they shouldn't. Pins are placed by right-clicking on the checkpoints screen. I've added preliminary animations for guarding and heavy attacks/counters with weapons. This is a nice addition to complement shields.

Note, using the bsp system can improve frame rates, and is good if you want to put a lot of monsters and things inside interior spaces. But the main boos for the frame rate comes from using a newer compiler, and Windows XP is no longer supported.

3
Devs / Re: EXIT: Something old, something new...
« on: November 04, 2023, 12:22:16 AM »
Woops! I just found a killer bug in the KF1 demo with do_fix_damage_calculus=no.

Code: [Select]
KING'S FIELD

[Bugfix]

do_fix_damage_calculus = no

What was going on is the Strength and Magic bonuses aren't added so hits are 1 damage! I feel like crap about this.
I've fixed the SomEx.dll file if anyone wants it (http://csv.swordofmoonlight.net/SomEx.dll/1.2.5.2.zip)
I've also updated the demo to include shields. And I think there may have been a problem with the MPX files. They now have to be built with SOM_MAP before playing, and I've added an Instructions.txt file to explain how to do it (http://svn.swordofmoonlight.net/Sword-of-Moonlight/Library/KING'S-FIELD/Instructions.txt)

4
Devs / New BSP system info
« on: November 03, 2023, 03:55:19 AM »
For the record, I've now disabled the "BSP" system that hides chambers that shouldn't be visible by default. It can be turned on with a do_bsp [Option] but it has some problems because I've worked on making it work for layers.

There's a new feature in SOM_MAP on the "checkpoints" screen that lets you right-click to add a "pin" which will make a tile remain visible always.

This is helpful in some places where there are exterior/outdoor tiles, but it's also being used to patch over problem areas in the new BSP system.

The new system automatically fills all empty cells with the equivalent of a dummy tile. This is needed with layers. Unfortunately it sometimes malfunctions. I've turned it on in my KF2 demo and I've just used the "pin" system to fix problem areas.

BSP is off by default for backward compatibility and to not make new developers figure out how to use the new pinning system. The reason for all of this is to improve frame rates. And if you use the BSP system wisely you can cram a lot more monsters into interior/indoor areas. The reason you can is anything that's hidden by the BSP system won't count against the frame rate, i.e. performance.

Edited: There's also an Alt+Alt+B hotkey to enable/disable the BSP system when do_bsp is in use.

5
Devs / Re: EXIT: Something old, something new...
« on: October 21, 2023, 08:32:23 PM »
Yesterday I uploaded some shield models that I mistakenly left out of the recent shield feature update. This makes shields either unusable or invisible without adding these models back. I found I neglected to SVN Add them.

6
Devs / Re: Working on shaped/animated shadow textures
« on: September 23, 2023, 09:03:58 PM »
Here's an early look at custom generated shadows. I'm thinking this is a big improvement. It's taken a lot of time to work out the details, and I'm only about 1/3rd the way through probably. I think I'll take a break and leave them as "static" images for right now.

7
Devs / Working on shaped/animated shadow textures
« on: September 13, 2023, 02:35:59 AM »
I'm trying to generate shadow textures in x2mdl. I'm planning on packing these into ico (icon) files and putting one image in each RGBA channel. To draw them I think R and A images will need to be identical on subsequent frames. I don't know if they'll be doubled in the ICO file or not, but they'd need to be unpacked that way if not.

The idea is to blend between 4 frames in the shader. Only 2 frames will be needed but the others will still be calculated since they're in the same textures. They're just color channels after all. It'll probably slow down model conversion because the blurring effect has to pull in a bunch of pixels for each pixel, and there will be one of these for each animation frame.

I hope it will be worth it. For the Viper monster a round circle really doesn't make sense.

EDITED: Note, this image is a kraken's from KF2. I got this by doing 2 passes. The first pass just blurs everything by a 4 pixel radius. (It looks like more than 4 pixels because the white pixel 4 pixels from the edge is darkened and the dark pixel 4 pixels inside the edge is also lightened.) It needs to be that big to not look aliased. Antialiasing (multisample) isn't used because a height map is generated to produce some effects like you get if you are directly underneath a light. Unfortunately it's a little strange to be directly under a light all the time, but it's a little better than the fully abstract circle I think.

8
Devs / Re: EXIT: Something old, something new...
« on: September 12, 2023, 04:01:49 AM »
Patch (SVN Update)

http://svn.swordofmoonlight.net/Sword-of-Moonlight/Library/KING'S-FIELD/DATA/movie/

Here are new King's Field I movies AI upscaled to 960x720 with subtitles. The sample project now defaults to these movies for both Japanese and English.

9
Devs / Re: EXIT: Something old, something new...
« on: September 01, 2023, 03:38:40 AM »
Patch

I've uploaded a patch for fixing some bugs and it adds a new way to rearrange SOM_MAP's palette area, and rotate icons in the palette area. And a way to change the view angle for tiles in the tile preview area.

The latter is saved in the PRT file and can be edited with the View menu in an updated PrtsEdit, but also if your keyboard has numpad keys, they can be pressed with Ctrl in SOM_MAP as a faster way to do this. The Ctrl Lock button works too.

To rearrange it's necessary to select with Shift or use Ctrl to drag, and the Ctrl Lock button works here too. Ctrl with Right click rotates the tile(s). The arrangement and rotations are stored in a my.plt file in the MAP folders. There is one in the install MAP folder, but if you modify things in SOM_MAP it will save to your own project MAP folder, which replaces the installation my.plt file.

The preview/view angle is not saved in my.plt. Again it's saved in the PRT file.

I had fun working on this with my schizophrenia. It came up with most of the ideas for this. And held my feet to the fire. Sometimes it's a drag though. I think I want to work on subtitles for the King's Field movies next, or scan the materials that come with SOM to make an instruction manual. Or work on my KF2 project more. I can't tell if my schizophrenia is going to be cooperative in this or not. These are some of its ideas. I do have ideas of my own along the way, but lately I'm not sure what to do, and I'm coping with schizophrenia, and so giving it some space to influence my activities. For better or worse.

10
Devs / Re: EXIT: Something old, something new...
« on: August 20, 2023, 10:57:09 PM »
Repository reset (repost)

FYI I've re-reset the new repo back to Revision 2. I'd accidentally included a bunch of shortcut (LNK) files from the art system, and the Moonlight.zip language pack wasn't updated. I've also updated the EXE files in TOOL.

11
Devs / Re: SOM_MAP icons: new "art system" progress in 2023
« on: August 20, 2023, 10:56:51 PM »
Repository reset

FYI I've re-reset the new repo back to Revision 2. I'd accidentally included a bunch of shortcut (LNK) files from the art system, and the Moonlight.zip language pack wasn't updated. I've also updated the EXE files in TOOL.

12
Devs / EXIT: Something old, something new...
« on: August 17, 2023, 06:48:51 PM »
Since last seen I’ve put finishing touches on the new tile icon generation system and the old tile system too. The latter is now accessed by pushing the slider bar in the map editor to the very top. The slider can also now be used to fade out the grid lines and to fade in direction arrows.

There’s many more additions mentioned in a wrap-up address inside the Discussion forum. The advanced profile editing tools can now be left open while working, and the Alt key works with clicking to open a 3D model editor. The parts editor tool now has a UUID system shoehorned into the icon field. This works because the old style icons are secondary to computer generated icons. The art system also uses this icon generation system on everything else so its “shortcut” files display a thumbnail graphic. I want to add that a whole lot of work has gone into all of this. The new map icons fill in the space between the grids and include a 2 pixel border for shadow highlights. Getting everything right took weeks.

In other news I’ve reset the Subversion repository. The first revision is now classic Sword of Moonlight for previewing and comparing to the second revision. I’ve removed all traces of “source code” for work from the web. I’m keeping it private going forward. I have private copies on Github that I hope will outlast me. I’m actively trying to make a turn to commercial outlets. I intend to consult with From Software reps before making this move. I’m going to put a non-commercial version on Archive.org as-soon-as-possible. In the meantime, please stay tuned, use SOM, and support my work!

I've already done a complete write-up for this new release (1.2.5.2) here (https://www.swordofmoonlight.net/bbs2/index.php?topic=373.msg3465#msg3465) and it includes a lot of details because this release took a lot of time and I'm really trying to lay down professional polish. It also has a word on my schizophrenia status :dollsoul:

Edited: You gotta re-checkout the Sword-of-Moonlight SVN repository, or use the direct page to update without SVN (http://www.swordofmoonlight.net/main/single-file-download/)

13
Devs / Re: EXIT: Coming up for air...
« on: August 17, 2023, 04:40:50 AM »
Sword-of-Moonlight reset

I've reset the Subversion repository so that all the history is gone... I've saved a private copy as sex_history in case historians want to plumb it one day.

I'm going to be making a new blog post before long since there's a new release available. This change is to wipe the slate clean, but mainly to remove source code from the history, as I already removed the folders.

14
Devs / Re: SOM_MAP icons: new "art system" progress in 2023
« on: August 16, 2023, 07:14:45 PM »
feature patch (x2md.dll)

I've added multi-sampling (antialiasing) to map tiles now. It looks a lot more even. Unrelated, I'm looking at resetting the repo now I think. Or maybe scanning SOM's instruction manual with my phone.

EDITED: This is a new image with multi-sampling. You'll have to open them to compare them.

15
Devs / Re: SOM_MAP icons: new "art system" progress in 2023
« on: August 15, 2023, 05:44:40 PM »
feature patch (x2md.dll)

I've added icons for all model files when creating shortcuts to the art folder. And the images use the source image as an icon.

The color for these icons is pretty bold because I'd like to have SOM_MAP display them one day. Probably in primary colors.

EDITED: There's also a fix for the Convert feature. And special note, x2mdl.exe isn't going to be in the TOOL folder or update packs anymore. It's being held back as a trade secret as I try to be more commercial, on recommendation, since other apps can use it, and it represents a lot of work, including for the new map tiles.


Pages: [1] 2 3 4 5 6 7 8 9 10 11 ... 58